Navigation

applied_load_static_force

EXPRESS specification:

ENTITY applied_load_static_force
SUBTYPE OF ( applied_load_static);
applied_force_fx  :  OPTIONAL force_measure_with_unit;
applied_force_fy  :  OPTIONAL force_measure_with_unit;
applied_force_fz  :  OPTIONAL force_measure_with_unit;
applied_moment_mx  :  OPTIONAL moment_measure_with_unit;
applied_moment_my  :  OPTIONAL moment_measure_with_unit;
applied_moment_mz  :  OPTIONAL moment_measure_with_unit;
WHERE
WRA14  :  EXISTS (applied_force_fx) OR EXISTS (applied_force_fy) OR EXISTS (applied_force_fz) OR EXISTS (applied_moment_mx) OR EXISTS (applied_moment_my) OR EXISTS (applied_moment_mz);
END_ENTITY;

References (1):

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

Inheritance graph

ENTITY applied_load_static_force;
ENTITY applied_load;
applied_load_name  :  label;
ENTITY applied_load_static;
ENTITY applied_load_static_force;
applied_force_fx  :  OPTIONAL force_measure_with_unit;
applied_force_fy  :  OPTIONAL force_measure_with_unit;
applied_force_fz  :  OPTIONAL force_measure_with_unit;
applied_moment_mx  :  OPTIONAL moment_measure_with_unit;
applied_moment_my  :  OPTIONAL moment_measure_with_unit;
applied_moment_mz  :  OPTIONAL moment_measure_with_unit;
END_ENTITY;