from tdw.object_data.composite_object.sub_object.hinge_static import HingeStatic
Static data for a hinge sub-object of a composite object.
-
has_limitsIf True, the hinge has angular limits. -
min_limitThe minimum angle from the hinge's resting position in degrees. -
max_limitThe maximum angle from the hinge's resting position in degrees. -
axisThe axis of rotation. -
sub_object_idThe ID of this sub-object.
__init__
HingeStatic(static_composite_objects, object_index, sub_object_index)
| Parameter | Type | Default | Description |
|---|---|---|---|
| static_composite_objects | StaticCompositeObjects | StaticCompositeObjects output data. |
|
| object_index | int | The object index. | |
| sub_object_index | int | The index of this sub-object. |