Navigation

moment_measure_with_unit

EXPRESS specification:

ENTITY moment_measure_with_unit
SUBTYPE OF ( derived_measure_with_unit);
WHERE
WRM31  :  'STRUCTURAL_FRAME_SCHEMA.MOMENT_UNIT' IN TYPEOF (SELF\measure_with_unit.unit_component);
WRM32  :  'STRUCTURAL_FRAME_SCHEMA.MOMENT_MEASURE' IN TYPEOF (SELF\measure_with_unit.value_component);
END_ENTITY;

References (11):

Name Type Referred through Express-G
applied_load_static_force Entity
Attribute 'applied_moment_mx'
Attribute 'applied_moment_my'
Attribute 'applied_moment_mz'
No Diagram
derived_measure_with_unit Entity
Subtype
No Diagram
reaction_force Entity
Attribute 'reaction_force_mx'
Attribute 'reaction_force_my'
Attribute 'reaction_force_mz'
No Diagram
resistance_bending Entity
Attribute 'torsional_resistance_mx'
Attribute 'bending_resistance_my'
Attribute 'bending_resistance_mz'
Attribute 'buckling_resistance_mb'
No Diagram

Inheritance graph

ENTITY moment_measure_with_unit;
ENTITY measure_with_unit;
value_component  :  measure_value;
unit_component  :  unit;
ENTITY derived_measure_with_unit;
ENTITY moment_measure_with_unit;
END_ENTITY;