clip
- Last UpdatedJan 20, 2026
- 1 minute read
Express Format:
ENTITY clip
SUBTYPE OF (part);
|
position_number : |
INTEGER; |
|
quality : |
STRING; |
|
surface_treatment: |
STRING; |
|
destination : |
STRING; |
|
sub_parts: |
LIST [0:?] OF UNIQUE part; |
END_ENTITY;
TRI/2 File Format:
#4410=clip(#2,$,’BA342-300002/C1P’,$, 7711, ’BA342-300002’, $, $, 852, $, $, $,());
Number of Attributes: 13
Description:
|
project: |
tribon_project entity |
|
date_of_generation: |
(not used for clips, that means, $) |
|
name : |
part name |
|
transformation : |
transformation (not used for clips, that means, $) |
|
layer : |
user defined layer number for clips |
|
parent_name : |
name of the parent part |
|
contour : |
(not used for clips, that means, $) geometry is defined by the sub_parts |
|
geometry : |
(not used for clips, that means, $) geometry is defined by the sub_parts |
|
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 clip |