RigidLink#
Attribute Name |
Data Type |
Description |
---|---|---|
no |
int |
Object number |
type |
||
line1 |
int |
Line 1 No. |
line2 |
int |
Line 2 No. |
surface |
int |
Surface No. |
rigid_link_type |
Rigid Link Type |
|
comment |
str |
Comment |
ignore_relative_position |
bool |
Ignore relative position |
user_defined_distribution |
bool |
User-Defined Distribution |
line1_start_is_relative |
bool |
Line 1 Start is Relative |
line1_start_relative |
float |
Line 1 Start Relative | l_i-k |
line1_start_absolute |
float |
Line 1 Start Absolute | l_i-k |
line1_end_is_relative |
bool |
Line 1 End is Relative |
line1_end_relative |
float |
Line 1 End Relative | l_i-l |
line1_end_absolute |
float |
Line 1 End Absolute | l_i-l |
line2_start_is_relative |
bool |
Line 2 Start is Relative |
line2_start_relative |
float |
Line 2 Start Relative | l_i-k |
line2_start_absolute |
float |
Line 2 Start Absolute | l_i-k |
line2_end_is_relative |
bool |
Line 2 End is Relative |
line2_end_relative |
float |
Line 2 End Relative | l_i-l |
line2_end_absolute |
float |
Line 2 End Absolute | l_i-l |
nodes |
List[int] |
Nodes No. |
lines |
List[int] |
Lines No. |
center_node_no |
int |
Center Node No. |
center_user_defined |
bool |
User-Defined Center |
center_point_x |
float |
Center Point Center Point X |
center_point_y |
float |
Center Point Y |
center_point_z |
float |
Center Point Z |
link_plane_user_defined |
bool |
User-Defined Link Plane |
link_plane_node1_no |
int |
Link Plane Node No. 1 |
link_plane_node2_no |
int |
Link Plane Node No. 2 |
link_plane_node3_no |
int |
Link Plane Node No. 3 |
is_generated |
bool |
Generated by |
generating_object_info |
str |
Generated by |
id_for_export_import |
str |
|
metadata_for_export_import |
str |
Associated Enums#
RigidLinkType#
Name |
---|
RIGID_LINK_TYPE_UNKNOWN |
RIGID_LINK_TYPE_DIAPHRAGM |
RIGID_LINK_TYPE_LINE_TO_LINE |
RIGID_LINK_TYPE_LINE_TO_SURFACE |
RigidLinkRigidLinkType#
Name |
---|
RIGID_LINK_RIGID_LINK_TYPE_RIGID |
RIGID_LINK_RIGID_LINK_TYPE_RESILIENT |