Navigation

solid_angle_measure_with_unit

EXPRESS specification:

ENTITY solid_angle_measure_with_unit
SUBTYPE OF ( measure_with_unit);
WHERE
WRS24  :  'STRUCTURAL_FRAME_SCHEMA.SOLID_ANGLE_UNIT' IN TYPEOF (SELF\measure_with_unit.unit_component);
WRS25  :  'STRUCTURAL_FRAME_SCHEMA.SOLID_ANGLE_MEASURE' IN TYPEOF (SELF\measure_with_unit.value_component);
END_ENTITY;

References (1):

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

Inheritance graph

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