StructureModification#
| Attribute Name | Data Type | Description | 
|---|---|---|
| no | int | Object number | 
| user_defined_name_enabled | bool | User-defined name enabled | 
| name | str | Name | 
| assigned_to | str | Assigned to | 
| comment | str | Comment | 
| modify_stiffnesses_gamma_m | bool | Partial Safety Factor γ_M | 
| modify_stiffnesses_materials | bool | Materials | 
| modify_stiffnesses_sections | bool | Cross-Sections | 
| modify_stiffnesses_members | bool | Members | 
| modify_stiffnesses_member_hinges | bool | Member Hinges | 
| modify_stiffnesses_nodal_releases | bool | Nodal Releases | 
| modify_stiffnesses_nodal_supports | bool | Nodal Supports | 
| modify_stiffnesses_member_supports | bool | Member Supports | 
| modify_stiffness_timber_members_due_moisture_class | bool | Timber Members due to Moisture Class | 
| shear_panels_rotational_restraints_enabled | bool | Consider in Static, Stability and Modal Analysis | 
| nonlinearities_disabled_material_nonlinearity_models | bool | Material Nonlinearity Models | 
| nonlinearities_disabled_material_temperature_nonlinearities | bool | Temperature Dependencies | 
| nonlinearities_disabled_member_types | bool | Member Types | 
| nonlinearities_disabled_member_hinges | bool | Member Hinges | 
| nonlinearities_disabled_member_nonlinearities | bool | Member Nonlinearities | 
| nonlinearities_disabled_nodal_supports | bool | Nodal Supports | 
| nonlinearities_disabled_member_supports | bool | Member Supports | 
| modify_stiffnesses_material_table | Modify stiffnesses | Material table | |
| modify_stiffnesses_section_table | Modify stiffnesses | Cross-section table | |
| modify_stiffnesses_member_table | Modify stiffnesses | Member table | |
| modify_stiffnesses_member_hinges_table | Modify stiffnesses | Table of Member hinges | |
| modify_stiffnesses_nodal_releases_table | Modify stiffnesses | Table of nodal releases | |
| modify_stiffnesses_nodal_supports_table | Modify stiffnesses | Table of nodal supports | |
| modify_stiffnesses_member_supports_table | Modify stiffnesses | Table of member supports | |
| deactivate_members_enabled | bool | Deactivate members enabled | 
| object_selection_for_deactivate_members | int | Object selection for deactivate members | 
| deactivate_support_on_nodes_enabled | bool | Deactivate support on nodes enabled | 
| object_selection_for_deactivate_support_on_nodes | int | Object selection for deactivate support on nodes | 
| deactivate_support_on_members_enabled | bool | Deactivate support on members enabled | 
| object_selection_for_deactivate_support_on_members | int | Object selection for deactivate support on members | 
| id_for_export_import | str | |
| metadata_for_export_import | str | 
Associated Data Types
ModifyStiffnessesMaterialTable#
| Attribute Name | Data Type | Description | 
|---|---|---|
| rows | 
ModifyStiffnessesMaterialTableRow#
| Attribute Name | Data Type | Description | 
|---|---|---|
| no | int | |
| description | str | |
| material_name | int | |
| modification_type | ||
| E_and_G | float | |
| comment | str | 
ModifyStiffnessesSectionTable#
| Attribute Name | Data Type | Description | 
|---|---|---|
| rows | 
ModifyStiffnessesSectionTableRow#
| Attribute Name | Data Type | Description | 
|---|---|---|
| no | int | |
| description | str | |
| section_name | str | |
| A | float | |
| A_y | float | |
| A_z | float | |
| J | float | |
| I_y | float | |
| I_z | float | 
ModifyStiffnessesMemberTable#
| Attribute Name | Data Type | Description | 
|---|---|---|
| rows | 
ModifyStiffnessesMemberTableRow#
| Attribute Name | Data Type | Description | 
|---|---|---|
| no | int | |
| description | str | |
| member_modification | int | |
| members | List[int] | |
| comment | str | 
ModifyStiffnessesMemberHingesTable#
| Attribute Name | Data Type | Description | 
|---|---|---|
| rows | 
ModifyStiffnessesMemberHingesTableRow#
| Attribute Name | Data Type | Description | 
|---|---|---|
| no | int | |
| description | str | |
| member_side | str | |
| C_u_x | float | |
| C_u_y | float | |
| C_u_z | float | |
| C_phi_x | float | |
| C_phi_y | float | |
| C_phi_z | float | 
ModifyStiffnessesNodalReleasesTable#
| Attribute Name | Data Type | Description | 
|---|---|---|
| rows | 
ModifyStiffnessesNodalReleasesTableRow#
| Attribute Name | Data Type | Description | 
|---|---|---|
| no | int | |
| description | str | |
| C_u_x | float | |
| C_u_y | float | |
| C_u_z | float | |
| C_phi_x | float | |
| C_phi_y | float | |
| C_phi_z | float | 
ModifyStiffnessesNodalSupportsTable#
| Attribute Name | Data Type | Description | 
|---|---|---|
| rows | 
ModifyStiffnessesNodalSupportsTableRow#
| Attribute Name | Data Type | Description | 
|---|---|---|
| no | int | |
| description | str | |
| C_u_X | float | |
| C_u_Y | float | |
| C_u_Z | float | |
| C_phi_X | float | |
| C_phi_Y | float | |
| C_phi_Z | float | 
ModifyStiffnessesMemberSupportsTable#
| Attribute Name | Data Type | Description | 
|---|---|---|
| rows | 
ModifyStiffnessesMemberSupportsTableRow#
| Attribute Name | Data Type | Description | 
|---|---|---|
| no | int | |
| description | str | |
| C_u_x | float | |
| C_u_y | float | |
| C_u_z | float | |
| C_s_x | float | |
| C_s_y | float | |
| C_s_z | float | |
| C_phi_x | float | 
Associated Enums
ModificationType#
| Name | 
|---|
| MODIFICATION_TYPE_MULTIPLY_FACTOR | 
| MODIFICATION_TYPE_DIVISION_FACTOR |