LoadCombination#

Attribute Name

Data Type

Description

no

int

Object number

analysis_type

LoadCombinationAnalysisType

Analysis type

design_situation

int

Design Situation

user_defined_name_enabled

bool

User-defined name enabled

name

str

Load Combination Name

static_analysis_settings

int

Static analysis settings

import_modal_analysis_load_case

int

Import load case of modal analysis

calculate_critical_load

bool

Calculate critical load

stability_analysis_settings

int

Stability analysis settings

consider_imperfection

bool

Consider imperfection

imperfection_case

int

Imperfection case

consider_initial_state

bool

Consider initial state

initial_state_case

int

Initial state case

consider_construction_stage

bool

Consider construction stage

construction_stage

int

Construction stage

creep_loading_case

int

Creep loading case

sustained_load_enabled

bool

Sustained load enabled

sustained_load

int

Sustained load

sway_load_enabled

bool

Sway load enabled

sway_load

int

Sway load

structure_modification_enabled

bool

Consider structure modification

structure_modification

int

Structure modification

to_solve

bool

To Solve

comment

str

Comment

load_duration

str

Load duration

items

LoadCombinationItemsTable

Items

combination_rule_str

str

Combination rule string

loading_start

float

Loading start

time_being_investigated

float

Start/end of analysis

is_generated

bool

Generated by

generating_object_info

str

Generated by

initial_state_definition_type

LoadCombinationInitialStateDefinitionType

Definition type

individual_factors_of_selected_objects_table

LoadCombinationIndividualFactorsOfSelectedObjectsTable

‘Individual Factors of Selected Objects’ table

geotechnical_analysis_reset_small_strain_history

bool

Reset small strain history

pushover_vertical_loads_case

int

Case of vertical loads

pushover_modal_analysis_from_load_case

int

Modal analysis from load case

pushover_direction

LoadCombinationPushoverDirection

Direction

pushover_normalized_displacements

LoadCombinationPushoverNormalizedDisplacements

Normalized displacements

pushover_mode_shape_number

int

Mode shape number | 𝛟

pushover_response_spectrum

int

Response spectrum

pushover_response_spectrum_scale_factor

float

Scale factor of response spectrum

id_for_export_import

str

metadata_for_export_import

str

Associated Data Types#

LoadCombinationItemsTable#

Attribute Name

Data Type

Description

rows

List[LoadCombinationItemsRow]

LoadCombinationItemsRow#

Attribute Name

Data Type

Description

no

int

description

str

factor

float

load_case

int

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

shift

float

amplitude_function_type

LoadCombinationItemsAmplitudeFunctionType

time_diagram

int

time_slip

float

LoadCombinationIndividualFactorsOfSelectedObjectsTable#

Attribute Name

Data Type

Description

rows

List[LoadCombinationIndividualFactorsOfSelectedObjectsTableRow]

LoadCombinationIndividualFactorsOfSelectedObjectsTableRow#

Attribute Name

Data Type

Description

no

int

description

str

object_type

LoadCombinationIndividualFactorsOfSelectedObjectsTableObjectType

object_list

List[int]

strain_type

LoadCombinationIndividualFactorsOfSelectedObjectsTableStrainType

factor

float

comment

str

Associated Enums#

LoadCombinationAnalysisType#

Name

LOAD_COMBINATION_ANALYSIS_TYPE_UNKNOWN

LOAD_COMBINATION_ANALYSIS_TYPE_HARMONIC_RESPONSE_ANALYSIS

LOAD_COMBINATION_ANALYSIS_TYPE_PUSHOVER

LOAD_COMBINATION_ANALYSIS_TYPE_STATIC

LOAD_COMBINATION_ANALYSIS_TYPE_STATIC_CREEP_AND_SHRINKAGE

LOAD_COMBINATION_ANALYSIS_TYPE_STATIC_TIME_DEPENDENCE

LOAD_COMBINATION_ANALYSIS_TYPE_TIME_HISTORY_TIME_DIAGRAM

LoadCombinationItemsAmplitudeFunctionType#

Name

LOAD_COMBINATION_ITEMS_AMPLITUDE_FUNCTION_TYPE_CONSTANT

LOAD_COMBINATION_ITEMS_AMPLITUDE_FUNCTION_TYPE_LINEAR

LOAD_COMBINATION_ITEMS_AMPLITUDE_FUNCTION_TYPE_QUADRATIC

LoadCombinationInitialStateDefinitionType#

Name

LOAD_COMBINATION_INITIAL_STATE_DEFINITION_TYPE_FINAL_STATE

LOAD_COMBINATION_INITIAL_STATE_DEFINITION_TYPE_STIFFNESS

LOAD_COMBINATION_INITIAL_STATE_DEFINITION_TYPE_STRAINS

LOAD_COMBINATION_INITIAL_STATE_DEFINITION_TYPE_STRAINS_WITH_USER_DEFINED_FACTORS

LoadCombinationIndividualFactorsOfSelectedObjectsTableObjectType#

Name

LOAD_COMBINATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_OBJECT_TYPE_UNKNOWN

LOAD_COMBINATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_OBJECT_TYPE_LINE_HINGE

LOAD_COMBINATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_OBJECT_TYPE_LINE_WITH_SUPPORT

LOAD_COMBINATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_OBJECT_TYPE_MEMBER

LOAD_COMBINATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_OBJECT_TYPE_MEMBER_HINGE

LOAD_COMBINATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_OBJECT_TYPE_NODE_WITH_SUPPORT

LOAD_COMBINATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_OBJECT_TYPE_SOLID

LOAD_COMBINATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_OBJECT_TYPE_SURFACE

LoadCombinationIndividualFactorsOfSelectedObjectsTableStrainType#

Name

LOAD_COMBINATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_STRAIN_TYPE_ALL

LOAD_COMBINATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_STRAIN_TYPE_ALONG_X

LOAD_COMBINATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_STRAIN_TYPE_ALONG_Y

LOAD_COMBINATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_STRAIN_TYPE_ALONG_Z

LOAD_COMBINATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_STRAIN_TYPE_AROUND_X

LOAD_COMBINATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_STRAIN_TYPE_AROUND_Y

LOAD_COMBINATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_STRAIN_TYPE_AROUND_Z

LoadCombinationPushoverDirection#

Name

LOAD_COMBINATION_PUSHOVER_DIRECTION_X

LOAD_COMBINATION_PUSHOVER_DIRECTION_MINUS_X

LOAD_COMBINATION_PUSHOVER_DIRECTION_MINUS_Y

LOAD_COMBINATION_PUSHOVER_DIRECTION_Y

LoadCombinationPushoverNormalizedDisplacements#

Name

LOAD_COMBINATION_PUSHOVER_NORMALIZED_DISPLACEMENTS_UNIFORM

LOAD_COMBINATION_PUSHOVER_NORMALIZED_DISPLACEMENTS_MODAL_AUTOMATIC_MODAL_SHAPE

LOAD_COMBINATION_PUSHOVER_NORMALIZED_DISPLACEMENTS_MODAL_USER_SELECTED_MODAL_SHAPE