ENTITY joint_system_welded_surface
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* Modified for LPM/6 - See Issues 87 and 88 *)
ENTITY joint_system_welded_surface
SUBTYPE OF (joint_system_welded);
weld_surface : bounded_surface;
WHERE
WRJ5 : (SELF\joint_system_welded.weld_specification.weld_mechanism_type = PLUG_WELD) OR
(SELF\joint_system_welded.weld_specification.weld_mechanism_type = SURFACING_WELD) OR
(SELF\joint_system_welded.weld_specification.weld_mechanism_type = SLOT_WELD);
(*
the weld shall be a plug or slot weld
*)
END_ENTITY;
Explicit Attributes
Entity joint_system_welded_surface has the following local and inherited explicit attributes:
Derived Attributes
Entity joint_system_welded_surface has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity joint_system_welded_surface inherits from the following supertypes:
structural_frame_item
joint_system
joint_system_welded
Subtypes
No subtypesReferenced By
Entity joint_system_welded_surface 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:38-04:00