assembly
- Last UpdatedJan 20, 2026
- 2 minute read
Express Format:
ENTITY assembly
SUBTYPE OF (object);
|
sysname : |
STRING; |
|
parts : |
LIST [1:?] OF UNIQUE part; |
|
children : |
LIST [1:?] OF UNIQUE assembly; |
|
parent : |
assembly; |
|
build_strategy : |
STRING; |
|
description : |
STRING; |
|
destination : |
STRING; |
|
planning_unit : |
STRING; |
|
working_location : |
STRING; |
|
status : |
STRING; |
|
orientation : |
STRING; |
|
base_panel : |
STRING |
|
level_long : |
STRING; |
|
level_short : |
STRING; |
|
level_id : |
INTEGER; |
|
bounding_box : |
box_domain; |
|
projection : |
LIST [0:?] OF UNIQUE contour; |
|
planned_start_date: |
STRING; |
|
planned_end_date : |
STRING; |
|
actual_start_date: |
date_and_time; |
|
actual_end_date : |
date_and_time; |
|
estimated_cog : |
LIST [1:3] OF REAL; |
|
cog : |
LIST [1:3] OF REAL; |
|
estimated_weight : |
REAL; |
|
weight : |
REAL; |
|
aliases : |
keyed_list; |
|
local_origin : |
LIST [1:3] OF REAL; |
|
weld_table : |
assembly_weld_table; |
END_ENTITY;
TRI/2 File Format:
#1=assembly(#2,#3,’Q1’,$,’_AS0000004572’,(#4,#5),(),$,(‘’,’’,’’,’’,’’,’’),’_1-H14-DH14-BH14-RTP-Q1TP’,$,’’,’’,’Defined’,’Specific Panel’,’PAH14-1000’,’’,’’,$,#6,(#12),$,$,$,$,(0,0,0),(0,0,0),0,0,$,$,#13);
Number of Attributes: 32
Description:
|
project: |
tribon_project entity |
|
date_of_generation: |
date_and_time of last assembly object modification |
|
name : |
Assembly path name |
|
transformation : |
transformation |
|
sysname : |
System name of assembly |
|
parts : |
list of parts of the assembly |
|
children : |
list of subassemblies |
|
parent : |
parent assembly |
|
build_strategy : |
list of build strategy values |
|
description : |
a descriptive text |
|
destination : |
the destination (next workstation) of the assembly |
|
planning_unit : |
|
|
working_location : |
the place where the assembly is manufactured |
|
status : |
|
|
orientation : |
manufacturing orientation of the assembly |
|
base_panel : |
name of specific panel, only set for orientation ‘Automatic’ |
|
level_long : |
long name level description |
|
level_short : |
short name for level description |
|
level_id : |
level id |
|
bounding_box : |
the bounding box of the assembly |
|
projection : |
the projection of the assembly onto the manufacturing plane |
|
planned_start_date: |
planned start date of production |
|
planned_end_date : |
planned end date of production |
|
actual_start_date: |
actual start date of production |
|
actual_end_date : |
actual end date of production |
|
estimated_cog : |
estimated centre of gravity |
|
cog : |
calculated centre of gravity |
|
weight : |
calculated weight |
|
estimated_weight : |
estimated weight |
|
aliases : |
alias definitions of the assembly |
|
local_origin : |
|
|
weld_table : |
assembly_weld_table |