ENTITY reaction_velocity
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY reaction_velocity
SUBTYPE OF (reaction);
reaction_velocity_vx : OPTIONAL linear_velocity_measure_with_unit;
reaction_velocity_vy : OPTIONAL linear_velocity_measure_with_unit;
reaction_velocity_vz : OPTIONAL linear_velocity_measure_with_unit;
reaction_velocity_vrx : OPTIONAL rotational_velocity_measure_with_unit;
reaction_velocity_vry : OPTIONAL rotational_velocity_measure_with_unit;
reaction_velocity_vrz : OPTIONAL rotational_velocity_measure_with_unit;
WHERE
WRR14 : EXISTS (reaction_velocity_vx) OR
EXISTS (reaction_velocity_vy) OR
EXISTS (reaction_velocity_vz) OR
EXISTS (reaction_velocity_vrx) OR
EXISTS (reaction_velocity_vry) OR
EXISTS (reaction_velocity_vrz);
END_ENTITY;
Explicit Attributes
Entity reaction_velocity has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity reaction_velocity inherits from the following supertypes:
reaction
Subtypes
No subtypesReferenced By
Entity reaction_velocity 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