WRW3
|
:
|
( (SIZEOF (points_defining_weld_path) = number_of_sections) AND
(SIZEOF (section_orientations) = number_of_sections) );
|
WRW4
|
:
|
SIZEOF(QUERY(temp <* points_defining_weld_path |
(temp\point_on_curve.basis_curve) :<>: curve_defining_weld)) = 0;
|
WRW5
|
:
|
SIZEOF(QUERY(joint <* joints | (
NOT('STRUCTURAL_FRAME_SCHEMA.JOINT_SYSTEM_WELDED_LINEAR' IN TYPEOF(joint)))))=0;
|
WRW6
|
:
|
SIZEOF(QUERY(joint <* joints | (NOT(joint.weld_path :=: curve_defining_weld)))) = 0;
|