DesignStripWizard#
Attribute Name |
Data Type |
Description |
---|---|---|
no |
int |
Object number |
type |
Type of Design Strip Wizard |
|
user_defined_name_enabled |
bool |
User-defined name enabled |
name |
str |
Name |
surfaces |
List[int] |
Surfaces No. |
building_grid |
int |
Building grid No. |
grid_plane |
Grid plane |
|
enable_primary_reinforcement_direction |
bool |
Enable primary reinforcement direction |
primary_reinforcement_direction |
Primary reinforcement direction |
|
enable_secondary_reinforcement_direction |
bool |
Enable secondary reinforcement direction |
secondary_reinforcement_direction |
Secondary reinforcement direction |
|
enable_column_strip_type |
bool |
Enable column strip type |
enable_middle_strip_type |
bool |
Enable middle strip type |
enable_edge_strip_type |
bool |
Enable edge strip type |
enable_user_defined_strip_width |
bool |
Enable user-defined strip width |
user_defined_strip_width |
float |
User-defined strip width |
adjust_internal_moment |
bool |
Adjust internal moment |
primary_parameters |
Primary parameters |
|
secondary_parameters |
Secondary parameters |
|
analytical_length |
float |
Analytical length | L |
analytical_area |
float |
Analytical area | S |
analytical_mass |
float |
Analytical mass | M |
analytical_volume |
float |
Analytical volume | V |
analytical_center_of_gravity |
Analytical center of gravity |
|
analytical_center_of_gravity_x |
float |
Analytical center of gravity | X_C |
analytical_center_of_gravity_y |
float |
Analytical center of gravity | Y_C |
analytical_center_of_gravity_z |
float |
Analytical center of gravity | Z_C |
length |
float |
Length | L |
area |
float |
Area | S |
mass |
float |
Mass | M |
volume |
float |
Volume | V |
center_of_gravity |
Center of gravity |
|
center_of_gravity_x |
float |
Center of gravity | X_C |
center_of_gravity_y |
float |
Center of gravity | Y_C |
center_of_gravity_z |
float |
Center of gravity | Z_C |
comment |
str |
Comment |
is_generated |
bool |
Generated by |
generating_object_info |
str |
Generated by |
id_for_export_import |
str |
|
metadata_for_export_import |
str |
Associated Data Types
PrimaryParametersTable#
Attribute Name |
Data Type |
Description |
---|---|---|
rows |
List[PrimaryParametersRow] |
PrimaryParametersRow#
Attribute Name |
Data Type |
Description |
---|---|---|
no |
int |
|
description |
str |
|
label |
str |
|
position |
float |
|
isEnabled |
bool |
SecondaryParametersTable#
Attribute Name |
Data Type |
Description |
---|---|---|
rows |
List[SecondaryParametersRow] |
SecondaryParametersRow#
Attribute Name |
Data Type |
Description |
---|---|---|
no |
int |
|
description |
str |
|
label |
str |
|
position |
float |
|
isEnabled |
bool |
Associated Enums
Type#
Name |
---|
TYPE_UNKNOWN |
TYPE_STANDARD |
GridPlane#
Name |
---|
GRID_PLANE_XY |
GRID_PLANE_XZ |
GRID_PLANE_YZ |
PrimaryReinforcementDirection#
Name |
---|
PRIMARY_REINFORCEMENT_DIRECTION_X |
PRIMARY_REINFORCEMENT_DIRECTION_Y |
PRIMARY_REINFORCEMENT_DIRECTION_Z |
SecondaryReinforcementDirection#
Name |
---|
SECONDARY_REINFORCEMENT_DIRECTION_X |
SECONDARY_REINFORCEMENT_DIRECTION_Y |
SECONDARY_REINFORCEMENT_DIRECTION_Z |