ENTITY restraint_spring
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY restraint_spring
SUPERTYPE OF (restraint_warping)
SUBTYPE OF (restraint);
restraint_x_displacement : OPTIONAL linear_stiffness_measure_with_unit;
restraint_y_displacement : OPTIONAL linear_stiffness_measure_with_unit;
restraint_z_displacement : OPTIONAL linear_stiffness_measure_with_unit;
restraint_x_rotation : OPTIONAL rotational_stiffness_measure_with_unit;
restraint_y_rotation : OPTIONAL rotational_stiffness_measure_with_unit;
restraint_z_rotation : OPTIONAL rotational_stiffness_measure_with_unit;
WHERE
WRR31 : EXISTS (restraint_x_displacement) OR
EXISTS (restraint_y_displacement) OR
EXISTS (restraint_z_displacement) OR
EXISTS (restraint_x_rotation) OR
EXISTS (restraint_y_rotation) OR
EXISTS (restraint_z_rotation);
END_ENTITY;
Explicit Attributes
Entity restraint_spring has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity restraint_spring inherits from the following supertypes:
restraint
Subtypes
Entity restraint_spring has the following subtypes:
restraint_warping*
* - Immediate Subtypes
Referenced By
Entity restraint_spring and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00