Subpanel#
Attribute Name |
Data Type |
Description |
---|---|---|
no |
int |
Object number |
elements |
List[int] |
Elements | Contains elements (e.g. “3,7” for elements number 3 and 7, “10-13” for elements number 10, 11, 12 and 13) |
comment |
str |
Comment |
is_generated |
bool |
Generated by |
generating_object_info |
str |
Generated by |
subpanel_type |
Type | Type of the subpanel |
|
restrained_at_start |
bool |
Restrained at start | Restraint at the start of the subpanel |
restrained_at_end |
bool |
Restrained at end | Restraint at the end of the subpanel |
delta_start |
float |
Subpanel extension at start | Start Δ_i | Length reduction at the start of the subpanel |
delta_end |
float |
Subpanel extension at end | End Δ_j | Length reduction at the end of the subpanel |
width |
float |
Width | c | Sum of the element lengths including reductions |
thickness |
float |
Thickness | t | Thickness of the subpanel |
ct_ratio |
float |
Ratio c/t | c/t | Width/thickness ratio |
id_for_export_import |
str |
|
metadata_for_export_import |
str |
Associated Enums
SubpanelType#
Name |
---|
SUBPANEL_TYPE_STRAIGHT |
SUBPANEL_TYPE_ARC |
SUBPANEL_TYPE_CIRCLE |