ENTITY reaction_force
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY reaction_force
SUBTYPE OF (reaction);
reaction_force_fx : OPTIONAL force_measure_with_unit;
reaction_force_fy : OPTIONAL force_measure_with_unit;
reaction_force_fz : OPTIONAL force_measure_with_unit;
reaction_force_mx : OPTIONAL moment_measure_with_unit;
reaction_force_my : OPTIONAL moment_measure_with_unit;
reaction_force_mz : OPTIONAL moment_measure_with_unit;
WHERE
WRR13 : EXISTS (reaction_force_fx) OR
EXISTS (reaction_force_fy) OR
EXISTS (reaction_force_fz) OR
EXISTS (reaction_force_mx) OR
EXISTS (reaction_force_my) OR
EXISTS (reaction_force_mz);
END_ENTITY;
Explicit Attributes
Entity reaction_force has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity reaction_force inherits from the following supertypes:
reaction
Subtypes
No subtypesReferenced By
Entity reaction_force 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