ENTITY weld_mechanism_fillet
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* new for LPM/6 - see Issues 87 and 88 *)
ENTITY weld_mechanism_fillet
SUPERTYPE OF (ONEOF(weld_mechanism_fillet_continuous, weld_mechanism_fillet_intermittent))
SUBTYPE OF (weld_mechanism);
sidedness : weld_sidedness;
surface_shape : weld_surface_shape;
joint_configuration : weld_configuration;
leg_length_y : OPTIONAL positive_length_measure_with_unit;
leg_length_z : OPTIONAL positive_length_measure_with_unit;
WHERE
WRW7 : SELF\weld_mechanism.weld_mechanism_type = FILLET_WELD;
WRW8 : NOT ((SELF\weld_mechanism.penetration = FULL_PENETRATION) OR
(SELF\weld_mechanism.penetration = PARTIAL_PENETRATION));
END_ENTITY;
Explicit Attributes
Entity weld_mechanism_fillet has the following local and inherited explicit attributes:
Derived Attributes
Entity weld_mechanism_fillet has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity weld_mechanism_fillet inherits from the following supertypes:
structural_frame_item
structural_frame_product
weld_mechanism
Subtypes
Entity weld_mechanism_fillet has the following subtypes:
weld_mechanism_fillet_continuous*
weld_mechanism_fillet_intermittent*
* - Immediate Subtypes
Referenced By
Entity weld_mechanism_fillet 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