Navigation

area_measure_with_unit

EXPRESS specification:

ENTITY area_measure_with_unit
SUBTYPE OF ( measure_with_unit);
WHERE
WRA16  :  'STRUCTURAL_FRAME_SCHEMA.AREA_UNIT' IN TYPEOF (SELF\measure_with_unit.unit_component);
WRA17  :  'STRUCTURAL_FRAME_SCHEMA.AREA_MEASURE' IN TYPEOF (SELF\measure_with_unit.value_component);
END_ENTITY;

References (12):

Name Type Referred through Express-G
fastener_simple_bolt Entity
Attribute 'full_section_area'
Attribute 'reduced_section_area'
No Diagram
fastener_simple_screw Entity
Attribute 'full_section_area'
Attribute 'reduced_section_area'
No Diagram
fastener_simple_stud Entity
Attribute 'full_section_area'
Attribute 'reduced_section_area'
No Diagram
measure_with_unit Entity
Subtype
No Diagram
section_properties Entity
Attribute 'section_area_ax'
Attribute 'shear_area_asy'
Attribute 'shear_area_asz'
Attribute 'shear_deformation_area_ay'
Attribute 'shear_deformation_area_az'
No Diagram

Inheritance graph

ENTITY area_measure_with_unit;
ENTITY measure_with_unit;
value_component  :  measure_value;
unit_component  :  unit;
ENTITY area_measure_with_unit;
END_ENTITY;