bracket
- Last UpdatedJan 20, 2026
- 1 minute read
Express Format:
ENTITY bracket
SUBTYPE OF (part);
|
type_id : |
STRING; |
|
type_attributes : |
LIST [0:?] OF REAL; |
|
position_number : |
INTEGER; |
|
quality : |
STRING; |
|
surface_treatment: |
STRING; |
|
destination : |
STRING; |
|
sub_parts : |
LIST [0:?] OF UNIQUE part; |
END_ENTITY;
TRI/2 File Format:
#6090=bracket(#2,$,’BA342-100002-1BP’,$,3344, ’BA342-100002’, $, $, ’12’,(), 802, $, $, $,(#1712,#1722));
Number of Attributes: 15
Description:
|
project: |
tribon_project entity |
|
date_of_generation: |
(not used for brackets, that means, $) |
|
name : |
part name |
|
transformation : |
transformation (not used for brackets, that means, $) |
|
layer : |
user defined layer number for brackets |
|
parent_name : |
name of the parent part |
|
contour : |
(not used for brackets, that means, $) contour by defined for the sub_parts |
|
geometry : |
(not used for brackets, that means, $) geometry is defined by the sub_parts |
|
type_id : |
bracket id |
|
type_attributes : |
bracket parameter |
|
position_number : |
Position number |
|
quality : |
material quality code |
|
surface_treatment: |
surface treatment string |
|
destination : |
destination string |
|
sub_parts : |
list of part instances, describing sub parts of the bracket |