Navigation

reaction_displacement

EXPRESS specification:

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;

References (1):

Name Type Referred through Express-G
reaction Entity
Subtype
No Diagram

Inheritance graph

ENTITY reaction_displacement;
ENTITY reaction;
ENTITY reaction_displacement;
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;
END_ENTITY;