ENTITY joint_system_welded_point
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* Modified for LPM/6 - See Issues 87 and 88 *)
ENTITY joint_system_welded_point
SUBTYPE OF (joint_system_welded);
weld_position : point;
WHERE
WRJ4 : (SELF\joint_system_welded.weld_specification.weld_mechanism_type = SPOT_WELD) OR
(SELF\joint_system_welded.weld_specification.weld_mechanism_type = PLUG_WELD) OR
(SELF\joint_system_welded.weld_specification.weld_mechanism_type = STUD_WELD);
(*
the weld shall be a plug, stud, or spot weld
*)
END_ENTITY;
Explicit Attributes
Entity joint_system_welded_point has the following local and inherited explicit attributes:
Derived Attributes
Entity joint_system_welded_point has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity joint_system_welded_point inherits from the following supertypes:
structural_frame_item
joint_system
joint_system_welded
Subtypes
No subtypesReferenced By
Entity joint_system_welded_point 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