dfgsdfgfd
Mechanical
- Sep 30, 2015
- 37
Hi,
When I create parts, reference points, planes, etc. Abaqus allocates random reference numbers, which are addressed by following commands to e.g. change the properties. For example: a.rootAssembly.datums[10].
Question 1: Is there a way to allocate these numbers manually rather than "randomly"? Or at least find out the number that is allocated directly after creating, e.g. the datum plane? The problem is that, when I change something at the beginning of my code, all the following numbers change.
Question 2: Using findAt, BoundingBox, etc. I can avoid using these numbers and address the feature geometrically. However, some features, such as datum planes, don't have the attribute findAt. How can I allocate these features without (knowing) the number?
Thanks so much!
When I create parts, reference points, planes, etc. Abaqus allocates random reference numbers, which are addressed by following commands to e.g. change the properties. For example: a.rootAssembly.datums[10].
Question 1: Is there a way to allocate these numbers manually rather than "randomly"? Or at least find out the number that is allocated directly after creating, e.g. the datum plane? The problem is that, when I change something at the beginning of my code, all the following numbers change.
Question 2: Using findAt, BoundingBox, etc. I can avoid using these numbers and address the feature geometrically. However, some features, such as datum planes, don't have the attribute findAt. How can I allocate these features without (knowing) the number?
Thanks so much!