Navigation

length_measure_with_unit

EXPRESS specification:

ENTITY length_measure_with_unit
SUBTYPE OF ( measure_with_unit);
WHERE
WRL38  :  'STRUCTURAL_FRAME_SCHEMA.LENGTH_UNIT' IN TYPEOF (SELF\measure_with_unit.unit_component);
WRL39  :  'STRUCTURAL_FRAME_SCHEMA.LENGTH_MEASURE' IN TYPEOF (SELF\measure_with_unit.value_component);
END_ENTITY;

References (28):

Name Type Referred through Express-G
analysis_result_element_curve Entity
Attribute 'result_position'
No Diagram
applied_load_static_displacement Entity
Attribute 'preset_displacement_dx'
Attribute 'preset_displacement_dy'
Attribute 'preset_displacement_dz'
No Diagram
assembly_design_structural_member_linear_cambered_absolute Entity
Attribute 'absolute_offset_y'
Attribute 'absolute_offset_z'
No Diagram
element_eccentricity Entity
Attribute 'x_eccentricity'
Attribute 'y_eccentricity'
Attribute 'z_eccentricity'
No Diagram
fastener_mechanism_with_position Entity
Attribute 'fastener_positions'
No Diagram
fastener_simple_screw_tapered Entity
Attribute 'absolute_taper'
No Diagram
geographical_location Entity
Attribute 'height_above_datum'
No Diagram
grid_offset Entity
Attribute 'offset'
No Diagram
map_location Entity
Attribute 'eastings'
Attribute 'northings'
No Diagram
measure_with_unit Entity
Subtype
No Diagram
part_prismatic_complex_tapered Entity
Attribute 'absolute_taper_1'
Attribute 'absolute_taper_2'
No Diagram
part_prismatic_simple_cambered_absolute Entity
Attribute 'absolute_offset_y'
Attribute 'absolute_offset_z'
No Diagram
reaction_displacement Entity
Attribute 'reaction_displacement_dx'
Attribute 'reaction_displacement_dy'
Attribute 'reaction_displacement_dz'
No Diagram
reaction_dynamic Entity
Attribute 'response_amplitude'
No Diagram
section_properties Entity
Attribute 'origin_offset'
No Diagram
section_properties_asymmetric Entity
Attribute 'neutral_axis_shear_centre'
No Diagram
surface_treatment_grind Entity
Attribute 'finished_surface_irregularity'
No Diagram
zone_of_building_storey Entity
Attribute 'storey_level'
No Diagram

Inheritance graph

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