plate
- Last UpdatedJan 20, 2026
- 1 minute read
Express Format:
ENTITY plate
SUBTYPE OF (part);
|
position_number : |
INTEGER; |
|
quality : |
STRING; |
|
surface_treatment: |
STRING; |
|
destination : |
STRING; |
|
baseplate_flag: |
BOOLEAN; |
|
surface_contours: |
LIST [0:?] OF UNIQUE contour; |
|
holes : |
LIST [0:?] OF UNIQUE hole; |
|
cutouts : |
LIST [0:?] OF UNIQUE cutout; |
|
notches : |
LIST [0:?] OF UNIQUE notch; |
|
bent_flange : |
contour; |
|
bent_radius : |
REAL; |
|
knuckled_parts : |
LIST [0:?] OF UNIQUE contour; |
END_ENTITY;
TRI/2 File Format:
#5=plate(#2,$,’PAH14-1000-1’,#51,$,’PAH14-1000’,#60,$,1 ,’L24T’,$,$,True,(),(#61),(),(),$,$,());
Number of Attributes: 20
Description:
|
project: |
tribon_project entity |
|
date_of_generation: |
(not used for plate, that means, $) |
|
name : |
part name |
|
transformation : |
transformation (not used for plate, that means, $) |
|
layer : |
user defined layer number for plates |
|
parent_name : |
name of the parent part |
|
contour : |
contour instance describing the plate boundary |
|
geometry : |
optional manifold_solid_brep instance describing the plate |
|
position_number : |
Position number |
|
quality : |
material quality code |
|
surface_treatment: |
surface treatment string |
|
destination : |
destination string |
|
baseplate_flag: |
TRUE if plate is baseplate of the assembly, else FALSE |
|
surface_contours: |
list of contour instances describing the surface of a curved plate; |
|
holes : |
list of hole instances of the plate; |
|
cutouts : |
list of cutout instances of the plate; |
|
notches : |
list of notch instances of the plate; |
|
bent_flange : |
side view of the bent_flange; |
|
bent_radius : |
bending radius at the flange; |
|
knuckled_parts : |
list of contour of the knuckled part instances; |