get_base_data#
Example
base_data = rstab_app.get_base_data()
print(base_data)
var base_data = await rstab_app.get_base_data();
Console.WriteLine(base_data);
Output
addons {
material_nonlinear_analysis_active: false
structure_stability_active: true
steel_design_active: true
...
}
standards {
steel_design_standard: STEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_DIN_2020_11_STANDARD
load_wizard_standard_group: LOAD_WIZARD_EN_1991_STANDARD_GROUP
activate_load_wizards: true
}
general_settings {
member_representatives_active: false
member_set_representatives_active: false
surface_cells_active: false
global_axes_orientation: GLOBAL_AXES_ORIENTATION_ZUP
local_axes_orientation: LOCAL_AXES_ORIENTATION_ZDOWN
...
}
combinations_settings {
activate_combination_wizard_and_classification: true
activate_combination_wizard: false
result_combinations_active: false
...
}