weld_sequence
- Last UpdatedJan 20, 2026
- 1 minute read
Express Format:
ENTITY weld_sequence;
|
name : |
STRING; |
|
comment : |
STRING; |
|
status : |
STRING; |
|
start_offset : |
REAL; |
|
end_offset : |
REAL; |
|
welds : |
LIST [0:?] OF directed_weld; |
END_ENTITY;
TRI/2 File Format:
#3010=weld_sequence(’SEQ-1’, $, $, 10.0, 20.0, (#3401, #3402, #3404, #3403) );
Number of Attributes: 6
Description:
A <weld_sequence> defines a production sequence of <weld>s.
|
name: |
name of the weld sequence |
|
comment: |
comment string |
|
status: |
status string |
|
end_offset, start_offset: |
offsets from the start and end point of a <weld_sequence>. The offsets can be used to model <weld_sequence>s which don’t start or end at start or end points of welds. |
|
welds: |
list of directed_weld instances |