ENTITY release_spring_linear
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY release_spring_linear
SUPERTYPE OF (release_warping)
SUBTYPE OF (release);
release_axial_force : OPTIONAL linear_stiffness_measure_with_unit;
release_y_force : OPTIONAL linear_stiffness_measure_with_unit;
release_z_force : OPTIONAL linear_stiffness_measure_with_unit;
release_torsional_moment : OPTIONAL rotational_stiffness_measure_with_unit;
release_y_bending_moment : OPTIONAL rotational_stiffness_measure_with_unit;
release_z_bending_moment : OPTIONAL rotational_stiffness_measure_with_unit;
WHERE
WRR21 : EXISTS (release_axial_force) OR
EXISTS (release_y_force) OR
EXISTS (release_z_force) OR
EXISTS (release_torsional_moment) OR
EXISTS (release_y_bending_moment) OR
EXISTS (release_z_bending_moment);
END_ENTITY;
Explicit Attributes
Entity release_spring_linear has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
Entity release_spring_linear has the following local and inherited inverse attributes:
Supertypes
Entity release_spring_linear inherits from the following supertypes:
release
Subtypes
Entity release_spring_linear has the following subtypes:
release_warping*
* - Immediate Subtypes
Referenced By
Entity release_spring_linear 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