ENTITY reaction_dynamic
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY reaction_dynamic
SUBTYPE OF (reaction);
phase_angle : OPTIONAL plane_angle_measure_with_unit;
response_amplitude : OPTIONAL length_measure_with_unit;
natural_frequency : OPTIONAL frequency_measure_with_unit;
WHERE
WRR10 : EXISTS (phase_angle) OR
EXISTS (response_amplitude) OR
EXISTS (natural_frequency);
END_ENTITY;
Explicit Attributes
Entity reaction_dynamic has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity reaction_dynamic inherits from the following supertypes:
reaction
Subtypes
No subtypesReferenced By
Entity reaction_dynamic 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