weld
- Last UpdatedJan 20, 2026
- 2 minute read
Express Format:
ENTITY weld;
|
name : |
STRING; |
|
comment : |
STRING; |
|
size : |
REAL; |
|
layers : |
INTEGER; |
|
wlength : |
REAL; |
|
position : |
STRING; |
|
test : |
STRING; |
|
process : |
STRING; |
|
standard_process : |
STRING; |
|
start_suspension : |
REAL; |
|
end_suspension : |
REAL; |
|
pattern : |
STRING; |
|
shrinkage : |
shrinkage_margin; |
|
part_1 : |
part; |
|
part_2 : |
part; |
|
bevel_1 : |
bevel_code; |
|
bevel_2 : |
bevel_code; |
|
thickness_1 : |
REAL; |
|
thickness_2 : |
REAL; |
|
connection_angle: |
REAL; |
|
rotation_angle: |
REAL; |
|
inclination_angle: |
REAL; |
|
torch_vector: |
vector; |
|
weld_flag: |
weld_flag_option; |
|
weld_contour : |
contour; |
|
weld_geometry : |
OPTIONAL edge_based_wireframe_model; |
END_ENTITY;
TRI/2 File Format:
#4509=weld(’J-12/W-1’, $, 8.0, 2, 1200.0, ’FF’, $, $, $, $, $, $,$, #6702, #6754, $, $, 8.0, 10.0, 90.0, 50.0, 34,0, $,none,, #3450, #4090);
Number of Attributes: 26
Description:
A <weld> defines a welded seam as part of a <welded_joint>.
|
name : |
an identification of the <weld> |
|
comment : |
a note about the <weld> |
|
size : |
the a measure or leg length of the <weld> |
|
layers : |
the number of layers of the <weld> |
|
wlength : |
the length of the <weld> |
|
position : |
the welding position of the <weld> |
|
test : |
the required test procedure for the <weld>, for example, airtest |
|
standard_process: |
the welding process as defined in the <welding_process_reference_table> |
|
start_suspension, end_suspension : |
the suspension of welding at the start and end of the <weld> |
|
pattern : |
a welding pattern, for example, intermittent welding |
|
shrinkage : |
the proposed shrinkage of the parts at the <weld> |
|
part_1, part_2 : |
the entity of part 1 and 2 at the joint. part1 and 2 would be subparts for example, of an assembly and are not defined for piece part joints. |
|
bevel_1, bevel_2: |
the bevel codes of part 1 and 2 at the joint |
|
thickness_1, thickness_2 : |
the thickness of part 1 and 2 at the joint |
|
connection_angle: |
connection angle between part 1 and part 2 |
|
rotation_angle: |
rotation angle |
|
inclination_angle: |
inclination angle |
|
torch_vector: |
torch vector |
|
weld_flag: |
optional weld_flag_option for welds caused by bridging, thickness or knuckled parts |
|
weld_contour: |
contour instance describing the weld traceline |
|
weld_geometry: |
optional edge_based_wireframe_model instance describing the weld geometry |