Navigation

mass_per_length_measure_with_unit

EXPRESS specification:

ENTITY mass_per_length_measure_with_unit
SUBTYPE OF ( derived_measure_with_unit);
WHERE
WRM13  :  'STRUCTURAL_FRAME_SCHEMA.MASS_PER_LENGTH_UNIT' IN TYPEOF (SELF\measure_with_unit.unit_component);
WRM14  :  'STRUCTURAL_FRAME_SCHEMA.MASS_PER_LENGTH_MEASURE' IN TYPEOF (SELF\measure_with_unit.value_component);
END_ENTITY;

References (3):

Name Type Referred through Express-G
derived_measure_with_unit Entity
Subtype
No Diagram
section_properties Entity
Attribute 'nominal_mass'
Attribute 'actual_mass'
No Diagram

Inheritance graph

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