ActionCombination#
Attribute Name |
Data Type |
Description |
---|---|---|
no |
int |
Object number |
user_defined_name_enabled |
bool |
User-defined name enabled |
name |
str |
Name |
attribute_always_editable |
str |
Name always editable |
comment |
str |
Comment |
design_situation |
int |
Design Situation |
items |
Items |
|
active |
bool |
Active |
construction_stage |
int |
Construction Stage |
combination_type |
Combination Type |
|
generated_load_combinations |
List[int] |
Generated load combinations |
generated_result_combinations |
List[int] |
Generated result combinations |
is_generated |
bool |
Generated by |
generating_object_info |
str |
Generated by |
id_for_export_import |
str |
|
metadata_for_export_import |
str |
Associated Data Types#
ActionCombinationItemsTable#
Attribute Name |
Data Type |
Description |
---|---|---|
rows |
ActionCombinationItemsRow#
Attribute Name |
Data Type |
Description |
---|---|---|
no |
int |
|
description |
str |
|
action_item |
int |
|
operator_type |
||
left_parenthesis |
bool |
|
right_parenthesis |
bool |
|
group_factor |
float |
|
action_factor |
float |
|
action_load_type |
||
group_load_type |
||
action |
int |
|
is_leading |
bool |
|
gamma |
float |
|
psi |
float |
|
xi |
float |
|
k_fi |
float |
|
c_esl |
float |
|
k_def |
float |
|
psi_0 |
float |
|
psi_1 |
float |
|
psi_2 |
float |
|
fi |
float |
|
gamma_0 |
float |
|
alfa |
float |
|
k_f |
float |
|
phi |
float |
|
rho |
float |
|
omega_0 |
float |
|
gamma_l_1 |
float |
|
k_creep |
float |
|
gamma_n |
float |
|
j_2 |
float |
|
omega_m |
float |
|
omega_n |
float |
|
d1 |
float |
|
d2 |
float |
Associated Enums#
ActionCombinationItemsOperatorType#
Name |
---|
ACTION_COMBINATION_ITEMS_OPERATOR_TYPE_OR |
ACTION_COMBINATION_ITEMS_OPERATOR_TYPE_AND |
ACTION_COMBINATION_ITEMS_OPERATOR_TYPE_NONE |
ActionCombinationItemsActionLoadType#
Name |
---|
ACTION_COMBINATION_ITEMS_ACTION_LOAD_TYPE_TRANSIENT |
ACTION_COMBINATION_ITEMS_ACTION_LOAD_TYPE_PERMANENT |
ActionCombinationItemsGroupLoadType#
Name |
---|
ACTION_COMBINATION_ITEMS_GROUP_LOAD_TYPE_TRANSIENT |
ACTION_COMBINATION_ITEMS_GROUP_LOAD_TYPE_PERMANENT |
ActionCombinationCombinationType#
Name |
---|
ACTION_COMBINATION_COMBINATION_TYPE_GENERAL |
ACTION_COMBINATION_COMBINATION_TYPE_ENVELOPE_PERMANENT |
ACTION_COMBINATION_COMBINATION_TYPE_ENVELOPE_TRANSIENT |
ACTION_COMBINATION_COMBINATION_TYPE_SUPERPOSITION |