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 | 
| items | Items | |
| active | bool | Active | 
| associated_standard | int | Associated standard | 
| design_situation | int | Design Situation | 
| 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
ItemsTable#
| Attribute Name | Data Type | Description | 
|---|---|---|
| rows | List[ItemsRow] | 
ItemsRow#
| Attribute Name | Data Type | Description | 
|---|---|---|
| no | int | |
| description | str | |
| action_item | int | |
| operator | ||
| 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
Operator#
| Name | 
|---|
| OPERATOR_OR | 
| OPERATOR_AND | 
| OPERATOR_NONE | 
ActionLoadType#
| Name | 
|---|
| ACTION_LOAD_TYPE_TRANSIENT | 
| ACTION_LOAD_TYPE_PERMANENT | 
GroupLoadType#
| Name | 
|---|
| GROUP_LOAD_TYPE_TRANSIENT | 
| GROUP_LOAD_TYPE_PERMANENT | 
CombinationType#
| Name | 
|---|
| COMBINATION_TYPE_GENERAL | 
| COMBINATION_TYPE_ENVELOPE_PERMANENT | 
| COMBINATION_TYPE_ENVELOPE_TRANSIENT | 
| COMBINATION_TYPE_SUPERPOSITION |