longitudinal_part
- Last UpdatedJan 20, 2026
- 1 minute read
Express Format:
ENTITY longitudinal_part
SUBTYPE OF (part);
|
gps_1 : |
STRING; |
|
gps_2 : |
STRING; |
|
gps_3 : |
STRING; |
|
gps_4 : |
STRING; |
|
type_id : |
STRING; |
|
type_attributes: |
LIST [0:?] OF REAL; |
|
position_number: |
INTEGER; |
|
quality: |
STRING; |
|
surface_treatment: |
STRING; |
|
destination: |
STRING; |
|
left_endcut : |
endcut; |
|
right_endcut : |
endcut; |
END_ENTITY;
TRI/2 File Format:
#543=longitudinal_part(#2,$, ’CA608-30002/S1P’, $, 5555, ’CA608-30002’, #2474 , $ ,$, $, $, $, ’200’, (30.0, 220.0), 345, $, $, $, #5610,#5612);
Number of Attributes: 20
Description:
|
project: |
tribon_project entity |
|
date_of_generation: |
(not used for longitudinal_parts, that means, $) |
|
name : |
name of the longitudinal part |
|
transformation : |
transformation (not used for longitudinal_parts, that means, $) |
|
layer : |
user defined layer number for longitudinal_parts |
|
parent_name : |
name of the parent part |
|
contour : |
contour instances describing the longitudinal_part |
|
geometry : |
manifold_solid_brep instance describing the longitudinal_part |
|
gps_1, gps_2, gps_3, gps_4 : |
general purpose string |
|
type_id : |
STRING; |
|
type_attributes : |
LIST [0:?] OF REAL; |
|
position_number : |
Position number |
|
quality : |
material quality code |
|
surface_treatment: |
surface treatment string |
|
destination : |
destination string |
|
left_endcut : |
endcut entity describing the left endcut |
|
right_endcut : |
endcut entity describing the right endcut |