Navigation

plane_angle_measure_with_unit

EXPRESS specification:

ENTITY plane_angle_measure_with_unit
SUBTYPE OF ( measure_with_unit);
WHERE
WRP12  :  'STRUCTURAL_FRAME_SCHEMA.PLANE_ANGLE_UNIT' IN TYPEOF (SELF\measure_with_unit.unit_component);
WRP13  :  'STRUCTURAL_FRAME_SCHEMA.PLANE_ANGLE_MEASURE' IN TYPEOF (SELF\measure_with_unit.value_component);
END_ENTITY;

References (21):

Name Type Referred through Express-G
applied_load_static_displacement Entity
Attribute 'preset_displacement_rx'
Attribute 'preset_displacement_ry'
Attribute 'preset_displacement_rz'
No Diagram
boundary_condition_skewed Entity
Attribute 'x_skew_angle'
Attribute 'y_skew_angle'
Attribute 'z_skew_angle'
No Diagram
fastener_simple_countersunk Entity
Attribute 'countersink_angle'
No Diagram
feature_volume_hole_slotted_curved Entity
Attribute 'sector_angle'
No Diagram
feature_volume_prismatic_skewed_end Entity
Attribute 'skew_angle_1'
Attribute 'skew_angle_2'
No Diagram
grid_radial Entity
Attribute 'spacing_1'
No Diagram
grid_skewed Entity
Attribute 'skew_angle'
No Diagram
measure_with_unit Entity
Subtype
No Diagram
orientation_select Select
Select relation
No Diagram
reaction_displacement Entity
Attribute 'reaction_displacement_rx'
Attribute 'reaction_displacement_ry'
Attribute 'reaction_displacement_rz'
No Diagram
reaction_dynamic Entity
Attribute 'phase_angle'
No Diagram
section_properties_asymmetric Entity
Attribute 'theta_angle_z_axis_v_axis'
No Diagram
weld_mechanism_groove_beveled Entity
Attribute 'groove_angle'
Attribute 'taper_angle'
No Diagram

Inheritance graph

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