ENTITY reaction_displacement
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY reaction_displacement
SUBTYPE OF (reaction);
reaction_displacement_dx : OPTIONAL length_measure_with_unit;
reaction_displacement_dy : OPTIONAL length_measure_with_unit;
reaction_displacement_dz : OPTIONAL length_measure_with_unit;
reaction_displacement_rx : OPTIONAL plane_angle_measure_with_unit;
reaction_displacement_ry : OPTIONAL plane_angle_measure_with_unit;
reaction_displacement_rz : OPTIONAL plane_angle_measure_with_unit;
WHERE
WRR9 : EXISTS (reaction_displacement_dx) OR
EXISTS (reaction_displacement_dy) OR
EXISTS (reaction_displacement_dz) OR
EXISTS (reaction_displacement_rx) OR
EXISTS (reaction_displacement_ry) OR
EXISTS (reaction_displacement_rz);
END_ENTITY;
Explicit Attributes
Entity reaction_displacement has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity reaction_displacement inherits from the following supertypes:
reaction
Subtypes
No subtypesReferenced By
Entity reaction_displacement 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