CombinationWizard#
| Attribute Name | Data Type | Description | 
|---|---|---|
| no | int | Object number | 
| user_defined_name_enabled | bool | User-defined name enabled | 
| name | str | Name | 
| associated_standard | int | Associated standard | 
| static_analysis_settings | int | Static analysis settings | 
| generate_combinations | Generate combinations | |
| has_stability_analysis | bool | Has stability analysis | 
| stability_analysis_settings | int | Stability analysis settings | 
| consider_imperfection_case | bool | Consider imperfection case | 
| generate_same_CO_without_IC | bool | Generate same combinations without imperfection case | 
| user_defined_action_combinations | bool | User-defined action combinations | 
| favorable_permanent_actions | bool | Favorable permanent actions | 
| reduce_number_of_generated_combinations | bool | Reduce number of generated combinations | 
| auxiliary_combinations | bool | Auxiliary combinations | 
| generate_subcombinations_of_type_superposition | bool | Generate sub-combinations of type ‘Superposition’ | 
| generate_as_permanent_superposition | bool | Generate as permanent superposition | 
| import_elastic_support_coefficients | bool | Import elastic support coefficients | 
| import_elastic_support_coefficients_from | Import elastic support coefficients from | |
| elastic_support_coefficients_loading | Load Case / Load Combination | |
| elastic_support_coefficients_design_situation | int | Corresponding Load Combination of Design Situation | 
| consider_initial_state | bool | Consider initial state | 
| generate_co_without_initial_state | bool | Generate same combinations without initial state | 
| initial_state_items | Initial state items | |
| structure_modification_enabled | bool | Structure modification enabled | 
| structure_modification | int | Structure Modification | 
| comment | str | Comment | 
| id_for_export_import | str | |
| metadata_for_export_import | str | 
Associated Data Types
InitialStateItemsTable#
| Attribute Name | Data Type | Description | 
|---|---|---|
| rows | List[InitialStateItemsRow] | 
InitialStateItemsRow#
| Attribute Name | Data Type | Description | 
|---|---|---|
| no | int | |
| description | str | |
| case_object | ||
| definition_type | 
Associated Enums
GenerateCombinations#
| Name | 
|---|
| GENERATE_COMBINATIONS_LOAD_COMBINATIONS | 
| GENERATE_COMBINATIONS_RESULT_COMBINATIONS | 
ImportElasticSupportCoefficientsFrom#
| Name | 
|---|
| IMPORT_ELASTIC_SUPPORT_COEFFICIENTS_FROM_LOADING | 
| IMPORT_ELASTIC_SUPPORT_COEFFICIENTS_FROM_DESIGN_SITUATION | 
DefinitionType#
| Name | 
|---|
| DEFINITION_TYPE_FINAL_STATE | 
| DEFINITION_TYPE_STIFFNESS | 
| DEFINITION_TYPE_STRAINS | 
| DEFINITION_TYPE_STRAINS_WITH_USER_DEFINED_FACTORS |