dlubal.api 2.12.1__py3-none-any.whl → 2.12.2__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 +1 -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/geotechnical_analysis/soil_massif_pb2.py +1 -1
- dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +2 -2
- 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/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 +4 -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 +190 -190
- dlubal/api/rfem/structure_core/member_pb2.pyi +14 -2
- dlubal/api/rfem/structure_core/member_representative_pb2.py +286 -286
- dlubal/api/rfem/structure_core/member_representative_pb2.pyi +14 -2
- dlubal/api/rfem/structure_core/member_set_representative_pb2.py +404 -404
- dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +14 -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/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 +1 -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/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/object_type_pb2.py +2 -2
- dlubal/api/rstab/object_type_pb2.pyi +4 -0
- dlubal/api/rstab/structure_core/member_pb2.py +178 -178
- dlubal/api/rstab/structure_core/member_pb2.pyi +14 -2
- dlubal/api/rstab/structure_core/member_representative_pb2.py +274 -274
- dlubal/api/rstab/structure_core/member_representative_pb2.pyi +14 -2
- dlubal/api/rstab/structure_core/member_set_representative_pb2.py +394 -394
- dlubal/api/rstab/structure_core/member_set_representative_pb2.pyi +14 -2
- 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.2.dist-info}/METADATA +2 -2
- {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.2.dist-info}/RECORD +61 -51
- examples/rfem/import_from_ifc.py +3 -3
- examples/rstab/import_from_ifc.py +1 -1
- {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.2.dist-info}/WHEEL +0 -0
- {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.2.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
from google.protobuf.internal import containers as _containers
|
|
2
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
|
3
|
+
from google.protobuf import descriptor as _descriptor
|
|
4
|
+
from google.protobuf import message as _message
|
|
5
|
+
from typing import ClassVar as _ClassVar, Iterable as _Iterable, Optional as _Optional, Union as _Union
|
|
6
|
+
|
|
7
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
8
|
+
|
|
9
|
+
class ShrinkWrapping(_message.Message):
|
|
10
|
+
__slots__ = ("no", "user_defined_name_enabled", "name", "assigned_members", "assigned_surfaces", "assigned_solids", "assigned_visual_objects", "assigned_ifc_objects", "simplification_defined_by", "level_of_detail", "detail_size", "small_openings_closure_type", "closure_relative_to_model_parameter", "closure_real_size", "orient_normals_for_surface_results", "comment", "id_for_export_import", "metadata_for_export_import")
|
|
11
|
+
class SimplificationDefinedBy(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
12
|
+
__slots__ = ()
|
|
13
|
+
SIMPLIFICATION_DEFINED_BY_LEVEL_OF_DETAILS: _ClassVar[ShrinkWrapping.SimplificationDefinedBy]
|
|
14
|
+
SIMPLIFICATION_DEFINED_BY_DETAIL_SIZE: _ClassVar[ShrinkWrapping.SimplificationDefinedBy]
|
|
15
|
+
SIMPLIFICATION_DEFINED_BY_LEVEL_OF_DETAILS: ShrinkWrapping.SimplificationDefinedBy
|
|
16
|
+
SIMPLIFICATION_DEFINED_BY_DETAIL_SIZE: ShrinkWrapping.SimplificationDefinedBy
|
|
17
|
+
class SmallOpeningsClosureType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
18
|
+
__slots__ = ()
|
|
19
|
+
SMALL_OPENINGS_CLOSURE_TYPE_PERCENT_OF_MODEL_DIAMETER: _ClassVar[ShrinkWrapping.SmallOpeningsClosureType]
|
|
20
|
+
SMALL_OPENINGS_CLOSURE_TYPE_REAL_SIZE: _ClassVar[ShrinkWrapping.SmallOpeningsClosureType]
|
|
21
|
+
SMALL_OPENINGS_CLOSURE_TYPE_PERCENT_OF_MODEL_DIAMETER: ShrinkWrapping.SmallOpeningsClosureType
|
|
22
|
+
SMALL_OPENINGS_CLOSURE_TYPE_REAL_SIZE: ShrinkWrapping.SmallOpeningsClosureType
|
|
23
|
+
NO_FIELD_NUMBER: _ClassVar[int]
|
|
24
|
+
USER_DEFINED_NAME_ENABLED_FIELD_NUMBER: _ClassVar[int]
|
|
25
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
|
26
|
+
ASSIGNED_MEMBERS_FIELD_NUMBER: _ClassVar[int]
|
|
27
|
+
ASSIGNED_SURFACES_FIELD_NUMBER: _ClassVar[int]
|
|
28
|
+
ASSIGNED_SOLIDS_FIELD_NUMBER: _ClassVar[int]
|
|
29
|
+
ASSIGNED_VISUAL_OBJECTS_FIELD_NUMBER: _ClassVar[int]
|
|
30
|
+
ASSIGNED_IFC_OBJECTS_FIELD_NUMBER: _ClassVar[int]
|
|
31
|
+
SIMPLIFICATION_DEFINED_BY_FIELD_NUMBER: _ClassVar[int]
|
|
32
|
+
LEVEL_OF_DETAIL_FIELD_NUMBER: _ClassVar[int]
|
|
33
|
+
DETAIL_SIZE_FIELD_NUMBER: _ClassVar[int]
|
|
34
|
+
SMALL_OPENINGS_CLOSURE_TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
35
|
+
CLOSURE_RELATIVE_TO_MODEL_PARAMETER_FIELD_NUMBER: _ClassVar[int]
|
|
36
|
+
CLOSURE_REAL_SIZE_FIELD_NUMBER: _ClassVar[int]
|
|
37
|
+
ORIENT_NORMALS_FOR_SURFACE_RESULTS_FIELD_NUMBER: _ClassVar[int]
|
|
38
|
+
COMMENT_FIELD_NUMBER: _ClassVar[int]
|
|
39
|
+
ID_FOR_EXPORT_IMPORT_FIELD_NUMBER: _ClassVar[int]
|
|
40
|
+
METADATA_FOR_EXPORT_IMPORT_FIELD_NUMBER: _ClassVar[int]
|
|
41
|
+
no: int
|
|
42
|
+
user_defined_name_enabled: bool
|
|
43
|
+
name: str
|
|
44
|
+
assigned_members: _containers.RepeatedScalarFieldContainer[int]
|
|
45
|
+
assigned_surfaces: _containers.RepeatedScalarFieldContainer[int]
|
|
46
|
+
assigned_solids: _containers.RepeatedScalarFieldContainer[int]
|
|
47
|
+
assigned_visual_objects: _containers.RepeatedScalarFieldContainer[int]
|
|
48
|
+
assigned_ifc_objects: _containers.RepeatedScalarFieldContainer[int]
|
|
49
|
+
simplification_defined_by: ShrinkWrapping.SimplificationDefinedBy
|
|
50
|
+
level_of_detail: int
|
|
51
|
+
detail_size: float
|
|
52
|
+
small_openings_closure_type: ShrinkWrapping.SmallOpeningsClosureType
|
|
53
|
+
closure_relative_to_model_parameter: float
|
|
54
|
+
closure_real_size: float
|
|
55
|
+
orient_normals_for_surface_results: bool
|
|
56
|
+
comment: str
|
|
57
|
+
id_for_export_import: str
|
|
58
|
+
metadata_for_export_import: str
|
|
59
|
+
def __init__(self, no: _Optional[int] = ..., user_defined_name_enabled: bool = ..., name: _Optional[str] = ..., assigned_members: _Optional[_Iterable[int]] = ..., assigned_surfaces: _Optional[_Iterable[int]] = ..., assigned_solids: _Optional[_Iterable[int]] = ..., assigned_visual_objects: _Optional[_Iterable[int]] = ..., assigned_ifc_objects: _Optional[_Iterable[int]] = ..., simplification_defined_by: _Optional[_Union[ShrinkWrapping.SimplificationDefinedBy, str]] = ..., level_of_detail: _Optional[int] = ..., detail_size: _Optional[float] = ..., small_openings_closure_type: _Optional[_Union[ShrinkWrapping.SmallOpeningsClosureType, str]] = ..., closure_relative_to_model_parameter: _Optional[float] = ..., closure_real_size: _Optional[float] = ..., orient_normals_for_surface_results: bool = ..., comment: _Optional[str] = ..., id_for_export_import: _Optional[str] = ..., metadata_for_export_import: _Optional[str] = ...) -> None: ...
|
|
@@ -253,6 +253,22 @@ class Application:
|
|
|
253
253
|
self.stub.delete_object_list_impl(pack_object_list(objs, model_id))
|
|
254
254
|
|
|
255
255
|
|
|
256
|
+
def select_objects(self, objs: list, model_id: ModelId | None = None):
|
|
257
|
+
"""
|
|
258
|
+
Selects a list of objects in the model.
|
|
259
|
+
|
|
260
|
+
Args:
|
|
261
|
+
objs (list[obj]):
|
|
262
|
+
A list of objects to be selected.
|
|
263
|
+
model_id (:ref:`common_model_id_ModelId` | None):
|
|
264
|
+
Unique identifier of the model. If None, the active model is used.
|
|
265
|
+
|
|
266
|
+
Returns:
|
|
267
|
+
None
|
|
268
|
+
"""
|
|
269
|
+
self.stub.select_objects_impl(pack_object_list(objs, model_id))
|
|
270
|
+
|
|
271
|
+
|
|
256
272
|
def create_model(self, *, name: str, template_path: str | None = None) -> dlubal.api.common.model_id_pb2.ModelId:
|
|
257
273
|
"""
|
|
258
274
|
Creates new model with the name specified in request.
|
dlubal/api/rstab/__init__.py
CHANGED
|
@@ -20,6 +20,7 @@ from . import calculation_diagrams
|
|
|
20
20
|
from . import loading
|
|
21
21
|
from . import foundation_design_objects
|
|
22
22
|
from . import types_for_special_objects
|
|
23
|
+
from . import types_for_wind_simulation
|
|
23
24
|
from . import global_parameters
|
|
24
25
|
from . import load_wizards
|
|
25
26
|
from . import types_for_timber_design
|
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: ...
|
|
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
|
|
|
25
25
|
from dlubal.api.common import common_pb2 as dlubal_dot_api_dot_common_dot_common__pb2
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2dlubal/api/rstab/guide_objects/visual_object.proto\x12\x1e\x64lubal.api.rstab.guide_objects\x1a\x1e\x64lubal/api/common/common.proto\"\
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2dlubal/api/rstab/guide_objects/visual_object.proto\x12\x1e\x64lubal.api.rstab.guide_objects\x1a\x1e\x64lubal/api/common/common.proto\"\xee\x15\n\x0cVisualObject\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x02 \x01(\x08H\x01\x88\x01\x01\x12\x11\n\x04name\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x16\n\tfile_path\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x16\n\tfile_name\x18\x05 \x01(\tH\x04\x88\x01\x01\x12\x1e\n\x11\x63oordinate_system\x18\x06 \x01(\x05H\x05\x88\x01\x01\x12S\n\x0cinsert_point\x18\x07 \x01(\x0e\x32\x38.dlubal.api.rstab.guide_objects.VisualObject.InsertPointH\x06\x88\x01\x01\x12<\n\x12origin_coordinates\x18\x08 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x07\x88\x01\x01\x12 \n\x13origin_coordinate_x\x18\t \x01(\x01H\x08\x88\x01\x01\x12 \n\x13origin_coordinate_y\x18\n \x01(\x01H\t\x88\x01\x01\x12 \n\x13origin_coordinate_z\x18\x0b \x01(\x01H\n\x88\x01\x01\x12j\n\x18rotation_angles_sequence\x18\x0c \x01(\x0e\x32\x43.dlubal.api.rstab.guide_objects.VisualObject.RotationAnglesSequenceH\x0b\x88\x01\x01\x12\x1d\n\x10rotation_angle_1\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\x1d\n\x10rotation_angle_2\x18\x0e \x01(\x01H\r\x88\x01\x01\x12\x1d\n\x10rotation_angle_3\x18\x0f \x01(\x01H\x0e\x88\x01\x01\x12 \n\x13scale_is_nonuniform\x18\x10 \x01(\x08H\x0f\x88\x01\x01\x12)\n\x1cscale_is_defined_as_relative\x18\x11 \x01(\x08H\x10\x88\x01\x01\x12\x1b\n\x0escale_absolute\x18\x12 \x01(\x01H\x11\x88\x01\x01\x12\x1b\n\x0escale_relative\x18\x13 \x01(\x01H\x12\x88\x01\x01\x12\x1d\n\x10scale_absolute_x\x18\x14 \x01(\x01H\x13\x88\x01\x01\x12\x1d\n\x10scale_absolute_y\x18\x15 \x01(\x01H\x14\x88\x01\x01\x12\x1d\n\x10scale_absolute_z\x18\x16 \x01(\x01H\x15\x88\x01\x01\x12\x1d\n\x10scale_relative_x\x18\x17 \x01(\x01H\x16\x88\x01\x01\x12\x1d\n\x10scale_relative_y\x18\x18 \x01(\x01H\x17\x88\x01\x01\x12\x1d\n\x10scale_relative_z\x18\x19 \x01(\x01H\x18\x88\x01\x01\x12\x35\n(wind_simulation_enable_specific_settings\x18\x1a \x01(\x08H\x19\x88\x01\x01\x12\x1c\n\x0fshrink_wrapping\x18\x1b \x01(\x05H\x1a\x88\x01\x01\x12\'\n\x1aroughness_and_permeability\x18\x1c \x01(\x05H\x1b\x88\x01\x01\x12%\n\x18\x65xclude_from_wind_tunnel\x18\x1d \x01(\x08H\x1c\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x1e \x01(\tH\x1d\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x1f \x01(\x08H\x1e\x88\x01\x01\x12#\n\x16generating_object_info\x18 \x01(\tH\x1f\x88\x01\x01\x12!\n\x14id_for_export_import\x18! \x01(\tH \x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\" \x01(\tH!\x88\x01\x01\"\xec\x02\n\x0bInsertPoint\x12\x17\n\x13INSERT_POINT_CENTER\x10\x00\x12\x13\n\x0fINSERT_POINT_MX\x10\x02\x12\x17\n\x13INSERT_POINT_MXMYMZ\x10\x0e\x12\x17\n\x13INSERT_POINT_MXMYPZ\x10\n\x12\x17\n\x13INSERT_POINT_MXPYMZ\x10\x0c\x12\x17\n\x13INSERT_POINT_MXPYPZ\x10\x08\x12\x13\n\x0fINSERT_POINT_MY\x10\x04\x12\x13\n\x0fINSERT_POINT_MZ\x10\x06\x12\x13\n\x0fINSERT_POINT_PX\x10\x01\x12\x17\n\x13INSERT_POINT_PXMYMZ\x10\r\x12\x17\n\x13INSERT_POINT_PXMYPZ\x10\t\x12\x17\n\x13INSERT_POINT_PXPYMZ\x10\x0b\x12\x17\n\x13INSERT_POINT_PXPYPZ\x10\x07\x12\x13\n\x0fINSERT_POINT_PY\x10\x03\x12\x13\n\x0fINSERT_POINT_PZ\x10\x05\"\x92\x03\n\x16RotationAnglesSequence\x12 \n\x1cROTATION_ANGLES_SEQUENCE_UVW\x10\x00\x12 \n\x1cROTATION_ANGLES_SEQUENCE_UWV\x10\x01\x12 \n\x1cROTATION_ANGLES_SEQUENCE_VUW\x10\x02\x12 \n\x1cROTATION_ANGLES_SEQUENCE_VWU\x10\x03\x12 \n\x1cROTATION_ANGLES_SEQUENCE_WUV\x10\x04\x12 \n\x1cROTATION_ANGLES_SEQUENCE_WVU\x10\x05\x12 \n\x1cROTATION_ANGLES_SEQUENCE_XZY\x10\x01\x12 \n\x1cROTATION_ANGLES_SEQUENCE_YXZ\x10\x02\x12 \n\x1cROTATION_ANGLES_SEQUENCE_YZX\x10\x03\x12 \n\x1cROTATION_ANGLES_SEQUENCE_ZXY\x10\x04\x12 \n\x1cROTATION_ANGLES_SEQUENCE_ZYX\x10\x05\x1a\x02\x10\x01\x42\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x0c\n\n_file_pathB\x0c\n\n_file_nameB\x14\n\x12_coordinate_systemB\x0f\n\r_insert_pointB\x15\n\x13_origin_coordinatesB\x16\n\x14_origin_coordinate_xB\x16\n\x14_origin_coordinate_yB\x16\n\x14_origin_coordinate_zB\x1b\n\x19_rotation_angles_sequenceB\x13\n\x11_rotation_angle_1B\x13\n\x11_rotation_angle_2B\x13\n\x11_rotation_angle_3B\x16\n\x14_scale_is_nonuniformB\x1f\n\x1d_scale_is_defined_as_relativeB\x11\n\x0f_scale_absoluteB\x11\n\x0f_scale_relativeB\x13\n\x11_scale_absolute_xB\x13\n\x11_scale_absolute_yB\x13\n\x11_scale_absolute_zB\x13\n\x11_scale_relative_xB\x13\n\x11_scale_relative_yB\x13\n\x11_scale_relative_zB+\n)_wind_simulation_enable_specific_settingsB\x12\n\x10_shrink_wrappingB\x1d\n\x1b_roughness_and_permeabilityB\x1b\n\x19_exclude_from_wind_tunnelB\n\n\x08_commentB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
|
|
29
29
|
|
|
30
30
|
_globals = globals()
|
|
31
31
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -35,9 +35,9 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
35
35
|
_globals['_VISUALOBJECT_ROTATIONANGLESSEQUENCE']._loaded_options = None
|
|
36
36
|
_globals['_VISUALOBJECT_ROTATIONANGLESSEQUENCE']._serialized_options = b'\020\001'
|
|
37
37
|
_globals['_VISUALOBJECT']._serialized_start=119
|
|
38
|
-
_globals['_VISUALOBJECT']._serialized_end=
|
|
39
|
-
_globals['_VISUALOBJECT_INSERTPOINT']._serialized_start=
|
|
40
|
-
_globals['_VISUALOBJECT_INSERTPOINT']._serialized_end=
|
|
41
|
-
_globals['_VISUALOBJECT_ROTATIONANGLESSEQUENCE']._serialized_start=
|
|
42
|
-
_globals['_VISUALOBJECT_ROTATIONANGLESSEQUENCE']._serialized_end=
|
|
38
|
+
_globals['_VISUALOBJECT']._serialized_end=2917
|
|
39
|
+
_globals['_VISUALOBJECT_INSERTPOINT']._serialized_start=1390
|
|
40
|
+
_globals['_VISUALOBJECT_INSERTPOINT']._serialized_end=1754
|
|
41
|
+
_globals['_VISUALOBJECT_ROTATIONANGLESSEQUENCE']._serialized_start=1757
|
|
42
|
+
_globals['_VISUALOBJECT_ROTATIONANGLESSEQUENCE']._serialized_end=2159
|
|
43
43
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -7,7 +7,7 @@ from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Opti
|
|
|
7
7
|
DESCRIPTOR: _descriptor.FileDescriptor
|
|
8
8
|
|
|
9
9
|
class VisualObject(_message.Message):
|
|
10
|
-
__slots__ = ("no", "user_defined_name_enabled", "name", "file_path", "file_name", "coordinate_system", "insert_point", "origin_coordinates", "origin_coordinate_x", "origin_coordinate_y", "origin_coordinate_z", "rotation_angles_sequence", "rotation_angle_1", "rotation_angle_2", "rotation_angle_3", "scale_is_nonuniform", "scale_is_defined_as_relative", "scale_absolute", "scale_relative", "scale_absolute_x", "scale_absolute_y", "scale_absolute_z", "scale_relative_x", "scale_relative_y", "scale_relative_z", "comment", "is_generated", "generating_object_info", "id_for_export_import", "metadata_for_export_import")
|
|
10
|
+
__slots__ = ("no", "user_defined_name_enabled", "name", "file_path", "file_name", "coordinate_system", "insert_point", "origin_coordinates", "origin_coordinate_x", "origin_coordinate_y", "origin_coordinate_z", "rotation_angles_sequence", "rotation_angle_1", "rotation_angle_2", "rotation_angle_3", "scale_is_nonuniform", "scale_is_defined_as_relative", "scale_absolute", "scale_relative", "scale_absolute_x", "scale_absolute_y", "scale_absolute_z", "scale_relative_x", "scale_relative_y", "scale_relative_z", "wind_simulation_enable_specific_settings", "shrink_wrapping", "roughness_and_permeability", "exclude_from_wind_tunnel", "comment", "is_generated", "generating_object_info", "id_for_export_import", "metadata_for_export_import")
|
|
11
11
|
class InsertPoint(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
12
12
|
__slots__ = ()
|
|
13
13
|
INSERT_POINT_CENTER: _ClassVar[VisualObject.InsertPoint]
|
|
@@ -89,6 +89,10 @@ class VisualObject(_message.Message):
|
|
|
89
89
|
SCALE_RELATIVE_X_FIELD_NUMBER: _ClassVar[int]
|
|
90
90
|
SCALE_RELATIVE_Y_FIELD_NUMBER: _ClassVar[int]
|
|
91
91
|
SCALE_RELATIVE_Z_FIELD_NUMBER: _ClassVar[int]
|
|
92
|
+
WIND_SIMULATION_ENABLE_SPECIFIC_SETTINGS_FIELD_NUMBER: _ClassVar[int]
|
|
93
|
+
SHRINK_WRAPPING_FIELD_NUMBER: _ClassVar[int]
|
|
94
|
+
ROUGHNESS_AND_PERMEABILITY_FIELD_NUMBER: _ClassVar[int]
|
|
95
|
+
EXCLUDE_FROM_WIND_TUNNEL_FIELD_NUMBER: _ClassVar[int]
|
|
92
96
|
COMMENT_FIELD_NUMBER: _ClassVar[int]
|
|
93
97
|
IS_GENERATED_FIELD_NUMBER: _ClassVar[int]
|
|
94
98
|
GENERATING_OBJECT_INFO_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -119,9 +123,13 @@ class VisualObject(_message.Message):
|
|
|
119
123
|
scale_relative_x: float
|
|
120
124
|
scale_relative_y: float
|
|
121
125
|
scale_relative_z: float
|
|
126
|
+
wind_simulation_enable_specific_settings: bool
|
|
127
|
+
shrink_wrapping: int
|
|
128
|
+
roughness_and_permeability: int
|
|
129
|
+
exclude_from_wind_tunnel: bool
|
|
122
130
|
comment: str
|
|
123
131
|
is_generated: bool
|
|
124
132
|
generating_object_info: str
|
|
125
133
|
id_for_export_import: str
|
|
126
134
|
metadata_for_export_import: str
|
|
127
|
-
def __init__(self, no: _Optional[int] = ..., user_defined_name_enabled: bool = ..., name: _Optional[str] = ..., file_path: _Optional[str] = ..., file_name: _Optional[str] = ..., coordinate_system: _Optional[int] = ..., insert_point: _Optional[_Union[VisualObject.InsertPoint, str]] = ..., origin_coordinates: _Optional[_Union[_common_pb2.Vector3d, _Mapping]] = ..., origin_coordinate_x: _Optional[float] = ..., origin_coordinate_y: _Optional[float] = ..., origin_coordinate_z: _Optional[float] = ..., rotation_angles_sequence: _Optional[_Union[VisualObject.RotationAnglesSequence, str]] = ..., rotation_angle_1: _Optional[float] = ..., rotation_angle_2: _Optional[float] = ..., rotation_angle_3: _Optional[float] = ..., scale_is_nonuniform: bool = ..., scale_is_defined_as_relative: bool = ..., scale_absolute: _Optional[float] = ..., scale_relative: _Optional[float] = ..., scale_absolute_x: _Optional[float] = ..., scale_absolute_y: _Optional[float] = ..., scale_absolute_z: _Optional[float] = ..., scale_relative_x: _Optional[float] = ..., scale_relative_y: _Optional[float] = ..., scale_relative_z: _Optional[float] = ..., comment: _Optional[str] = ..., is_generated: bool = ..., generating_object_info: _Optional[str] = ..., id_for_export_import: _Optional[str] = ..., metadata_for_export_import: _Optional[str] = ...) -> None: ...
|
|
135
|
+
def __init__(self, no: _Optional[int] = ..., user_defined_name_enabled: bool = ..., name: _Optional[str] = ..., file_path: _Optional[str] = ..., file_name: _Optional[str] = ..., coordinate_system: _Optional[int] = ..., insert_point: _Optional[_Union[VisualObject.InsertPoint, str]] = ..., origin_coordinates: _Optional[_Union[_common_pb2.Vector3d, _Mapping]] = ..., origin_coordinate_x: _Optional[float] = ..., origin_coordinate_y: _Optional[float] = ..., origin_coordinate_z: _Optional[float] = ..., rotation_angles_sequence: _Optional[_Union[VisualObject.RotationAnglesSequence, str]] = ..., rotation_angle_1: _Optional[float] = ..., rotation_angle_2: _Optional[float] = ..., rotation_angle_3: _Optional[float] = ..., scale_is_nonuniform: bool = ..., scale_is_defined_as_relative: bool = ..., scale_absolute: _Optional[float] = ..., scale_relative: _Optional[float] = ..., scale_absolute_x: _Optional[float] = ..., scale_absolute_y: _Optional[float] = ..., scale_absolute_z: _Optional[float] = ..., scale_relative_x: _Optional[float] = ..., scale_relative_y: _Optional[float] = ..., scale_relative_z: _Optional[float] = ..., wind_simulation_enable_specific_settings: bool = ..., shrink_wrapping: _Optional[int] = ..., roughness_and_permeability: _Optional[int] = ..., exclude_from_wind_tunnel: bool = ..., comment: _Optional[str] = ..., is_generated: bool = ..., generating_object_info: _Optional[str] = ..., id_for_export_import: _Optional[str] = ..., metadata_for_export_import: _Optional[str] = ...) -> None: ...
|
|
@@ -24,7 +24,7 @@ _sym_db = _symbol_database.Default()
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8dlubal/api/rstab/ifc_objects/ifc_file_model_object.proto\x12\x1c\x64lubal.api.rstab.ifc_objects\"\
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8dlubal/api/rstab/ifc_objects/ifc_file_model_object.proto\x12\x1c\x64lubal.api.rstab.ifc_objects\"\xc6\x10\n\x12IfcFileModelObject\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12H\n\x04type\x18\x02 \x01(\x0e\x32\x35.dlubal.api.rstab.ifc_objects.IfcFileModelObject.TypeH\x01\x88\x01\x01\x12\x1a\n\rmirror_axis_x\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12\x1a\n\rmirror_axis_y\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12\x1a\n\rmirror_axis_z\x18\x05 \x01(\x08H\x04\x88\x01\x01\x12 \n\x13origin_coordinate_x\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12 \n\x13origin_coordinate_y\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12 \n\x13origin_coordinate_z\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12n\n\x18rotation_angles_sequence\x18\t \x01(\x0e\x32G.dlubal.api.rstab.ifc_objects.IfcFileModelObject.RotationAnglesSequenceH\x08\x88\x01\x01\x12\x1d\n\x10rotation_angle_0\x18\n \x01(\x01H\t\x88\x01\x01\x12\x1d\n\x10rotation_angle_1\x18\x0b \x01(\x01H\n\x88\x01\x01\x12\x1d\n\x10rotation_angle_2\x18\x0c \x01(\x01H\x0b\x88\x01\x01\x12X\n\raxis_change_x\x18\r \x01(\x0e\x32<.dlubal.api.rstab.ifc_objects.IfcFileModelObject.AxisChangeXH\x0c\x88\x01\x01\x12X\n\raxis_change_y\x18\x0e \x01(\x0e\x32<.dlubal.api.rstab.ifc_objects.IfcFileModelObject.AxisChangeYH\r\x88\x01\x01\x12X\n\raxis_change_z\x18\x0f \x01(\x0e\x32<.dlubal.api.rstab.ifc_objects.IfcFileModelObject.AxisChangeZH\x0e\x88\x01\x01\x12\x15\n\x08\x66ilename\x18\x10 \x01(\tH\x0f\x88\x01\x01\x12\x35\n(wind_simulation_enable_specific_settings\x18\x11 \x01(\x08H\x10\x88\x01\x01\x12,\n\x1fwind_simulation_shrink_wrapping\x18\x12 \x01(\x05H\x11\x88\x01\x01\x12\x37\n*wind_simulation_roughness_and_permeability\x18\x13 \x01(\x05H\x12\x88\x01\x01\x12\x35\n(wind_simulation_exclude_from_wind_tunnel\x18\x14 \x01(\x08H\x13\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x15 \x01(\tH\x14\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x16 \x01(\tH\x15\x88\x01\x01\"+\n\x04Type\x12\x10\n\x0cTYPE_PHANTOM\x10\x00\x12\x11\n\rTYPE_STANDARD\x10\x01\"\xe4\x01\n\x16RotationAnglesSequence\x12 \n\x1cROTATION_ANGLES_SEQUENCE_XYZ\x10\x00\x12 \n\x1cROTATION_ANGLES_SEQUENCE_XZY\x10\x01\x12 \n\x1cROTATION_ANGLES_SEQUENCE_YXZ\x10\x02\x12 \n\x1cROTATION_ANGLES_SEQUENCE_YZX\x10\x03\x12 \n\x1cROTATION_ANGLES_SEQUENCE_ZXY\x10\x04\x12 \n\x1cROTATION_ANGLES_SEQUENCE_ZYX\x10\x05\"F\n\x0b\x41xisChangeX\x12\x11\n\rAXIS_CHANGE_X\x10\x00\x12\x11\n\rAXIS_CHANGE_Y\x10\x01\x12\x11\n\rAXIS_CHANGE_Z\x10\x02\"L\n\x0b\x41xisChangeY\x12\x13\n\x0f\x41XIS_CHANGE_Y_X\x10\x00\x12\x13\n\x0f\x41XIS_CHANGE_Y_Y\x10\x01\x12\x13\n\x0f\x41XIS_CHANGE_Y_Z\x10\x02\"L\n\x0b\x41xisChangeZ\x12\x13\n\x0f\x41XIS_CHANGE_Z_X\x10\x00\x12\x13\n\x0f\x41XIS_CHANGE_Z_Y\x10\x01\x12\x13\n\x0f\x41XIS_CHANGE_Z_Z\x10\x02\x42\x05\n\x03_noB\x07\n\x05_typeB\x10\n\x0e_mirror_axis_xB\x10\n\x0e_mirror_axis_yB\x10\n\x0e_mirror_axis_zB\x16\n\x14_origin_coordinate_xB\x16\n\x14_origin_coordinate_yB\x16\n\x14_origin_coordinate_zB\x1b\n\x19_rotation_angles_sequenceB\x13\n\x11_rotation_angle_0B\x13\n\x11_rotation_angle_1B\x13\n\x11_rotation_angle_2B\x10\n\x0e_axis_change_xB\x10\n\x0e_axis_change_yB\x10\n\x0e_axis_change_zB\x0b\n\t_filenameB+\n)_wind_simulation_enable_specific_settingsB\"\n _wind_simulation_shrink_wrappingB-\n+_wind_simulation_roughness_and_permeabilityB+\n)_wind_simulation_exclude_from_wind_tunnelB\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,15 +32,15 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rstab.ifc_object
|
|
|
32
32
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
33
|
DESCRIPTOR._loaded_options = None
|
|
34
34
|
_globals['_IFCFILEMODELOBJECT']._serialized_start=91
|
|
35
|
-
_globals['_IFCFILEMODELOBJECT']._serialized_end=
|
|
36
|
-
_globals['_IFCFILEMODELOBJECT_TYPE']._serialized_start=
|
|
37
|
-
_globals['_IFCFILEMODELOBJECT_TYPE']._serialized_end=
|
|
38
|
-
_globals['_IFCFILEMODELOBJECT_ROTATIONANGLESSEQUENCE']._serialized_start=
|
|
39
|
-
_globals['_IFCFILEMODELOBJECT_ROTATIONANGLESSEQUENCE']._serialized_end=
|
|
40
|
-
_globals['_IFCFILEMODELOBJECT_AXISCHANGEX']._serialized_start=
|
|
41
|
-
_globals['_IFCFILEMODELOBJECT_AXISCHANGEX']._serialized_end=
|
|
42
|
-
_globals['_IFCFILEMODELOBJECT_AXISCHANGEY']._serialized_start=
|
|
43
|
-
_globals['_IFCFILEMODELOBJECT_AXISCHANGEY']._serialized_end=
|
|
44
|
-
_globals['_IFCFILEMODELOBJECT_AXISCHANGEZ']._serialized_start=
|
|
45
|
-
_globals['_IFCFILEMODELOBJECT_AXISCHANGEZ']._serialized_end=
|
|
35
|
+
_globals['_IFCFILEMODELOBJECT']._serialized_end=2209
|
|
36
|
+
_globals['_IFCFILEMODELOBJECT_TYPE']._serialized_start=1177
|
|
37
|
+
_globals['_IFCFILEMODELOBJECT_TYPE']._serialized_end=1220
|
|
38
|
+
_globals['_IFCFILEMODELOBJECT_ROTATIONANGLESSEQUENCE']._serialized_start=1223
|
|
39
|
+
_globals['_IFCFILEMODELOBJECT_ROTATIONANGLESSEQUENCE']._serialized_end=1451
|
|
40
|
+
_globals['_IFCFILEMODELOBJECT_AXISCHANGEX']._serialized_start=1453
|
|
41
|
+
_globals['_IFCFILEMODELOBJECT_AXISCHANGEX']._serialized_end=1523
|
|
42
|
+
_globals['_IFCFILEMODELOBJECT_AXISCHANGEY']._serialized_start=1525
|
|
43
|
+
_globals['_IFCFILEMODELOBJECT_AXISCHANGEY']._serialized_end=1601
|
|
44
|
+
_globals['_IFCFILEMODELOBJECT_AXISCHANGEZ']._serialized_start=1603
|
|
45
|
+
_globals['_IFCFILEMODELOBJECT_AXISCHANGEZ']._serialized_end=1679
|
|
46
46
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -6,7 +6,7 @@ from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
|
6
6
|
DESCRIPTOR: _descriptor.FileDescriptor
|
|
7
7
|
|
|
8
8
|
class IfcFileModelObject(_message.Message):
|
|
9
|
-
__slots__ = ("no", "type", "mirror_axis_x", "mirror_axis_y", "mirror_axis_z", "origin_coordinate_x", "origin_coordinate_y", "origin_coordinate_z", "rotation_angles_sequence", "rotation_angle_0", "rotation_angle_1", "rotation_angle_2", "axis_change_x", "axis_change_y", "axis_change_z", "filename", "id_for_export_import", "metadata_for_export_import")
|
|
9
|
+
__slots__ = ("no", "type", "mirror_axis_x", "mirror_axis_y", "mirror_axis_z", "origin_coordinate_x", "origin_coordinate_y", "origin_coordinate_z", "rotation_angles_sequence", "rotation_angle_0", "rotation_angle_1", "rotation_angle_2", "axis_change_x", "axis_change_y", "axis_change_z", "filename", "wind_simulation_enable_specific_settings", "wind_simulation_shrink_wrapping", "wind_simulation_roughness_and_permeability", "wind_simulation_exclude_from_wind_tunnel", "id_for_export_import", "metadata_for_export_import")
|
|
10
10
|
class Type(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
11
11
|
__slots__ = ()
|
|
12
12
|
TYPE_PHANTOM: _ClassVar[IfcFileModelObject.Type]
|
|
@@ -67,6 +67,10 @@ class IfcFileModelObject(_message.Message):
|
|
|
67
67
|
AXIS_CHANGE_Y_FIELD_NUMBER: _ClassVar[int]
|
|
68
68
|
AXIS_CHANGE_Z_FIELD_NUMBER: _ClassVar[int]
|
|
69
69
|
FILENAME_FIELD_NUMBER: _ClassVar[int]
|
|
70
|
+
WIND_SIMULATION_ENABLE_SPECIFIC_SETTINGS_FIELD_NUMBER: _ClassVar[int]
|
|
71
|
+
WIND_SIMULATION_SHRINK_WRAPPING_FIELD_NUMBER: _ClassVar[int]
|
|
72
|
+
WIND_SIMULATION_ROUGHNESS_AND_PERMEABILITY_FIELD_NUMBER: _ClassVar[int]
|
|
73
|
+
WIND_SIMULATION_EXCLUDE_FROM_WIND_TUNNEL_FIELD_NUMBER: _ClassVar[int]
|
|
70
74
|
ID_FOR_EXPORT_IMPORT_FIELD_NUMBER: _ClassVar[int]
|
|
71
75
|
METADATA_FOR_EXPORT_IMPORT_FIELD_NUMBER: _ClassVar[int]
|
|
72
76
|
no: int
|
|
@@ -85,6 +89,10 @@ class IfcFileModelObject(_message.Message):
|
|
|
85
89
|
axis_change_y: IfcFileModelObject.AxisChangeY
|
|
86
90
|
axis_change_z: IfcFileModelObject.AxisChangeZ
|
|
87
91
|
filename: str
|
|
92
|
+
wind_simulation_enable_specific_settings: bool
|
|
93
|
+
wind_simulation_shrink_wrapping: int
|
|
94
|
+
wind_simulation_roughness_and_permeability: int
|
|
95
|
+
wind_simulation_exclude_from_wind_tunnel: bool
|
|
88
96
|
id_for_export_import: str
|
|
89
97
|
metadata_for_export_import: str
|
|
90
|
-
def __init__(self, no: _Optional[int] = ..., type: _Optional[_Union[IfcFileModelObject.Type, str]] = ..., mirror_axis_x: bool = ..., mirror_axis_y: bool = ..., mirror_axis_z: bool = ..., origin_coordinate_x: _Optional[float] = ..., origin_coordinate_y: _Optional[float] = ..., origin_coordinate_z: _Optional[float] = ..., rotation_angles_sequence: _Optional[_Union[IfcFileModelObject.RotationAnglesSequence, str]] = ..., rotation_angle_0: _Optional[float] = ..., rotation_angle_1: _Optional[float] = ..., rotation_angle_2: _Optional[float] = ..., axis_change_x: _Optional[_Union[IfcFileModelObject.AxisChangeX, str]] = ..., axis_change_y: _Optional[_Union[IfcFileModelObject.AxisChangeY, str]] = ..., axis_change_z: _Optional[_Union[IfcFileModelObject.AxisChangeZ, str]] = ..., filename: _Optional[str] = ..., id_for_export_import: _Optional[str] = ..., metadata_for_export_import: _Optional[str] = ...) -> None: ...
|
|
98
|
+
def __init__(self, no: _Optional[int] = ..., type: _Optional[_Union[IfcFileModelObject.Type, str]] = ..., mirror_axis_x: bool = ..., mirror_axis_y: bool = ..., mirror_axis_z: bool = ..., origin_coordinate_x: _Optional[float] = ..., origin_coordinate_y: _Optional[float] = ..., origin_coordinate_z: _Optional[float] = ..., rotation_angles_sequence: _Optional[_Union[IfcFileModelObject.RotationAnglesSequence, str]] = ..., rotation_angle_0: _Optional[float] = ..., rotation_angle_1: _Optional[float] = ..., rotation_angle_2: _Optional[float] = ..., axis_change_x: _Optional[_Union[IfcFileModelObject.AxisChangeX, str]] = ..., axis_change_y: _Optional[_Union[IfcFileModelObject.AxisChangeY, str]] = ..., axis_change_z: _Optional[_Union[IfcFileModelObject.AxisChangeZ, str]] = ..., filename: _Optional[str] = ..., wind_simulation_enable_specific_settings: bool = ..., wind_simulation_shrink_wrapping: _Optional[int] = ..., wind_simulation_roughness_and_permeability: _Optional[int] = ..., wind_simulation_exclude_from_wind_tunnel: bool = ..., id_for_export_import: _Optional[str] = ..., metadata_for_export_import: _Optional[str] = ...) -> None: ...
|
|
@@ -24,7 +24,7 @@ _sym_db = _symbol_database.Default()
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"dlubal/api/rstab/object_type.proto\x12\x10\x64lubal.api.rstab*\
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"dlubal/api/rstab/object_type.proto\x12\x10\x64lubal.api.rstab*\x91$\n\nObjectType\x12\x17\n\x13OBJECT_TYPE_UNKNOWN\x10\x00\x12\x1d\n\x18OBJECT_TYPE_ACCELEROGRAM\x10\xcc\x01\x12\x17\n\x12OBJECT_TYPE_ACTION\x10\x9c\x01\x12#\n\x1eOBJECT_TYPE_ACTION_COMBINATION\x10\x9e\x01\x12+\n&OBJECT_TYPE_ADDITIONAL_FOUNDATION_LOAD\x10\xc7\x01\x12-\n(OBJECT_TYPE_ALUMINUM_BOUNDARY_CONDITIONS\x10\x82\x01\x12\x32\n-OBJECT_TYPE_ALUMINUM_DESIGN_SLS_CONFIGURATION\x10\xd6\x01\x12\x32\n-OBJECT_TYPE_ALUMINUM_DESIGN_ULS_CONFIGURATION\x10\xd5\x01\x12+\n&OBJECT_TYPE_ALUMINUM_EFFECTIVE_LENGTHS\x10\x81\x01\x12\x38\n3OBJECT_TYPE_ALUMINUM_MEMBER_LOCAL_SECTION_REDUCTION\x10\x84\x01\x12\x30\n+OBJECT_TYPE_ALUMINUM_MEMBER_TRANSVERSE_WELD\x10\x83\x01\x12\x16\n\x11OBJECT_TYPE_BLOCK\x10\xf5\x01\x12\x1d\n\x19OBJECT_TYPE_BUILDING_GRID\x10\x64\x12#\n\x1fOBJECT_TYPE_CALCULATION_DIAGRAM\x10U\x12\x1c\n\x18OBJECT_TYPE_CLIPPING_BOX\x10Z\x12\x1e\n\x1aOBJECT_TYPE_CLIPPING_PLANE\x10X\x12#\n\x1eOBJECT_TYPE_COMBINATION_WIZARD\x10\xaa\x01\x12.\n)OBJECT_TYPE_CONCRETE_DESIGN_CONFIGURATION\x10\xe5\x01\x12\x31\n,OBJECT_TYPE_CONCRETE_DESIGN_FR_CONFIGURATION\x10\xdc\x01\x12\x36\n1OBJECT_TYPE_CONCRETE_DESIGN_SEISMIC_CONFIGURATION\x10\xdd\x01\x12\x32\n-OBJECT_TYPE_CONCRETE_DESIGN_SLS_CONFIGURATION\x10\xdb\x01\x12\x32\n-OBJECT_TYPE_CONCRETE_DESIGN_ULS_CONFIGURATION\x10\xda\x01\x12#\n\x1fOBJECT_TYPE_CONCRETE_DURABILITY\x10r\x12*\n&OBJECT_TYPE_CONCRETE_EFFECTIVE_LENGTHS\x10o\x12!\n\x1dOBJECT_TYPE_COORDINATE_SYSTEM\x10V\x12\x16\n\x11OBJECT_TYPE_CRANE\x10\x8c\x01\x12\x19\n\x14OBJECT_TYPE_CRANEWAY\x10\x8b\x01\x12\x1f\n\x1bOBJECT_TYPE_CUTTING_PATTERN\x10\x30\x12!\n\x1cOBJECT_TYPE_DESIGN_SITUATION\x10\x9d\x01\x12\x1e\n\x1aOBJECT_TYPE_DESIGN_SUPPORT\x10H\x12\x1e\n\x1aOBJECT_TYPE_DIAGONAL_BRACE\x10\x42\x12\x19\n\x15OBJECT_TYPE_DIMENSION\x10\x61\x12&\n!OBJECT_TYPE_DXF_FILE_MODEL_OBJECT\x10\xf2\x01\x12!\n\x1cOBJECT_TYPE_DXF_MODEL_OBJECT\x10\xf3\x01\x12!\n\x1cOBJECT_TYPE_DYNAMIC_ANALYSIS\x10\xc9\x01\x12\x32\n-OBJECT_TYPE_GEOTECHNICAL_DESIGN_CONFIGURATION\x10\xe4\x01\x12!\n\x1cOBJECT_TYPE_GLOBAL_PARAMETER\x10\xe9\x01\x12*\n&OBJECT_TYPE_GROUP_OF_OBJECT_SELECTIONS\x10^\x12\x19\n\x15OBJECT_TYPE_GUIDELINE\x10\x63\x12&\n!OBJECT_TYPE_IFC_FILE_MODEL_OBJECT\x10\xef\x01\x12!\n\x1cOBJECT_TYPE_IFC_MODEL_OBJECT\x10\xf0\x01\x12\"\n\x1dOBJECT_TYPE_IMPERFECTION_CASE\x10\x8d\x01\x12)\n$OBJECT_TYPE_IMPORT_SUPPORT_REACTIONS\x10\x94\x01\x12*\n%OBJECT_TYPE_IMPOSED_NODAL_DEFORMATION\x10\xc5\x01\x12\x15\n\x11OBJECT_TYPE_LAYER\x10_\x12\x1b\n\x17OBJECT_TYPE_LAYER_GROUP\x10`\x12\x1a\n\x15OBJECT_TYPE_LOAD_CASE\x10\x9b\x01\x12!\n\x1cOBJECT_TYPE_LOAD_COMBINATION\x10\x9f\x01\x12\x1b\n\x16OBJECT_TYPE_LOAD_MODEL\x10\x96\x01\x12\x18\n\x14OBJECT_TYPE_MATERIAL\x10\x14\x12\x16\n\x12OBJECT_TYPE_MEMBER\x10\x1a\x12%\n OBJECT_TYPE_MEMBER_CONFIGURATION\x10\xcd\x01\x12*\n&OBJECT_TYPE_MEMBER_DEFINABLE_STIFFNESS\x10\x46\x12#\n\x1fOBJECT_TYPE_MEMBER_ECCENTRICITY\x10=\x12\x1c\n\x18OBJECT_TYPE_MEMBER_HINGE\x10<\x12$\n\x1fOBJECT_TYPE_MEMBER_IMPERFECTION\x10\x8e\x01\x12\x1c\n\x17OBJECT_TYPE_MEMBER_LOAD\x10\xb7\x01\x12,\n\'OBJECT_TYPE_MEMBER_LOADS_FROM_AREA_LOAD\x10\x92\x01\x12\x31\n,OBJECT_TYPE_MEMBER_LOADS_FROM_FREE_LINE_LOAD\x10\x93\x01\x12#\n\x1fOBJECT_TYPE_MEMBER_NONLINEARITY\x10\x45\x12%\n!OBJECT_TYPE_MEMBER_REPRESENTATIVE\x10\x1b\x12\x30\n,OBJECT_TYPE_MEMBER_RESULT_INTERMEDIATE_POINT\x10G\x12+\n\'OBJECT_TYPE_MEMBER_ROTATIONAL_RESTRAINT\x10@\x12\x1a\n\x16OBJECT_TYPE_MEMBER_SET\x10 \x12(\n#OBJECT_TYPE_MEMBER_SET_IMPERFECTION\x10\x8f\x01\x12 \n\x1bOBJECT_TYPE_MEMBER_SET_LOAD\x10\xbb\x01\x12)\n%OBJECT_TYPE_MEMBER_SET_REPRESENTATIVE\x10!\x12\"\n\x1eOBJECT_TYPE_MEMBER_SHEAR_PANEL\x10?\x12\x1d\n\x19OBJECT_TYPE_MEMBER_SPRING\x10I\x12-\n)OBJECT_TYPE_MEMBER_STIFFNESS_MODIFICATION\x10\x44\x12\x1e\n\x1aOBJECT_TYPE_MEMBER_SUPPORT\x10>\x12+\n\'OBJECT_TYPE_MEMBER_TRANSVERSE_STIFFENER\x10\x41\x12(\n#OBJECT_TYPE_MODAL_ANALYSIS_SETTINGS\x10\xa4\x01\x12\x1c\n\x17OBJECT_TYPE_MOVING_LOAD\x10\x95\x01\x12\x1a\n\x16OBJECT_TYPE_NODAL_LINK\x10&\x12\x1b\n\x16OBJECT_TYPE_NODAL_LOAD\x10\xb5\x01\x12\x1d\n\x19OBJECT_TYPE_NODAL_RELEASE\x10-\x12\"\n\x1eOBJECT_TYPE_NODAL_RELEASE_TYPE\x10R\x12\x1d\n\x19OBJECT_TYPE_NODAL_SUPPORT\x10$\x12\x14\n\x10OBJECT_TYPE_NODE\x10\x17\x12\x14\n\x10OBJECT_TYPE_NOTE\x10\x62\x12\x1b\n\x17OBJECT_TYPE_OBJECT_SNAP\x10W\x12&\n!OBJECT_TYPE_OPTIMIZATION_SETTINGS\x10\xa9\x01\x12+\n&OBJECT_TYPE_PUSHOVER_ANALYSIS_SETTINGS\x10\xa7\x01\x12\x30\n+OBJECT_TYPE_RELATIONSHIP_BETWEEN_LOAD_CASES\x10\xab\x01\x12\"\n\x1dOBJECT_TYPE_RESPONSE_SPECTRUM\x10\xca\x01\x12#\n\x1eOBJECT_TYPE_RESULT_COMBINATION\x10\xa0\x01\x12+\n&OBJECT_TYPE_ROUGHNESS_AND_PERMEABILITY\x10\x8a\x01\x12\x17\n\x13OBJECT_TYPE_SECTION\x10\x15\x12 \n\x1bOBJECT_TYPE_SHRINK_WRAPPING\x10\x89\x01\x12\"\n\x1dOBJECT_TYPE_SINGLE_FOUNDATION\x10\x86\x01\x12+\n&OBJECT_TYPE_SPECTRAL_ANALYSIS_SETTINGS\x10\xa5\x01\x12,\n\'OBJECT_TYPE_STABILITY_ANALYSIS_SETTINGS\x10\xa3\x01\x12)\n$OBJECT_TYPE_STATIC_ANALYSIS_SETTINGS\x10\xa1\x01\x12)\n%OBJECT_TYPE_STEEL_BOUNDARY_CONDITIONS\x10x\x12.\n)OBJECT_TYPE_STEEL_DESIGN_FR_CONFIGURATION\x10\xd3\x01\x12\x33\n.OBJECT_TYPE_STEEL_DESIGN_SEISMIC_CONFIGURATION\x10\xd4\x01\x12/\n*OBJECT_TYPE_STEEL_DESIGN_SLS_CONFIGURATION\x10\xd2\x01\x12/\n*OBJECT_TYPE_STEEL_DESIGN_ULS_CONFIGURATION\x10\xd1\x01\x12\'\n#OBJECT_TYPE_STEEL_EFFECTIVE_LENGTHS\x10w\x12\x34\n0OBJECT_TYPE_STEEL_MEMBER_LOCAL_SECTION_REDUCTION\x10z\x12,\n(OBJECT_TYPE_STEEL_MEMBER_TRANSVERSE_WELD\x10y\x12&\n\"OBJECT_TYPE_STRUCTURE_MODIFICATION\x10,\x12\x18\n\x13OBJECT_TYPE_TERRAIN\x10\xf1\x01\x12\x17\n\x13OBJECT_TYPE_TEXTURE\x10\x66\x12/\n*OBJECT_TYPE_TIMBER_DESIGN_FR_CONFIGURATION\x10\xe0\x01\x12\x30\n+OBJECT_TYPE_TIMBER_DESIGN_SLS_CONFIGURATION\x10\xdf\x01\x12\x30\n+OBJECT_TYPE_TIMBER_DESIGN_ULS_CONFIGURATION\x10\xde\x01\x12(\n$OBJECT_TYPE_TIMBER_EFFECTIVE_LENGTHS\x10{\x12\x35\n1OBJECT_TYPE_TIMBER_MEMBER_LOCAL_SECTION_REDUCTION\x10\x7f\x12%\n!OBJECT_TYPE_TIMBER_MOISTURE_CLASS\x10}\x12\"\n\x1dOBJECT_TYPE_TIMBER_SCREW_TYPE\x10\x80\x01\x12$\n OBJECT_TYPE_TIMBER_SERVICE_CLASS\x10|\x12)\n%OBJECT_TYPE_TIMBER_SERVICE_CONDITIONS\x10~\x12\x1d\n\x18OBJECT_TYPE_TIME_DIAGRAM\x10\xcb\x01\x12/\n*OBJECT_TYPE_TIME_HISTORY_ANALYSIS_SETTINGS\x10\xa6\x01\x12\x1d\n\x19OBJECT_TYPE_VISUAL_OBJECT\x10\x65\x12\x1d\n\x18OBJECT_TYPE_WIND_PROFILE\x10\x99\x01\x12 \n\x1bOBJECT_TYPE_WIND_SIMULATION\x10\x9a\x01\x12\x32\n-OBJECT_TYPE_WIND_SIMULATION_ANALYSIS_SETTINGS\x10\xa8\x01\x62\x06proto3')
|
|
28
28
|
|
|
29
29
|
_globals = globals()
|
|
30
30
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -32,5 +32,5 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rstab.object_typ
|
|
|
32
32
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
33
|
DESCRIPTOR._loaded_options = None
|
|
34
34
|
_globals['_OBJECTTYPE']._serialized_start=57
|
|
35
|
-
_globals['_OBJECTTYPE']._serialized_end=
|
|
35
|
+
_globals['_OBJECTTYPE']._serialized_end=4682
|
|
36
36
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -93,7 +93,9 @@ class ObjectType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
|
93
93
|
OBJECT_TYPE_RELATIONSHIP_BETWEEN_LOAD_CASES: _ClassVar[ObjectType]
|
|
94
94
|
OBJECT_TYPE_RESPONSE_SPECTRUM: _ClassVar[ObjectType]
|
|
95
95
|
OBJECT_TYPE_RESULT_COMBINATION: _ClassVar[ObjectType]
|
|
96
|
+
OBJECT_TYPE_ROUGHNESS_AND_PERMEABILITY: _ClassVar[ObjectType]
|
|
96
97
|
OBJECT_TYPE_SECTION: _ClassVar[ObjectType]
|
|
98
|
+
OBJECT_TYPE_SHRINK_WRAPPING: _ClassVar[ObjectType]
|
|
97
99
|
OBJECT_TYPE_SINGLE_FOUNDATION: _ClassVar[ObjectType]
|
|
98
100
|
OBJECT_TYPE_SPECTRAL_ANALYSIS_SETTINGS: _ClassVar[ObjectType]
|
|
99
101
|
OBJECT_TYPE_STABILITY_ANALYSIS_SETTINGS: _ClassVar[ObjectType]
|
|
@@ -211,7 +213,9 @@ OBJECT_TYPE_PUSHOVER_ANALYSIS_SETTINGS: ObjectType
|
|
|
211
213
|
OBJECT_TYPE_RELATIONSHIP_BETWEEN_LOAD_CASES: ObjectType
|
|
212
214
|
OBJECT_TYPE_RESPONSE_SPECTRUM: ObjectType
|
|
213
215
|
OBJECT_TYPE_RESULT_COMBINATION: ObjectType
|
|
216
|
+
OBJECT_TYPE_ROUGHNESS_AND_PERMEABILITY: ObjectType
|
|
214
217
|
OBJECT_TYPE_SECTION: ObjectType
|
|
218
|
+
OBJECT_TYPE_SHRINK_WRAPPING: ObjectType
|
|
215
219
|
OBJECT_TYPE_SINGLE_FOUNDATION: ObjectType
|
|
216
220
|
OBJECT_TYPE_SPECTRAL_ANALYSIS_SETTINGS: ObjectType
|
|
217
221
|
OBJECT_TYPE_STABILITY_ANALYSIS_SETTINGS: ObjectType
|