Navigation

ratio_measure_with_unit

EXPRESS specification:

ENTITY ratio_measure_with_unit
SUBTYPE OF ( measure_with_unit);
WHERE
WRR1  :  'STRUCTURAL_FRAME_SCHEMA.RATIO_UNIT' IN TYPEOF (SELF\measure_with_unit.unit_component);
WRR2  :  'STRUCTURAL_FRAME_SCHEMA.RATIO_MEASURE' IN TYPEOF (SELF\measure_with_unit.value_component);
END_ENTITY;

References (27):

Name Type Referred through Express-G
analysis_results_set_redistributed Entity
Attribute 'redistribution_factors'
No Diagram
assembly_design_structural_member_linear_cambered_relative Entity
Attribute 'relative_offset_position'
Attribute 'relative_offset_y'
Attribute 'relative_offset_z'
No Diagram
fastener_simple_screw_tapered Entity
Attribute 'relative_taper'
No Diagram
fastener_simple_washer_tapered Entity
Attribute 'taper'
No Diagram
material_constituent Entity
Attribute 'constituent_amount'
No Diagram
measure_with_unit Entity
Subtype
No Diagram
part_prismatic_complex_tapered Entity
Attribute 'relative_taper_1'
Attribute 'relative_taper_2'
No Diagram
part_prismatic_simple_cambered_relative Entity
Attribute 'relative_offset_position'
Attribute 'relative_offset_y'
Attribute 'relative_offset_z'
No Diagram
reaction_equilibrium Entity
Attribute 'equilibrium_dx'
Attribute 'equilibrium_dy'
Attribute 'equilibrium_dz'
Attribute 'equilibrium_mx'
Attribute 'equilibrium_my'
Attribute 'equilibrium_mz'
No Diagram
section_profile_angle Entity
Attribute 'leg_slope'
No Diagram
section_profile_channel Entity
Attribute 'flange_slope'
No Diagram
section_profile_i_type Entity
Attribute 'flange_slope'
No Diagram
section_profile_i_type_asymmetric Entity
Attribute 'bottom_flange_slope'
No Diagram
section_profile_i_type_rail Entity
Attribute 'top_flange_inner_slope'
Attribute 'bottom_flange_inner_slope'
No Diagram
section_profile_t_type Entity
Attribute 'flange_slope'
Attribute 'web_slope'
No Diagram

Inheritance graph

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