dlubal.api 2.12.1__py3-none-any.whl → 2.12.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of dlubal.api might be problematic. Click here for more details.
- dlubal/api/rfem/__init__.py +8 -6
- dlubal/api/rfem/aluminum_design/aluminum_boundary_conditions_pb2.py +51 -0
- dlubal/api/rfem/aluminum_design/aluminum_effective_lengths_pb2.py +91 -0
- dlubal/api/rfem/aluminum_design/aluminum_member_local_section_reduction_pb2.py +47 -0
- dlubal/api/rfem/aluminum_design/aluminum_member_transverse_weld_pb2.py +48 -0
- dlubal/api/rfem/application.py +17 -17
- dlubal/api/rfem/base_data_objects/terrain_pb2.py +8 -8
- dlubal/api/rfem/base_data_objects/terrain_pb2.pyi +6 -2
- dlubal/api/rfem/base_data_pb2.py +69 -69
- dlubal/api/rfem/base_data_pb2.pyi +8 -2
- dlubal/api/rfem/concrete_design_objects/__init__.py +1 -0
- dlubal/api/rfem/concrete_design_objects/concrete_effective_lengths_pb2.py +107 -0
- dlubal/api/rfem/concrete_foundations/single_foundation_pb2.py +79 -0
- dlubal/api/rfem/digital_twins/__init__.py +1 -0
- dlubal/api/rfem/digital_twins/digital_twins/__init__.py +2 -0
- dlubal/api/rfem/digital_twins/digital_twins/sensor_pb2.py +47 -0
- dlubal/api/rfem/digital_twins/digital_twins/sensor_pb2.pyi +126 -0
- dlubal/api/rfem/digital_twins/digital_twins/sensor_value_definition_pb2.py +44 -0
- dlubal/api/rfem/digital_twins/digital_twins/sensor_value_definition_pb2.pyi +98 -0
- dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +1 -1
- dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +2 -2
- dlubal/api/rfem/glass_design/glass_composition_model_pb2.py +91 -0
- dlubal/api/rfem/guide_objects/visual_object_pb2.py +6 -6
- dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +10 -2
- dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.py +12 -12
- dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.pyi +10 -2
- dlubal/api/rfem/layout_and_drawing/cad_line_pb2.py +13 -13
- dlubal/api/rfem/layout_and_drawing/cad_line_pb2.pyi +2 -0
- dlubal/api/rfem/loading/design_situation_pb2.py +12 -12
- dlubal/api/rfem/loading/design_situation_pb2.pyi +28 -2
- dlubal/api/rfem/loads/line_load_pb2.py +21 -21
- dlubal/api/rfem/loads/line_load_pb2.pyi +10 -2
- dlubal/api/rfem/loads/line_set_load_pb2.py +21 -21
- dlubal/api/rfem/loads/line_set_load_pb2.pyi +10 -2
- dlubal/api/rfem/loads/member_load_pb2.py +41 -41
- dlubal/api/rfem/loads/member_load_pb2.pyi +10 -2
- dlubal/api/rfem/loads/member_set_load_pb2.py +41 -41
- dlubal/api/rfem/loads/member_set_load_pb2.pyi +10 -2
- dlubal/api/rfem/loads/surface_load_pb2.py +27 -27
- dlubal/api/rfem/loads/surface_load_pb2.pyi +10 -2
- dlubal/api/rfem/loads/surface_set_load_pb2.py +27 -27
- dlubal/api/rfem/loads/surface_set_load_pb2.pyi +10 -2
- dlubal/api/rfem/mesh/mesh_settings_pb2.py +7 -11
- dlubal/api/rfem/mesh/mesh_settings_pb2.pyi +18 -76
- dlubal/api/rfem/object_type_pb2.py +2 -2
- dlubal/api/rfem/object_type_pb2.pyi +8 -0
- dlubal/api/rfem/{types_for_concrete_design → reinforcement}/__init__.py +0 -1
- dlubal/api/rfem/reinforcement/concrete_durability_pb2.py +68 -0
- dlubal/api/rfem/reinforcement/punching_reinforcement_pb2.py +58 -0
- dlubal/api/rfem/reinforcement/reinforcement_direction_pb2.py +38 -0
- dlubal/api/rfem/reinforcement/surface_reinforcement_pb2.py +84 -0
- dlubal/api/rfem/{types_for_concrete_design → reinforcement}/surface_reinforcement_pb2.pyi +183 -165
- dlubal/api/rfem/steel_design/steel_boundary_conditions_pb2.py +51 -0
- dlubal/api/rfem/steel_design/steel_effective_lengths_pb2.py +117 -0
- dlubal/api/rfem/steel_design/steel_member_local_section_reduction_pb2.py +47 -0
- dlubal/api/rfem/steel_design/steel_member_transverse_weld_pb2.py +48 -0
- dlubal/api/rfem/structure_core/line_pb2.py +17 -17
- dlubal/api/rfem/structure_core/line_pb2.pyi +2 -0
- dlubal/api/rfem/structure_core/member_pb2.py +192 -190
- dlubal/api/rfem/structure_core/member_pb2.pyi +20 -2
- dlubal/api/rfem/structure_core/member_representative_pb2.py +288 -286
- dlubal/api/rfem/structure_core/member_representative_pb2.pyi +20 -2
- dlubal/api/rfem/structure_core/member_set_representative_pb2.py +406 -404
- dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +20 -2
- dlubal/api/rfem/structure_core/solid_pb2.py +28 -28
- dlubal/api/rfem/structure_core/solid_pb2.pyi +10 -2
- dlubal/api/rfem/structure_core/surface_pb2.py +62 -62
- dlubal/api/rfem/structure_core/surface_pb2.pyi +14 -2
- dlubal/api/rfem/timber_design/timber_effective_lengths_pb2.py +105 -0
- dlubal/api/rfem/timber_design/timber_member_local_section_reduction_pb2.py +48 -0
- dlubal/api/rfem/timber_design/timber_moisture_class_pb2.py +38 -0
- dlubal/api/rfem/timber_design/timber_screw_type_pb2.py +38 -0
- dlubal/api/rfem/timber_design/timber_service_class_pb2.py +38 -0
- dlubal/api/rfem/timber_design/timber_service_conditions_pb2.py +42 -0
- dlubal/api/rfem/types_for_lines/line_support_pb2.py +1 -1
- dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +14 -14
- dlubal/api/rfem/types_for_wind_simulation/__init__.py +2 -0
- dlubal/api/rfem/types_for_wind_simulation/roughness_and_permeability_pb2.py +40 -0
- dlubal/api/rfem/types_for_wind_simulation/roughness_and_permeability_pb2.pyi +85 -0
- dlubal/api/rfem/types_for_wind_simulation/shrink_wrapping_pb2.py +40 -0
- dlubal/api/rfem/types_for_wind_simulation/shrink_wrapping_pb2.pyi +59 -0
- dlubal/api/rsection/application.py +16 -0
- dlubal/api/rstab/__init__.py +7 -5
- dlubal/api/rstab/aluminum_design/aluminum_boundary_conditions_pb2.py +51 -0
- dlubal/api/rstab/aluminum_design/aluminum_effective_lengths_pb2.py +91 -0
- dlubal/api/rstab/aluminum_design/aluminum_member_local_section_reduction_pb2.py +47 -0
- dlubal/api/rstab/aluminum_design/aluminum_member_transverse_weld_pb2.py +48 -0
- dlubal/api/rstab/application.py +17 -17
- dlubal/api/rstab/base_data_objects/terrain_pb2.py +8 -8
- dlubal/api/rstab/base_data_objects/terrain_pb2.pyi +6 -2
- dlubal/api/rstab/base_data_pb2.py +53 -53
- dlubal/api/rstab/base_data_pb2.pyi +8 -2
- dlubal/api/rstab/concrete_design_objects/__init__.py +1 -0
- dlubal/api/rstab/concrete_design_objects/concrete_effective_lengths_pb2.py +107 -0
- dlubal/api/{rfem/types_for_foundations → rstab/concrete_foundations}/single_foundation_pb2.py +12 -12
- dlubal/api/rstab/digital_twins/__init__.py +1 -0
- dlubal/api/rstab/digital_twins/digital_twins/__init__.py +2 -0
- dlubal/api/rstab/digital_twins/digital_twins/sensor_pb2.py +47 -0
- dlubal/api/rstab/digital_twins/digital_twins/sensor_pb2.pyi +126 -0
- dlubal/api/rstab/digital_twins/digital_twins/sensor_value_definition_pb2.py +44 -0
- dlubal/api/rstab/digital_twins/digital_twins/sensor_value_definition_pb2.pyi +98 -0
- dlubal/api/rstab/guide_objects/visual_object_pb2.py +6 -6
- dlubal/api/rstab/guide_objects/visual_object_pb2.pyi +10 -2
- dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.py +12 -12
- dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.pyi +10 -2
- dlubal/api/rstab/loading/design_situation_pb2.py +12 -12
- dlubal/api/rstab/loading/design_situation_pb2.pyi +28 -2
- dlubal/api/rstab/loads/member_load_pb2.py +41 -41
- dlubal/api/rstab/loads/member_load_pb2.pyi +10 -2
- dlubal/api/rstab/loads/member_set_load_pb2.py +41 -41
- dlubal/api/rstab/loads/member_set_load_pb2.pyi +10 -2
- dlubal/api/rstab/object_type_pb2.py +2 -2
- dlubal/api/rstab/object_type_pb2.pyi +8 -0
- dlubal/api/rstab/reinforcement/__init__.py +1 -0
- dlubal/api/rstab/reinforcement/concrete_durability_pb2.py +68 -0
- dlubal/api/rstab/steel_design/steel_boundary_conditions_pb2.py +51 -0
- dlubal/api/rstab/steel_design/steel_effective_lengths_pb2.py +117 -0
- dlubal/api/rstab/steel_design/steel_member_local_section_reduction_pb2.py +47 -0
- dlubal/api/rstab/steel_design/steel_member_transverse_weld_pb2.py +48 -0
- dlubal/api/rstab/structure_core/member_pb2.py +180 -178
- dlubal/api/rstab/structure_core/member_pb2.pyi +20 -2
- dlubal/api/rstab/structure_core/member_representative_pb2.py +276 -274
- dlubal/api/rstab/structure_core/member_representative_pb2.pyi +20 -2
- dlubal/api/rstab/structure_core/member_set_representative_pb2.py +396 -394
- dlubal/api/rstab/structure_core/member_set_representative_pb2.pyi +20 -2
- dlubal/api/rstab/timber_design/timber_effective_lengths_pb2.py +105 -0
- dlubal/api/rstab/timber_design/timber_member_local_section_reduction_pb2.py +48 -0
- dlubal/api/rstab/timber_design/timber_moisture_class_pb2.py +38 -0
- dlubal/api/rstab/timber_design/timber_screw_type_pb2.py +38 -0
- dlubal/api/rstab/timber_design/timber_service_class_pb2.py +38 -0
- dlubal/api/rstab/timber_design/timber_service_conditions_pb2.py +42 -0
- dlubal/api/rstab/types_for_wind_simulation/__init__.py +2 -0
- dlubal/api/rstab/types_for_wind_simulation/roughness_and_permeability_pb2.py +40 -0
- dlubal/api/rstab/types_for_wind_simulation/roughness_and_permeability_pb2.pyi +81 -0
- dlubal/api/rstab/types_for_wind_simulation/shrink_wrapping_pb2.py +40 -0
- dlubal/api/rstab/types_for_wind_simulation/shrink_wrapping_pb2.pyi +55 -0
- {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.3.dist-info}/METADATA +2 -2
- {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.3.dist-info}/RECORD +190 -168
- examples/rfem/column.py +1 -1
- examples/rfem/import_from_ifc.py +3 -3
- examples/rstab/column.py +7 -7
- examples/rstab/import_from_ifc.py +1 -1
- dlubal/api/rfem/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -51
- dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -91
- dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -47
- dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -48
- dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -68
- dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -107
- dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +0 -58
- dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -38
- dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -80
- dlubal/api/rfem/types_for_glass_design/glass_composition_model_pb2.py +0 -91
- dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -51
- dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -117
- dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -47
- dlubal/api/rfem/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -48
- dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -105
- dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -48
- dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -38
- dlubal/api/rfem/types_for_timber_design/timber_screw_type_pb2.py +0 -38
- dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -38
- dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -42
- dlubal/api/rstab/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -51
- dlubal/api/rstab/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -91
- dlubal/api/rstab/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -47
- dlubal/api/rstab/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -48
- dlubal/api/rstab/types_for_concrete_design/__init__.py +0 -2
- dlubal/api/rstab/types_for_concrete_design/concrete_durability_pb2.py +0 -68
- dlubal/api/rstab/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -107
- dlubal/api/rstab/types_for_foundations/single_foundation_pb2.py +0 -79
- dlubal/api/rstab/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -51
- dlubal/api/rstab/types_for_steel_design/steel_effective_lengths_pb2.py +0 -117
- dlubal/api/rstab/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -47
- dlubal/api/rstab/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -48
- dlubal/api/rstab/types_for_timber_design/timber_effective_lengths_pb2.py +0 -105
- dlubal/api/rstab/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -48
- dlubal/api/rstab/types_for_timber_design/timber_moisture_class_pb2.py +0 -38
- dlubal/api/rstab/types_for_timber_design/timber_screw_type_pb2.py +0 -38
- dlubal/api/rstab/types_for_timber_design/timber_service_class_pb2.py +0 -38
- dlubal/api/rstab/types_for_timber_design/timber_service_conditions_pb2.py +0 -42
- /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/__init__.py +0 -0
- /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_boundary_conditions_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_member_local_section_reduction_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_member_transverse_weld_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_concrete_design → concrete_design_objects}/concrete_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_foundations → concrete_foundations}/__init__.py +0 -0
- /dlubal/api/rfem/{types_for_foundations → concrete_foundations}/single_foundation_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_glass_design → glass_design}/__init__.py +0 -0
- /dlubal/api/rfem/{types_for_glass_design → glass_design}/glass_composition_model_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_concrete_design → reinforcement}/concrete_durability_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_concrete_design → reinforcement}/punching_reinforcement_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_concrete_design → reinforcement}/reinforcement_direction_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_steel_design → steel_design}/__init__.py +0 -0
- /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_boundary_conditions_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_member_local_section_reduction_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_member_transverse_weld_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_timber_design → timber_design}/__init__.py +0 -0
- /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_member_local_section_reduction_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_moisture_class_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_screw_type_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_service_class_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_service_conditions_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/__init__.py +0 -0
- /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_boundary_conditions_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_member_local_section_reduction_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_member_transverse_weld_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_concrete_design → concrete_design_objects}/concrete_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_foundations → concrete_foundations}/__init__.py +0 -0
- /dlubal/api/rstab/{types_for_foundations → concrete_foundations}/single_foundation_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_concrete_design → reinforcement}/concrete_durability_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_steel_design → steel_design}/__init__.py +0 -0
- /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_boundary_conditions_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_member_local_section_reduction_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_member_transverse_weld_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_timber_design → timber_design}/__init__.py +0 -0
- /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_member_local_section_reduction_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_moisture_class_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_screw_type_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_service_class_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_service_conditions_pb2.pyi +0 -0
- {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.3.dist-info}/WHEEL +0 -0
- {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.3.dist-info}/top_level.txt +0 -0
dlubal/api/rstab/application.py
CHANGED
|
@@ -122,11 +122,11 @@ class Application:
|
|
|
122
122
|
|
|
123
123
|
def get_object(self, obj, model_id: ModelId | None = None):
|
|
124
124
|
"""
|
|
125
|
-
Retrieves a single object from the model
|
|
125
|
+
Retrieves a single object from the model.
|
|
126
126
|
|
|
127
127
|
Args:
|
|
128
128
|
obj (obj):
|
|
129
|
-
An object to be retrieved defined by its number.
|
|
129
|
+
An object to be retrieved defined by its number.
|
|
130
130
|
model_id (:ref:`common_model_id_ModelId` | None):
|
|
131
131
|
Unique identifier of the model. If None, the active model is used.
|
|
132
132
|
|
|
@@ -142,7 +142,7 @@ class Application:
|
|
|
142
142
|
|
|
143
143
|
Args:
|
|
144
144
|
objs (list[obj]):
|
|
145
|
-
A list of model objects to retrieve.
|
|
145
|
+
A list of model objects to retrieve.
|
|
146
146
|
only_selected (bool, optional):
|
|
147
147
|
If True, only returns objects from the list that are currently selected in the model.
|
|
148
148
|
model_id (:ref:`common_model_id_ModelId` | None):
|
|
@@ -165,7 +165,7 @@ class Application:
|
|
|
165
165
|
|
|
166
166
|
Args:
|
|
167
167
|
obj (obj):
|
|
168
|
-
An object to be created.
|
|
168
|
+
An object to be created.
|
|
169
169
|
model_id (:ref:`common_model_id_ModelId` | None):
|
|
170
170
|
Unique identifier of the model. If None, the active model is used.
|
|
171
171
|
|
|
@@ -180,7 +180,7 @@ class Application:
|
|
|
180
180
|
|
|
181
181
|
Args:
|
|
182
182
|
objs (list[obj]):
|
|
183
|
-
A list of objects to be created.
|
|
183
|
+
A list of objects to be created.
|
|
184
184
|
model_id (:ref:`common_model_id_ModelId` | None):
|
|
185
185
|
Unique identifier of the model. If None, the active model is used.
|
|
186
186
|
|
|
@@ -195,7 +195,7 @@ class Application:
|
|
|
195
195
|
|
|
196
196
|
Args:
|
|
197
197
|
obj (obj):
|
|
198
|
-
An object to be updated.
|
|
198
|
+
An object to be updated.
|
|
199
199
|
model_id (:ref:`common_model_id_ModelId` | None):
|
|
200
200
|
Unique identifier of the model. If None, the active model is used.
|
|
201
201
|
|
|
@@ -210,7 +210,7 @@ class Application:
|
|
|
210
210
|
|
|
211
211
|
Args:
|
|
212
212
|
objs (list[obj]):
|
|
213
|
-
A list of objects to be updated.
|
|
213
|
+
A list of objects to be updated.
|
|
214
214
|
model_id (:ref:`common_model_id_ModelId` | None):
|
|
215
215
|
Unique identifier of the model. If None, the active model is used.
|
|
216
216
|
|
|
@@ -225,7 +225,7 @@ class Application:
|
|
|
225
225
|
|
|
226
226
|
Args:
|
|
227
227
|
obj (obj):
|
|
228
|
-
An object to be deleted
|
|
228
|
+
An object to be deleted.
|
|
229
229
|
model_id (:ref:`common_model_id_ModelId` | None):
|
|
230
230
|
Unique identifier of the model. If None, the active model is used.
|
|
231
231
|
|
|
@@ -240,7 +240,7 @@ class Application:
|
|
|
240
240
|
|
|
241
241
|
Args:
|
|
242
242
|
objs (list[obj]):
|
|
243
|
-
A list of objects to be deleted.
|
|
243
|
+
A list of objects to be deleted.
|
|
244
244
|
model_id (:ref:`common_model_id_ModelId` | None):
|
|
245
245
|
Unique identifier of the model. If None, the active model is used.
|
|
246
246
|
|
|
@@ -255,7 +255,7 @@ class Application:
|
|
|
255
255
|
|
|
256
256
|
Args:
|
|
257
257
|
objs (list[obj]):
|
|
258
|
-
A list of objects to be selected.
|
|
258
|
+
A list of objects to be selected.
|
|
259
259
|
model_id (:ref:`common_model_id_ModelId` | None):
|
|
260
260
|
Unique identifier of the model. If None, the active model is used.
|
|
261
261
|
|
|
@@ -278,9 +278,9 @@ class Application:
|
|
|
278
278
|
filters (:ref:`rstab_results_results_query_ResultsFilter` | None):
|
|
279
279
|
One or more filters to return only relevant results.
|
|
280
280
|
member_axes_system (:ref:`rstab_results_settings_result_settings_MemberAxesSystem` | None):
|
|
281
|
-
The axes system to use for member results.
|
|
281
|
+
The axes system to use for member results. If not provided, it defaults to ``MEMBER_AXES_SYSTEM_MEMBER_AXES_X_Y_Z``.
|
|
282
282
|
support_coordinate_system (:ref:`rstab_results_settings_result_settings_CoordinateSystem` | None):
|
|
283
|
-
The coordinate system to use for support results.
|
|
283
|
+
The coordinate system to use for support results. If not provided, it defaults to ``COORDINATE_SYSTEM_LOCAL``.
|
|
284
284
|
model_id (:ref:`common_model_id_ModelId` | None):
|
|
285
285
|
Unique identifier of the model. If None, the active model is used.
|
|
286
286
|
|
|
@@ -328,9 +328,9 @@ class Application:
|
|
|
328
328
|
loading (:ref:`rstab_object_id_ObjectId`):
|
|
329
329
|
Reference to the loading (e.g., load case, combination, etc.).
|
|
330
330
|
member_axes_system (:ref:`rstab_results_settings_result_settings_MemberAxesSystem` | None):
|
|
331
|
-
The axes system to use for member results.
|
|
331
|
+
The axes system to use for member results. If not provided, it defaults to ``MEMBER_AXES_SYSTEM_MEMBER_AXES_X_Y_Z``.
|
|
332
332
|
support_coordinate_system (:ref:`rstab_results_settings_result_settings_CoordinateSystem` | None):
|
|
333
|
-
The coordinate system to use for support results.
|
|
333
|
+
The coordinate system to use for support results. If not provided, it defaults to ``COORDINATE_SYSTEM_LOCAL``.
|
|
334
334
|
model_id (:ref:`common_model_id_ModelId` | None):
|
|
335
335
|
Unique identifier of the model. If None, the active model is used.
|
|
336
336
|
|
|
@@ -360,14 +360,14 @@ class Application:
|
|
|
360
360
|
|
|
361
361
|
return convert_table_data_to_table(table_data=results, warning=warning)
|
|
362
362
|
|
|
363
|
-
def convert_objects(self, *, convert_into: ConvertObjectInto,
|
|
363
|
+
def convert_objects(self, *, convert_into: ConvertObjectInto, objs: list, model_id: ModelId | None = None):
|
|
364
364
|
"""
|
|
365
365
|
Converts specified objects into a different type.
|
|
366
366
|
|
|
367
367
|
Args:
|
|
368
368
|
convert_into (:ref:`common_common_messages_ConvertObjectInto`):
|
|
369
369
|
Specifies the target conversion type.
|
|
370
|
-
|
|
370
|
+
objs (list):
|
|
371
371
|
Objects to be converted.
|
|
372
372
|
model_id (:ref:`common_model_id_ModelId` | None):
|
|
373
373
|
Unique identifier of the model. If None, the active model is used.
|
|
@@ -375,7 +375,7 @@ class Application:
|
|
|
375
375
|
Returns:
|
|
376
376
|
None
|
|
377
377
|
"""
|
|
378
|
-
request = ConvertObjectsRequest(convert_into=convert_into, objects=pack_object_list(
|
|
378
|
+
request = ConvertObjectsRequest(convert_into=convert_into, objects=pack_object_list(objs, model_id))
|
|
379
379
|
self.stub.convert_objects_impl(request)
|
|
380
380
|
|
|
381
381
|
def import_from(self, *, filepath: str, import_attributes: google.protobuf.any_pb2.Any, model_id: ModelId | None = None):
|
|
@@ -24,7 +24,7 @@ _sym_db = _symbol_database.Default()
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0dlubal/api/rstab/base_data_objects/terrain.proto\x12\"dlubal.api.rstab.base_data_objects\"\
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0dlubal/api/rstab/base_data_objects/terrain.proto\x12\"dlubal.api.rstab.base_data_objects\"\xc4\t\n\x07Terrain\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x43\n\x04type\x18\x02 \x01(\x0e\x32\x30.dlubal.api.rstab.base_data_objects.Terrain.TypeH\x01\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\"\n\x15\x62ounding_box_offset_x\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\"\n\x15\x62ounding_box_offset_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12 \n\x13\x63\x65nter_of_terrain_z\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\x1e\n\x11rotation_around_Z\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\x1f\n\x12\x63onsider_boreholes\x18\x08 \x01(\x08H\x07\x88\x01\x01\x12\x1e\n\x11\x63oordinate_system\x18\t \x01(\x05H\x08\x88\x01\x01\x12T\n\rterrain_table\x18\n \x01(\x0b\x32\x38.dlubal.api.rstab.base_data_objects.Terrain.TerrainTableH\t\x88\x01\x01\x12\x17\n\nifc_object\x18\x0b \x01(\x05H\n\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x0c \x01(\tH\x0b\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\r \x01(\tH\x0c\x88\x01\x01\x1aY\n\x0cTerrainTable\x12I\n\x04rows\x18\x01 \x03(\x0b\x32;.dlubal.api.rstab.base_data_objects.Terrain.TerrainTableRow\x1a\xbf\x01\n\x0fTerrainTableRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x15\n\x08global_x\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x15\n\x08global_y\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x15\n\x08global_z\x18\x05 \x01(\x01H\x04\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0b\n\t_global_xB\x0b\n\t_global_yB\x0b\n\t_global_z\"\xa5\x01\n\x04Type\x12\x10\n\x0cTYPE_UNKNOWN\x10\x00\x12\x12\n\x0eTYPE_BOREHOLES\x10\x05\x12\x19\n\x15TYPE_HORIZONTAL_PLANE\x10\x02\x12\x1e\n\x1aTYPE_IFC_FILE_MODEL_OBJECT\x10\x06\x12\x17\n\x13TYPE_INCLINED_PLANE\x10\x03\x12\x13\n\x0fTYPE_NO_TERRAIN\x10\x01\x12\x0e\n\nTYPE_TABLE\x10\x04\x42\x05\n\x03_noB\x07\n\x05_typeB\n\n\x08_commentB\x18\n\x16_bounding_box_offset_xB\x18\n\x16_bounding_box_offset_yB\x16\n\x14_center_of_terrain_zB\x14\n\x12_rotation_around_ZB\x15\n\x13_consider_boreholesB\x14\n\x12_coordinate_systemB\x10\n\x0e_terrain_tableB\r\n\x0b_ifc_objectB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
|
|
28
28
|
|
|
29
29
|
_globals = globals()
|
|
30
30
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -32,11 +32,11 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rstab.base_data_
|
|
|
32
32
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
33
|
DESCRIPTOR._loaded_options = None
|
|
34
34
|
_globals['_TERRAIN']._serialized_start=89
|
|
35
|
-
_globals['_TERRAIN']._serialized_end=
|
|
36
|
-
_globals['_TERRAIN_TERRAINTABLE']._serialized_start=
|
|
37
|
-
_globals['_TERRAIN_TERRAINTABLE']._serialized_end=
|
|
38
|
-
_globals['_TERRAIN_TERRAINTABLEROW']._serialized_start=
|
|
39
|
-
_globals['_TERRAIN_TERRAINTABLEROW']._serialized_end=
|
|
40
|
-
_globals['_TERRAIN_TYPE']._serialized_start=
|
|
41
|
-
_globals['_TERRAIN_TYPE']._serialized_end=
|
|
35
|
+
_globals['_TERRAIN']._serialized_end=1309
|
|
36
|
+
_globals['_TERRAIN_TERRAINTABLE']._serialized_start=598
|
|
37
|
+
_globals['_TERRAIN_TERRAINTABLE']._serialized_end=687
|
|
38
|
+
_globals['_TERRAIN_TERRAINTABLEROW']._serialized_start=690
|
|
39
|
+
_globals['_TERRAIN_TERRAINTABLEROW']._serialized_end=881
|
|
40
|
+
_globals['_TERRAIN_TYPE']._serialized_start=884
|
|
41
|
+
_globals['_TERRAIN_TYPE']._serialized_end=1049
|
|
42
42
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -7,18 +7,20 @@ from typing import ClassVar as _ClassVar, Iterable as _Iterable, Mapping as _Map
|
|
|
7
7
|
DESCRIPTOR: _descriptor.FileDescriptor
|
|
8
8
|
|
|
9
9
|
class Terrain(_message.Message):
|
|
10
|
-
__slots__ = ("no", "type", "comment", "bounding_box_offset_x", "bounding_box_offset_y", "center_of_terrain_z", "rotation_around_Z", "consider_boreholes", "coordinate_system", "terrain_table", "id_for_export_import", "metadata_for_export_import")
|
|
10
|
+
__slots__ = ("no", "type", "comment", "bounding_box_offset_x", "bounding_box_offset_y", "center_of_terrain_z", "rotation_around_Z", "consider_boreholes", "coordinate_system", "terrain_table", "ifc_object", "id_for_export_import", "metadata_for_export_import")
|
|
11
11
|
class Type(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
12
12
|
__slots__ = ()
|
|
13
13
|
TYPE_UNKNOWN: _ClassVar[Terrain.Type]
|
|
14
14
|
TYPE_BOREHOLES: _ClassVar[Terrain.Type]
|
|
15
15
|
TYPE_HORIZONTAL_PLANE: _ClassVar[Terrain.Type]
|
|
16
|
+
TYPE_IFC_FILE_MODEL_OBJECT: _ClassVar[Terrain.Type]
|
|
16
17
|
TYPE_INCLINED_PLANE: _ClassVar[Terrain.Type]
|
|
17
18
|
TYPE_NO_TERRAIN: _ClassVar[Terrain.Type]
|
|
18
19
|
TYPE_TABLE: _ClassVar[Terrain.Type]
|
|
19
20
|
TYPE_UNKNOWN: Terrain.Type
|
|
20
21
|
TYPE_BOREHOLES: Terrain.Type
|
|
21
22
|
TYPE_HORIZONTAL_PLANE: Terrain.Type
|
|
23
|
+
TYPE_IFC_FILE_MODEL_OBJECT: Terrain.Type
|
|
22
24
|
TYPE_INCLINED_PLANE: Terrain.Type
|
|
23
25
|
TYPE_NO_TERRAIN: Terrain.Type
|
|
24
26
|
TYPE_TABLE: Terrain.Type
|
|
@@ -50,6 +52,7 @@ class Terrain(_message.Message):
|
|
|
50
52
|
CONSIDER_BOREHOLES_FIELD_NUMBER: _ClassVar[int]
|
|
51
53
|
COORDINATE_SYSTEM_FIELD_NUMBER: _ClassVar[int]
|
|
52
54
|
TERRAIN_TABLE_FIELD_NUMBER: _ClassVar[int]
|
|
55
|
+
IFC_OBJECT_FIELD_NUMBER: _ClassVar[int]
|
|
53
56
|
ID_FOR_EXPORT_IMPORT_FIELD_NUMBER: _ClassVar[int]
|
|
54
57
|
METADATA_FOR_EXPORT_IMPORT_FIELD_NUMBER: _ClassVar[int]
|
|
55
58
|
no: int
|
|
@@ -62,6 +65,7 @@ class Terrain(_message.Message):
|
|
|
62
65
|
consider_boreholes: bool
|
|
63
66
|
coordinate_system: int
|
|
64
67
|
terrain_table: Terrain.TerrainTable
|
|
68
|
+
ifc_object: int
|
|
65
69
|
id_for_export_import: str
|
|
66
70
|
metadata_for_export_import: str
|
|
67
|
-
def __init__(self, no: _Optional[int] = ..., type: _Optional[_Union[Terrain.Type, str]] = ..., comment: _Optional[str] = ..., bounding_box_offset_x: _Optional[float] = ..., bounding_box_offset_y: _Optional[float] = ..., center_of_terrain_z: _Optional[float] = ..., rotation_around_Z: _Optional[float] = ..., consider_boreholes: bool = ..., coordinate_system: _Optional[int] = ..., terrain_table: _Optional[_Union[Terrain.TerrainTable, _Mapping]] = ..., id_for_export_import: _Optional[str] = ..., metadata_for_export_import: _Optional[str] = ...) -> None: ...
|
|
71
|
+
def __init__(self, no: _Optional[int] = ..., type: _Optional[_Union[Terrain.Type, str]] = ..., comment: _Optional[str] = ..., bounding_box_offset_x: _Optional[float] = ..., bounding_box_offset_y: _Optional[float] = ..., center_of_terrain_z: _Optional[float] = ..., rotation_around_Z: _Optional[float] = ..., consider_boreholes: bool = ..., coordinate_system: _Optional[int] = ..., terrain_table: _Optional[_Union[Terrain.TerrainTable, _Mapping]] = ..., ifc_object: _Optional[int] = ..., id_for_export_import: _Optional[str] = ..., metadata_for_export_import: _Optional[str] = ...) -> None: ...
|