stiffener
- Last UpdatedJan 20, 2026
- 2 minute read
Express Format:
ENTITY stiffener
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:
#400=stiffener(#2,$,’BA342-200002/S1P’,$,2222,’BA342-200002’, #6701, #4501, $, $, $, $,1,’10’,(2.00E+02, 1.20E+01), 104, $, $, $, #140, #145, (),(#343),(#451,#452),#541,#465,#452,$, 0.0);
Number of Attributes: 29
Description:
|
project : |
tribon_project entity |
|
date_of_generation: |
(not used for stiffeners, that means, $) |
|
name : |
part name |
|
transformation : |
transformation (not used for stiffener, that means, $) |
|
layer : |
user defined layer number for stiffeners |
|
parent_name : |
name of the parent part |
|
contour : |
contour instance describing the stiffener |
|
geometry: |
optional manifold_solid_brep instance describing the stiffener |
|
gps_1 , gps_2, gps_3 , gps_4: |
general purpose string |
|
profile_volume_description : |
0 - contour definition 1 - cross section |
|
type_id |
stiffener id |
|
type_attributes : |
stiffener 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 belonging to the stiffener |
|
holes : |
list of hole instances belonging to the stiffener |
|
notches : |
list of notch instances belonging to the stiffener |
|
traceline : |
traceline geometry of the stiffener |
|
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 stiffener |