Navigation

applied_load_static_displacement

EXPRESS specification:

ENTITY applied_load_static_displacement
SUBTYPE OF ( applied_load_static);
preset_displacement_dx  :  OPTIONAL length_measure_with_unit;
preset_displacement_dy  :  OPTIONAL length_measure_with_unit;
preset_displacement_dz  :  OPTIONAL length_measure_with_unit;
preset_displacement_rx  :  OPTIONAL plane_angle_measure_with_unit;
preset_displacement_ry  :  OPTIONAL plane_angle_measure_with_unit;
preset_displacement_rz  :  OPTIONAL plane_angle_measure_with_unit;
WHERE
WRA13  :  EXISTS (preset_displacement_dx) OR EXISTS (preset_displacement_dy) OR EXISTS (preset_displacement_dz) OR EXISTS (preset_displacement_rx) OR EXISTS (preset_displacement_ry) OR EXISTS (preset_displacement_rz);
END_ENTITY;

References (1):

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

Inheritance graph

ENTITY applied_load_static_displacement;
ENTITY applied_load;
applied_load_name  :  label;
ENTITY applied_load_static;
ENTITY applied_load_static_displacement;
preset_displacement_dx  :  OPTIONAL length_measure_with_unit;
preset_displacement_dy  :  OPTIONAL length_measure_with_unit;
preset_displacement_dz  :  OPTIONAL length_measure_with_unit;
preset_displacement_rx  :  OPTIONAL plane_angle_measure_with_unit;
preset_displacement_ry  :  OPTIONAL plane_angle_measure_with_unit;
preset_displacement_rz  :  OPTIONAL plane_angle_measure_with_unit;
END_ENTITY;