from tdw.object_data.composite_object.sub_object.spring_static import SpringStatic
Static data for a spring sub-object of a composite object.
-
forceThe forcce value. -
damperThe spring damper value. -
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. -
sub_object_idThe ID of this sub-object.
SpringStatic(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. |