ENTITY weld_mechanism_groove
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* new for LPM/6 - see Issues 87 and 88 *)
ENTITY weld_mechanism_groove
SUPERTYPE OF(ONEOF(weld_mechanism_groove_beveled, weld_mechanism_groove_butt))
SUBTYPE OF (weld_mechanism);
sidedness : weld_sidedness;
backing_type : OPTIONAL weld_backing_type;
weld_joint_spacer : BOOLEAN;
surface_shape : weld_surface_shape;
joint_configuration : weld_configuration;
root_gap : OPTIONAL positive_length_measure_with_unit;
root_face : OPTIONAL positive_length_measure_with_unit;
WHERE
WRW9 : SELF\weld_mechanism.weld_mechanism_type = BUTT_WELD;
WRW10 : NOT (SELF\weld_mechanism.penetration = DEEP_PENETRATION);
END_ENTITY;
Explicit Attributes
Entity weld_mechanism_groove has the following local and inherited explicit attributes:
Derived Attributes
Entity weld_mechanism_groove has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity weld_mechanism_groove inherits from the following supertypes:
structural_frame_item
structural_frame_product
weld_mechanism
Subtypes
Entity weld_mechanism_groove has the following subtypes:
weld_mechanism_groove_beveled*
weld_mechanism_groove_butt*
* - Immediate Subtypes
Referenced By
Entity weld_mechanism_groove and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:39-04:00