pillar
- Last UpdatedJan 20, 2026
- 2 minute read
Express Format:
ENTITY pillar
SUBTYPE OF (part);
|
gps_1 : |
STRING; |
|
gps_2 : |
STRING; |
|
gps_3 : |
STRING; |
|
gps_4 : |
STRING; |
|
profile_volume_description : |
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; |
|
cutouts : |
LIST [0:?] OF UNIQUE cutout; |
|
holes : |
LIST [0:?] OF UNIQUE hole; |
|
notches : |
LIST [0:?] OF UNIQUE notch; |
|
traceline : |
contour; |
|
sideview : |
contour; |
|
topview : |
contour; |
|
cross_section : |
contour; |
|
twistangle : |
REAL; |
END_ENTITY;
TRI/2 File Format:
#7760=pillar(#2,$,’BA342-100002/P1P’,$,1155,’BA342-100002’ ,#5610, #1501, $, $, $, $,1,’2002’,() , 103, $, $, $, #453, #467, (), (), (), #654, #665, #543, $,0.0);
Number of Attributes: 29
Description:
|
project: |
tribon_project entity |
|
date_of_generation: |
(not used for pillars, that means, $) |
|
name : |
part name |
|
transformation : |
transformation (not used for pillars, that means, $) |
|
layer : |
user defined layer number for pillar |
|
parent_name : |
name of the parent part |
|
contour : |
contour instance describing the pillar |
|
geometry : |
optional manifold_solid_brep instance describing the pillar |
|
gps_1 , gps_2 , gps_3 , gps_4 : |
general purpose string |
|
profile_volume_description : |
0 - contour definition 1 - cross section |
|
type_id : |
pillar id |
|
type_attributes : |
pillar parameter |
|
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 |
|
cutouts : |
list of cutout instances |
|
holes : |
list of hole instances |
|
notches : |
list of hole instances |
|
traceline : |
traceline geometry of the pillar |
|
sideview : |
sideview geometry if profile_volume_description is equal 1 (else not used, that means, $) |
|
topview : |
topview geometry (not used for curved profiles, that means, $); |
|
cross_section : |
cross_section description if profile_volume-_description is equal 0 (else not used, that means, $); |
|
twistangle : |
twist angle of the pillar |