assembly_weld_table
- Last UpdatedJan 20, 2026
- 1 minute read
Express Format:
ENTITY assembly_weld_table;
|
name : |
STRING; |
|
parent : |
assembly; |
|
comment : |
STRING; |
|
status : |
STRING; |
|
time_stamp : |
date_and_time; |
|
local_origin : |
LIST [1:3] OF REAL; |
|
weld_length : |
REAL; |
|
suspension_length: |
REAL; |
|
connection_length: |
REAL; |
|
joints : |
SET [0:?] OF welded_joint; |
|
weld_sequences : |
SET [0:?] OF weld_sequence; |
END_ENTITY;
TRI/2 File Format:
#6010=assembly_weld_table(’_AWT0000000025’, #4540, $, ’defined’, #2002, (0.0, 0.0, 0.0), 45020.0, 0.0, 45020.0 , (#701, #702, #703, #704), (#3454, #3452) );
Number of Attributes: 11
Description:
An <assembly_weld_table> defines a set of <joint>s, that means, part connections, of an assembly.
|
name: |
ID of assembly_weld_table |
|
parent: |
the <assembly> the <assembly_weld_table> is defined for |
|
comment : |
|
|
status : |
|
|
time_stamp : |
|
|
local_origin : |
|
|
weld_length : |
the summed length of all <weld>s of the <assembly> |
|
suspension_length: |
the summed length of suspension on all <weld>s of the <assembly> |
|
connection_length: |
the summed connection length of all parts of the <assembly> |
|
joints : |
set of <welded_joint>s |
|
weld_sequences : |
set of <weld_sequence>s |