Oasys.PRIMER LoadBody dictionary¶
The LoadBody class allows you to create, modify, edit and manipulate *LOAD_BODY cards.
Unlike other classes there is no constructor and there are no functions.
Instead a LoadBody object is available as the loadBody
property of a Model
object. This object allows you to access all of
the *LOAD_BODY cards.
For example, to activate *LOAD_BODY_X in model m and set lcid to 1
m.loadBody["x"].exists = True
m.loadBody["x"].lcid = 1
See the properties for more details
- parts: Object
LOAD_BODY_PARTS card
- rx: Object
LOAD_BODY_RX card
- ry: Object
LOAD_BODY_RY card
- rz: Object
LOAD_BODY_RZ card
- vector: Object
LOAD_BODY_VECTOR card
- x: Object
LOAD_BODY_X card
- y: Object
LOAD_BODY_Y card
- z: Object
LOAD_BODY_Z card
LOAD_BODY_PARTS¶
LOAD_BODY_RX¶
- cid: integer
- exists: boolean
true if LoadBody card exists
- include: integer
The
Include
file number that the LoadBody card is in
- lcid: integer
Load curve
ID
- lciddr: integer
Load curve
ID for dynamic relaxation
- sf: float
Load curve
scale factor
- xc: float
X centre of rotation
- yc: float
Y centre of rotation
- zc: float
Z centre of rotation
LOAD_BODY_RY¶
- cid: integer
- exists: boolean
true if LoadBody card exists
- include: integer
The
Include
file number that the LoadBody card is in
- lcid: integer
Load curve
ID
- lciddr: integer
Load curve
ID for dynamic relaxation
- sf: float
Load curve
scale factor
- xc: float
X centre of rotation
- yc: float
Y centre of rotation
- zc: float
Z centre of rotation
LOAD_BODY_RZ¶
- cid: integer
- exists: boolean
true if LoadBody card exists
- include: integer
The
Include
file number that the LoadBody card is in
- lcid: integer
Load curve
ID
- lciddr: integer
Load curve
ID for dynamic relaxation
- sf: float
Load curve
scale factor
- xc: float
X centre of rotation
- yc: float
Y centre of rotation
- zc: float
Z centre of rotation
LOAD_BODY_VECTOR¶
- cid: integer
- exists: boolean
true if LoadBody card exists
- include: integer
The
Include
file number that the LoadBody card is in
- lcid: integer
Load curve
ID
- lciddr: integer
Load curve
ID for dynamic relaxation
- sf: float
Load curve
scale factor
- v1: float
X-component of Vector
- v2: float
Y-component of Vector
- v3: float
Z-component of Vector
- xc: float
X centre of rotation
- yc: float
Y centre of rotation
- zc: float
Z centre of rotation
LOAD_BODY_X¶
- cid: integer
- exists: boolean
true if LoadBody card exists
- include: integer
The
Include
file number that the LoadBody card is in
- lcid: integer
Load curve
ID
- lciddr: integer
Load curve
ID for dynamic relaxation
- sf: float
Load curve
scale factor
- xc: float
X centre of rotation
- yc: float
Y centre of rotation
- zc: float
Z centre of rotation
LOAD_BODY_Y¶
- cid: integer
- exists: boolean
true if LoadBody card exists
- include: integer
The
Include
file number that the LoadBody card is in
- lcid: integer
Load curve
ID
- lciddr: integer
Load curve
ID for dynamic relaxation
- sf: float
Load curve
scale factor
- xc: float
X centre of rotation
- yc: float
Y centre of rotation
- zc: float
Z centre of rotation
LOAD_BODY_Z¶
- cid: integer
- exists: boolean
true if LoadBody card exists
- include: integer
The
Include
file number that the LoadBody card is in
- lcid: integer
Load curve
ID
- lciddr: integer
Load curve
ID for dynamic relaxation
- sf: float
Load curve
scale factor
- xc: float
X centre of rotation
- yc: float
Y centre of rotation
- zc: float
Z centre of rotation