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.

Files changed (61) hide show
  1. dlubal/api/rfem/__init__.py +1 -0
  2. dlubal/api/rfem/application.py +17 -17
  3. dlubal/api/rfem/base_data_objects/terrain_pb2.py +8 -8
  4. dlubal/api/rfem/base_data_objects/terrain_pb2.pyi +6 -2
  5. dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +1 -1
  6. dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +2 -2
  7. dlubal/api/rfem/guide_objects/visual_object_pb2.py +6 -6
  8. dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +10 -2
  9. dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.py +12 -12
  10. dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.pyi +10 -2
  11. dlubal/api/rfem/layout_and_drawing/cad_line_pb2.py +13 -13
  12. dlubal/api/rfem/layout_and_drawing/cad_line_pb2.pyi +2 -0
  13. dlubal/api/rfem/mesh/mesh_settings_pb2.py +7 -11
  14. dlubal/api/rfem/mesh/mesh_settings_pb2.pyi +18 -76
  15. dlubal/api/rfem/object_type_pb2.py +2 -2
  16. dlubal/api/rfem/object_type_pb2.pyi +4 -0
  17. dlubal/api/rfem/structure_core/line_pb2.py +17 -17
  18. dlubal/api/rfem/structure_core/line_pb2.pyi +2 -0
  19. dlubal/api/rfem/structure_core/member_pb2.py +190 -190
  20. dlubal/api/rfem/structure_core/member_pb2.pyi +14 -2
  21. dlubal/api/rfem/structure_core/member_representative_pb2.py +286 -286
  22. dlubal/api/rfem/structure_core/member_representative_pb2.pyi +14 -2
  23. dlubal/api/rfem/structure_core/member_set_representative_pb2.py +404 -404
  24. dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +14 -2
  25. dlubal/api/rfem/structure_core/solid_pb2.py +28 -28
  26. dlubal/api/rfem/structure_core/solid_pb2.pyi +10 -2
  27. dlubal/api/rfem/structure_core/surface_pb2.py +62 -62
  28. dlubal/api/rfem/structure_core/surface_pb2.pyi +14 -2
  29. dlubal/api/rfem/types_for_wind_simulation/__init__.py +2 -0
  30. dlubal/api/rfem/types_for_wind_simulation/roughness_and_permeability_pb2.py +40 -0
  31. dlubal/api/rfem/types_for_wind_simulation/roughness_and_permeability_pb2.pyi +85 -0
  32. dlubal/api/rfem/types_for_wind_simulation/shrink_wrapping_pb2.py +40 -0
  33. dlubal/api/rfem/types_for_wind_simulation/shrink_wrapping_pb2.pyi +59 -0
  34. dlubal/api/rsection/application.py +16 -0
  35. dlubal/api/rstab/__init__.py +1 -0
  36. dlubal/api/rstab/application.py +17 -17
  37. dlubal/api/rstab/base_data_objects/terrain_pb2.py +8 -8
  38. dlubal/api/rstab/base_data_objects/terrain_pb2.pyi +6 -2
  39. dlubal/api/rstab/guide_objects/visual_object_pb2.py +6 -6
  40. dlubal/api/rstab/guide_objects/visual_object_pb2.pyi +10 -2
  41. dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.py +12 -12
  42. dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.pyi +10 -2
  43. dlubal/api/rstab/object_type_pb2.py +2 -2
  44. dlubal/api/rstab/object_type_pb2.pyi +4 -0
  45. dlubal/api/rstab/structure_core/member_pb2.py +178 -178
  46. dlubal/api/rstab/structure_core/member_pb2.pyi +14 -2
  47. dlubal/api/rstab/structure_core/member_representative_pb2.py +274 -274
  48. dlubal/api/rstab/structure_core/member_representative_pb2.pyi +14 -2
  49. dlubal/api/rstab/structure_core/member_set_representative_pb2.py +394 -394
  50. dlubal/api/rstab/structure_core/member_set_representative_pb2.pyi +14 -2
  51. dlubal/api/rstab/types_for_wind_simulation/__init__.py +2 -0
  52. dlubal/api/rstab/types_for_wind_simulation/roughness_and_permeability_pb2.py +40 -0
  53. dlubal/api/rstab/types_for_wind_simulation/roughness_and_permeability_pb2.pyi +81 -0
  54. dlubal/api/rstab/types_for_wind_simulation/shrink_wrapping_pb2.py +40 -0
  55. dlubal/api/rstab/types_for_wind_simulation/shrink_wrapping_pb2.pyi +55 -0
  56. {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.2.dist-info}/METADATA +2 -2
  57. {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.2.dist-info}/RECORD +61 -51
  58. examples/rfem/import_from_ifc.py +3 -3
  59. examples/rstab/import_from_ifc.py +1 -1
  60. {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.2.dist-info}/WHEEL +0 -0
  61. {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.2.dist-info}/top_level.txt +0 -0
@@ -30,6 +30,7 @@ from . import geotechnical_analysis
30
30
  from . import loading
31
31
  from . import foundation_design_objects
32
32
  from . import types_for_special_objects
33
+ from . import types_for_wind_simulation
33
34
  from . import stress_analysis_objects
34
35
  from . import global_parameters
35
36
  from . import load_wizards
@@ -122,11 +122,11 @@ class Application:
122
122
  # Functions using packing
123
123
  def get_object(self, obj, model_id: ModelId | None = None):
124
124
  """
125
- Retrieves a single object from the model using its number.
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. See :ref:`rfem_objects`.
129
+ An object to be retrieved.
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. See :ref:`rfem_objects`.
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. See :ref:`rfem_objects`.
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. See :ref:`rfem_objects`.
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. See :ref:`rfem_objects`.
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. See :ref:`rfem_objects`.
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 defined by its number. See :ref:`rfem_objects`.
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. See :ref:`rfem_objects`.
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. See :ref:`rfem_objects`.
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
 
@@ -277,9 +277,9 @@ class Application:
277
277
  filters (:ref:`rfem_results_results_query_ResultsFilter` | None):
278
278
  One or more filters to return only relevant results.
279
279
  member_axes_system (:ref:`rfem_results_settings_result_settings_MemberAxesSystem` | None):
280
- The axes system to use for member results.
280
+ The axes system to use for member results. If not provided, it defaults to ``MEMBER_AXES_SYSTEM_MEMBER_AXES_X_Y_Z``.
281
281
  support_coordinate_system (:ref:`rfem_results_settings_result_settings_CoordinateSystem` | None):
282
- The coordinate system to use for support results.
282
+ The coordinate system to use for support results. If not provided, it defaults to ``COORDINATE_SYSTEM_LOCAL``.
283
283
  model_id (:ref:`common_model_id_ModelId` | None):
284
284
  Unique identifier of the model. If None, the active model is used.
285
285
 
@@ -326,9 +326,9 @@ class Application:
326
326
  loading (:ref:`rfem_object_id_ObjectId`):
327
327
  Reference to the loading (e.g., load case, combination, etc.).
328
328
  member_axes_system (:ref:`rfem_results_settings_result_settings_MemberAxesSystem` | None):
329
- The axes system to use for member results.
329
+ The axes system to use for member results. If not provided, it defaults to ``MEMBER_AXES_SYSTEM_MEMBER_AXES_X_Y_Z``.
330
330
  support_coordinate_system (:ref:`rfem_results_settings_result_settings_CoordinateSystem` | None):
331
- The coordinate system to use for support results.
331
+ The coordinate system to use for support results. If not provided, it defaults to ``COORDINATE_SYSTEM_LOCAL``.
332
332
  model_id (:ref:`common_model_id_ModelId` | None):
333
333
  Unique identifier of the model. If None, the active model is used.
334
334
 
@@ -358,14 +358,14 @@ class Application:
358
358
 
359
359
  return convert_table_data_to_table(table_data=results, warning=warning)
360
360
 
361
- def convert_objects(self, *, convert_into: ConvertObjectInto, objects: list, model_id: ModelId | None = None):
361
+ def convert_objects(self, *, convert_into: ConvertObjectInto, objs: list, model_id: ModelId | None = None):
362
362
  """
363
363
  Converts specified objects into a different type.
364
364
 
365
365
  Args:
366
366
  convert_into (:ref:`common_common_messages_ConvertObjectInto`):
367
367
  Specifies the target conversion type.
368
- objects (list):
368
+ objs (list):
369
369
  Objects to be converted.
370
370
  model_id (:ref:`common_model_id_ModelId` | None):
371
371
  Unique identifier of the model. If None, the active model is used.
@@ -373,7 +373,7 @@ class Application:
373
373
  Returns:
374
374
  None
375
375
  """
376
- request = ConvertObjectsRequest(convert_into=convert_into, objects=pack_object_list(objects, model_id))
376
+ request = ConvertObjectsRequest(convert_into=convert_into, objects=pack_object_list(objs, model_id))
377
377
  self.stub.convert_objects_impl(request)
378
378
 
379
379
  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'\n/dlubal/api/rfem/base_data_objects/terrain.proto\x12!dlubal.api.rfem.base_data_objects\"\xf9\x08\n\x07Terrain\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x42\n\x04type\x18\x02 \x01(\x0e\x32/.dlubal.api.rfem.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\x12S\n\rterrain_table\x18\n \x01(\x0b\x32\x37.dlubal.api.rfem.base_data_objects.Terrain.TerrainTableH\t\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x0b \x01(\tH\n\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x0c \x01(\tH\x0b\x88\x01\x01\x1aX\n\x0cTerrainTable\x12H\n\x04rows\x18\x01 \x03(\x0b\x32:.dlubal.api.rfem.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\"\x85\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\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\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
27
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n/dlubal/api/rfem/base_data_objects/terrain.proto\x12!dlubal.api.rfem.base_data_objects\"\xc1\t\n\x07Terrain\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x42\n\x04type\x18\x02 \x01(\x0e\x32/.dlubal.api.rfem.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\x12S\n\rterrain_table\x18\n \x01(\x0b\x32\x37.dlubal.api.rfem.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\x1aX\n\x0cTerrainTable\x12H\n\x04rows\x18\x01 \x03(\x0b\x32:.dlubal.api.rfem.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.rfem.base_data_o
32
32
  if not _descriptor._USE_C_DESCRIPTORS:
33
33
  DESCRIPTOR._loaded_options = None
34
34
  _globals['_TERRAIN']._serialized_start=87
35
- _globals['_TERRAIN']._serialized_end=1232
36
- _globals['_TERRAIN_TERRAINTABLE']._serialized_start=569
37
- _globals['_TERRAIN_TERRAINTABLE']._serialized_end=657
38
- _globals['_TERRAIN_TERRAINTABLEROW']._serialized_start=660
39
- _globals['_TERRAIN_TERRAINTABLEROW']._serialized_end=851
40
- _globals['_TERRAIN_TYPE']._serialized_start=854
41
- _globals['_TERRAIN_TYPE']._serialized_end=987
35
+ _globals['_TERRAIN']._serialized_end=1304
36
+ _globals['_TERRAIN_TERRAINTABLE']._serialized_start=594
37
+ _globals['_TERRAIN_TERRAINTABLE']._serialized_end=682
38
+ _globals['_TERRAIN_TERRAINTABLEROW']._serialized_start=685
39
+ _globals['_TERRAIN_TERRAINTABLEROW']._serialized_end=876
40
+ _globals['_TERRAIN_TYPE']._serialized_start=879
41
+ _globals['_TERRAIN_TYPE']._serialized_end=1044
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'\n7dlubal/api/rfem/geotechnical_analysis/soil_massif.proto\x12%dlubal.api.rfem.geotechnical_analysis\x1a\x1e\x64lubal/api/common/common.proto\"\xe5\"\n\nSoilMassif\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12I\n\x04type\x18\x02 \x01(\x0e\x32\x36.dlubal.api.rfem.geotechnical_analysis.SoilMassif.TypeH\x01\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12\x11\n\x04name\x18\x04 \x01(\tH\x03\x88\x01\x01\x12_\n\x10\x61ssigned_to_type\x18\x05 \x01(\x0e\x32@.dlubal.api.rfem.geotechnical_analysis.SoilMassif.AssignedToTypeH\x04\x88\x01\x01\x12\x1d\n\x15\x61ssigned_to_boreholes\x18\x06 \x03(\x05\x12\x1a\n\x12\x61ssigned_to_solids\x18\x07 \x03(\x05\x12\x1e\n\x16\x61ssigned_to_solid_sets\x18\x08 \x03(\x05\x12.\n!assigned_to_solids_and_solid_sets\x18\t \x01(\tH\x05\x88\x01\x01\x12Z\n\rtopology_type\x18\n \x01(\x0e\x32>.dlubal.api.rfem.geotechnical_analysis.SoilMassif.TopologyTypeH\x06\x88\x01\x01\x12)\n\x1c\x64\x65pth_according_to_boreholes\x18\x0b \x01(\x08H\x07\x88\x01\x01\x12)\n\x1c\x64iameter_for_circle_topology\x18\x0c \x01(\x01H\x08\x88\x01\x01\x12+\n#boundary_lines_for_polygon_topology\x18\r \x03(\x05\x12\x8a\x01\n$boundary_points_for_polygon_topology\x18\x0e \x01(\x0b\x32W.dlubal.api.rfem.geotechnical_analysis.SoilMassif.BoundaryPointsForPolygonTopologyTableH\t\x88\x01\x01\x12\x15\n\x08\x63\x65nter_x\x18\x0f \x01(\x01H\n\x88\x01\x01\x12\x15\n\x08\x63\x65nter_y\x18\x10 \x01(\x01H\x0b\x88\x01\x01\x12.\n\x04size\x18\x11 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x0c\x88\x01\x01\x12\x13\n\x06size_x\x18\x12 \x01(\x01H\r\x88\x01\x01\x12\x13\n\x06size_y\x18\x13 \x01(\x01H\x0e\x88\x01\x01\x12\x13\n\x06size_z\x18\x14 \x01(\x01H\x0f\x88\x01\x01\x12\x1d\n\x10rotation_about_z\x18\x15 \x01(\x01H\x10\x88\x01\x01\x12\x18\n\x0bgroundwater\x18\x16 \x01(\x08H\x11\x88\x01\x01\x12 \n\x13groundwater_surface\x18\x17 \x01(\x05H\x12\x88\x01\x01\x12Z\n\ranalysis_type\x18\x18 \x01(\x0e\x32>.dlubal.api.rfem.geotechnical_analysis.SoilMassif.AnalysisTypeH\x13\x88\x01\x01\x12\'\n\x1amapped_mesh_under_surfaces\x18\x19 \x01(\x08H\x14\x88\x01\x01\x12 \n\x18surfaces_for_mapped_mesh\x18\x1a \x03(\x05\x12*\n\x1duser_defined_gradient_enabled\x18\x1b \x01(\x08H\x15\x88\x01\x01\x12/\n\"gradient_of_size_increase_in_depth\x18\x1c \x01(\x01H\x16\x88\x01\x01\x12&\n\x1egenerate_supports_for_surfaces\x18\x1d \x03(\x05\x12\x38\n+auto_detect_surfaces_for_generated_supports\x18\x1e \x01(\x08H\x17\x88\x01\x01\x12i\n\x15generate_supports_for\x18\x1f \x01(\x0e\x32\x45.dlubal.api.rfem.geotechnical_analysis.SoilMassif.GenerateSupportsForH\x18\x88\x01\x01\x12+\n\x1e\x63ontact_failure_in_z_direction\x18 \x01(\x08H\x19\x88\x01\x01\x12\x1f\n\x12spring_constant_ux\x18! \x01(\x01H\x1a\x88\x01\x01\x12\x1f\n\x12spring_constant_uy\x18\" \x01(\x01H\x1b\x88\x01\x01\x12u\n\x1c\x64\x65pth_of_influence_zone_type\x18# \x01(\x0e\x32J.dlubal.api.rfem.geotechnical_analysis.SoilMassif.DepthOfInfluenceZoneTypeH\x1c\x88\x01\x01\x12$\n\x17\x64\x65pth_of_influence_zone\x18$ \x01(\x01H\x1d\x88\x01\x01\x12$\n\x17rock_beneath_last_layer\x18% \x01(\x08H\x1e\x88\x01\x01\x12\x33\n&is_interlayer_surface_settings_enabled\x18& \x01(\x08H\x1f\x88\x01\x01\x12(\n\x1bnumber_of_sampling_points_x\x18\' \x01(\x05H \x88\x01\x01\x12(\n\x1bnumber_of_sampling_points_y\x18( \x01(\x05H!\x88\x01\x01\x12&\n\x19solid_layers_by_fe_solids\x18) \x01(\x08H\"\x88\x01\x01\x12q\n\x19settlement_causing_stress\x18* \x01(\x0e\x32I.dlubal.api.rfem.geotechnical_analysis.SoilMassif.SettlementCausingStressH#\x88\x01\x01\x12)\n\x1cstress_ratio_for_limit_depth\x18+ \x01(\x01H$\x88\x01\x01\x12\"\n\x15reduction_coefficient\x18, \x01(\x01H%\x88\x01\x01\x12\x14\n\x07\x63omment\x18- \x01(\tH&\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\x1a\x8c\x01\n%BoundaryPointsForPolygonTopologyTable\x12\x63\n\x04rows\x18\x01 \x03(\x0b\x32U.dlubal.api.rfem.geotechnical_analysis.SoilMassif.BoundaryPointsForPolygonTopologyRow\x1a\xa9\x01\n#BoundaryPointsForPolygonTopologyRow\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\x0e\n\x01x\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x0e\n\x01y\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x0e\n\x01z\x18\x05 \x01(\x01H\x04\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x04\n\x02_xB\x04\n\x02_yB\x04\n\x02_z\"+\n\x04Type\x12\x10\n\x0cTYPE_PHANTOM\x10\x00\x12\x11\n\rTYPE_STANDARD\x10\x01\"R\n\x0e\x41ssignedToType\x12\x1e\n\x1a\x41SSIGNED_TO_TYPE_BOREHOLES\x10\x00\x12 \n\x1c\x41SSIGNED_TO_TYPE_SOIL_SOLIDS\x10\x01\"\x87\x01\n\x0cTopologyType\x12\x1b\n\x17TOPOLOGY_TYPE_RECTANGLE\x10\x00\x12\x18\n\x14TOPOLOGY_TYPE_CIRCLE\x10\x01\x12\x19\n\x15TOPOLOGY_TYPE_POLYGON\x10\x02\x12%\n!TOPOLOGY_TYPE_POLYGON_FROM_POINTS\x10\x03\"\x90\x01\n\x0c\x41nalysisType\x12\'\n#ANALYSIS_TYPE_FINITE_ELEMENT_METHOD\x10\x00\x12,\n(ANALYSIS_TYPE_CONSTRAINED_MODULUS_METHOD\x10\x02\x12)\n%ANALYSIS_TYPE_SUBGRADE_REACTION_MODEL\x10\x01\"\x93\x01\n\x13GenerateSupportsFor\x12.\n*GENERATE_SUPPORTS_FOR_SURFACES_LINES_NODES\x10\x00\x12\"\n\x1eGENERATE_SUPPORTS_FOR_SURFACES\x10\x02\x12(\n$GENERATE_SUPPORTS_FOR_SURFACES_LINES\x10\x01\"u\n\x18\x44\x65pthOfInfluenceZoneType\x12)\n%DEPTH_OF_INFLUENCE_ZONE_TYPE_MANUALLY\x10\x00\x12.\n*DEPTH_OF_INFLUENCE_ZONE_TYPE_AUTOMATICALLY\x10\x01\"\xad\x01\n\x17SettlementCausingStress\x12*\n&SETTLEMENT_CAUSING_STRESS_NO_REDUCTION\x10\x00\x12.\n*SETTLEMENT_CAUSING_STRESS_REDUCTION_GLOBAL\x10\x02\x12\x36\n2SETTLEMENT_CAUSING_STRESS_REDUCTION_MATERIAL_BASED\x10\x01\x42\x05\n\x03_noB\x07\n\x05_typeB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x13\n\x11_assigned_to_typeB$\n\"_assigned_to_solids_and_solid_setsB\x10\n\x0e_topology_typeB\x1f\n\x1d_depth_according_to_boreholesB\x1f\n\x1d_diameter_for_circle_topologyB\'\n%_boundary_points_for_polygon_topologyB\x0b\n\t_center_xB\x0b\n\t_center_yB\x07\n\x05_sizeB\t\n\x07_size_xB\t\n\x07_size_yB\t\n\x07_size_zB\x13\n\x11_rotation_about_zB\x0e\n\x0c_groundwaterB\x16\n\x14_groundwater_surfaceB\x10\n\x0e_analysis_typeB\x1d\n\x1b_mapped_mesh_under_surfacesB \n\x1e_user_defined_gradient_enabledB%\n#_gradient_of_size_increase_in_depthB.\n,_auto_detect_surfaces_for_generated_supportsB\x18\n\x16_generate_supports_forB!\n\x1f_contact_failure_in_z_directionB\x15\n\x13_spring_constant_uxB\x15\n\x13_spring_constant_uyB\x1f\n\x1d_depth_of_influence_zone_typeB\x1a\n\x18_depth_of_influence_zoneB\x1a\n\x18_rock_beneath_last_layerB)\n\'_is_interlayer_surface_settings_enabledB\x1e\n\x1c_number_of_sampling_points_xB\x1e\n\x1c_number_of_sampling_points_yB\x1c\n\x1a_solid_layers_by_fe_solidsB\x1c\n\x1a_settlement_causing_stressB\x1f\n\x1d_stress_ratio_for_limit_depthB\x18\n\x16_reduction_coefficientB\n\n\x08_commentB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
28
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n7dlubal/api/rfem/geotechnical_analysis/soil_massif.proto\x12%dlubal.api.rfem.geotechnical_analysis\x1a\x1e\x64lubal/api/common/common.proto\"\xe5\"\n\nSoilMassif\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12I\n\x04type\x18\x02 \x01(\x0e\x32\x36.dlubal.api.rfem.geotechnical_analysis.SoilMassif.TypeH\x01\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12\x11\n\x04name\x18\x04 \x01(\tH\x03\x88\x01\x01\x12_\n\x10\x61ssigned_to_type\x18\x05 \x01(\x0e\x32@.dlubal.api.rfem.geotechnical_analysis.SoilMassif.AssignedToTypeH\x04\x88\x01\x01\x12\x1d\n\x15\x61ssigned_to_boreholes\x18\x06 \x03(\x05\x12\x1a\n\x12\x61ssigned_to_solids\x18\x07 \x03(\x05\x12\x1e\n\x16\x61ssigned_to_solid_sets\x18\x08 \x03(\x05\x12.\n!assigned_to_solids_and_solid_sets\x18\t \x01(\tH\x05\x88\x01\x01\x12Z\n\rtopology_type\x18\n \x01(\x0e\x32>.dlubal.api.rfem.geotechnical_analysis.SoilMassif.TopologyTypeH\x06\x88\x01\x01\x12)\n\x1c\x64\x65pth_according_to_boreholes\x18\x0b \x01(\x08H\x07\x88\x01\x01\x12)\n\x1c\x64iameter_for_circle_topology\x18\x0c \x01(\x01H\x08\x88\x01\x01\x12+\n#boundary_lines_for_polygon_topology\x18\r \x03(\x05\x12\x8a\x01\n$boundary_points_for_polygon_topology\x18\x0e \x01(\x0b\x32W.dlubal.api.rfem.geotechnical_analysis.SoilMassif.BoundaryPointsForPolygonTopologyTableH\t\x88\x01\x01\x12\x15\n\x08\x63\x65nter_x\x18\x0f \x01(\x01H\n\x88\x01\x01\x12\x15\n\x08\x63\x65nter_y\x18\x10 \x01(\x01H\x0b\x88\x01\x01\x12.\n\x04size\x18\x11 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x0c\x88\x01\x01\x12\x13\n\x06size_x\x18\x12 \x01(\x01H\r\x88\x01\x01\x12\x13\n\x06size_y\x18\x13 \x01(\x01H\x0e\x88\x01\x01\x12\x13\n\x06size_z\x18\x14 \x01(\x01H\x0f\x88\x01\x01\x12\x1d\n\x10rotation_about_z\x18\x15 \x01(\x01H\x10\x88\x01\x01\x12\x18\n\x0bgroundwater\x18\x16 \x01(\x08H\x11\x88\x01\x01\x12 \n\x13groundwater_surface\x18\x17 \x01(\x05H\x12\x88\x01\x01\x12Z\n\ranalysis_type\x18\x18 \x01(\x0e\x32>.dlubal.api.rfem.geotechnical_analysis.SoilMassif.AnalysisTypeH\x13\x88\x01\x01\x12\'\n\x1amapped_mesh_under_surfaces\x18\x19 \x01(\x08H\x14\x88\x01\x01\x12 \n\x18surfaces_for_mapped_mesh\x18\x1a \x03(\x05\x12*\n\x1duser_defined_gradient_enabled\x18\x1b \x01(\x08H\x15\x88\x01\x01\x12/\n\"gradient_of_size_increase_in_depth\x18\x1c \x01(\x01H\x16\x88\x01\x01\x12&\n\x1egenerate_supports_for_surfaces\x18\x1d \x03(\x05\x12\x38\n+auto_detect_surfaces_for_generated_supports\x18\x1e \x01(\x08H\x17\x88\x01\x01\x12i\n\x15generate_supports_for\x18\x1f \x01(\x0e\x32\x45.dlubal.api.rfem.geotechnical_analysis.SoilMassif.GenerateSupportsForH\x18\x88\x01\x01\x12+\n\x1e\x63ontact_failure_in_z_direction\x18 \x01(\x08H\x19\x88\x01\x01\x12\x1f\n\x12spring_constant_ux\x18! \x01(\x01H\x1a\x88\x01\x01\x12\x1f\n\x12spring_constant_uy\x18\" \x01(\x01H\x1b\x88\x01\x01\x12u\n\x1c\x64\x65pth_of_influence_zone_type\x18# \x01(\x0e\x32J.dlubal.api.rfem.geotechnical_analysis.SoilMassif.DepthOfInfluenceZoneTypeH\x1c\x88\x01\x01\x12$\n\x17\x64\x65pth_of_influence_zone\x18$ \x01(\x01H\x1d\x88\x01\x01\x12$\n\x17rock_beneath_last_layer\x18% \x01(\x08H\x1e\x88\x01\x01\x12\x33\n&is_interlayer_surface_settings_enabled\x18& \x01(\x08H\x1f\x88\x01\x01\x12(\n\x1bnumber_of_sampling_points_x\x18\' \x01(\x05H \x88\x01\x01\x12(\n\x1bnumber_of_sampling_points_y\x18( \x01(\x05H!\x88\x01\x01\x12&\n\x19solid_layers_by_fe_solids\x18) \x01(\x08H\"\x88\x01\x01\x12q\n\x19settlement_causing_stress\x18* \x01(\x0e\x32I.dlubal.api.rfem.geotechnical_analysis.SoilMassif.SettlementCausingStressH#\x88\x01\x01\x12)\n\x1cstress_ratio_for_limit_depth\x18+ \x01(\x01H$\x88\x01\x01\x12\"\n\x15reduction_coefficient\x18, \x01(\x01H%\x88\x01\x01\x12\x14\n\x07\x63omment\x18- \x01(\tH&\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\x1a\x8c\x01\n%BoundaryPointsForPolygonTopologyTable\x12\x63\n\x04rows\x18\x01 \x03(\x0b\x32U.dlubal.api.rfem.geotechnical_analysis.SoilMassif.BoundaryPointsForPolygonTopologyRow\x1a\xa9\x01\n#BoundaryPointsForPolygonTopologyRow\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\x0e\n\x01x\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x0e\n\x01y\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x0e\n\x01z\x18\x05 \x01(\x01H\x04\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x04\n\x02_xB\x04\n\x02_yB\x04\n\x02_z\"+\n\x04Type\x12\x10\n\x0cTYPE_PHANTOM\x10\x00\x12\x11\n\rTYPE_STANDARD\x10\x01\"R\n\x0e\x41ssignedToType\x12\x1e\n\x1a\x41SSIGNED_TO_TYPE_BOREHOLES\x10\x00\x12 \n\x1c\x41SSIGNED_TO_TYPE_SOIL_SOLIDS\x10\x01\"\x87\x01\n\x0cTopologyType\x12\x1b\n\x17TOPOLOGY_TYPE_RECTANGLE\x10\x00\x12\x18\n\x14TOPOLOGY_TYPE_CIRCLE\x10\x01\x12\x19\n\x15TOPOLOGY_TYPE_POLYGON\x10\x02\x12%\n!TOPOLOGY_TYPE_POLYGON_FROM_POINTS\x10\x03\"\x90\x01\n\x0c\x41nalysisType\x12\'\n#ANALYSIS_TYPE_FINITE_ELEMENT_METHOD\x10\x00\x12,\n(ANALYSIS_TYPE_ADVANCED_HALF_SPACE_METHOD\x10\x02\x12)\n%ANALYSIS_TYPE_SUBGRADE_REACTION_MODEL\x10\x01\"\x93\x01\n\x13GenerateSupportsFor\x12.\n*GENERATE_SUPPORTS_FOR_SURFACES_LINES_NODES\x10\x00\x12\"\n\x1eGENERATE_SUPPORTS_FOR_SURFACES\x10\x02\x12(\n$GENERATE_SUPPORTS_FOR_SURFACES_LINES\x10\x01\"u\n\x18\x44\x65pthOfInfluenceZoneType\x12)\n%DEPTH_OF_INFLUENCE_ZONE_TYPE_MANUALLY\x10\x00\x12.\n*DEPTH_OF_INFLUENCE_ZONE_TYPE_AUTOMATICALLY\x10\x01\"\xad\x01\n\x17SettlementCausingStress\x12*\n&SETTLEMENT_CAUSING_STRESS_NO_REDUCTION\x10\x00\x12.\n*SETTLEMENT_CAUSING_STRESS_REDUCTION_GLOBAL\x10\x02\x12\x36\n2SETTLEMENT_CAUSING_STRESS_REDUCTION_MATERIAL_BASED\x10\x01\x42\x05\n\x03_noB\x07\n\x05_typeB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x13\n\x11_assigned_to_typeB$\n\"_assigned_to_solids_and_solid_setsB\x10\n\x0e_topology_typeB\x1f\n\x1d_depth_according_to_boreholesB\x1f\n\x1d_diameter_for_circle_topologyB\'\n%_boundary_points_for_polygon_topologyB\x0b\n\t_center_xB\x0b\n\t_center_yB\x07\n\x05_sizeB\t\n\x07_size_xB\t\n\x07_size_yB\t\n\x07_size_zB\x13\n\x11_rotation_about_zB\x0e\n\x0c_groundwaterB\x16\n\x14_groundwater_surfaceB\x10\n\x0e_analysis_typeB\x1d\n\x1b_mapped_mesh_under_surfacesB \n\x1e_user_defined_gradient_enabledB%\n#_gradient_of_size_increase_in_depthB.\n,_auto_detect_surfaces_for_generated_supportsB\x18\n\x16_generate_supports_forB!\n\x1f_contact_failure_in_z_directionB\x15\n\x13_spring_constant_uxB\x15\n\x13_spring_constant_uyB\x1f\n\x1d_depth_of_influence_zone_typeB\x1a\n\x18_depth_of_influence_zoneB\x1a\n\x18_rock_beneath_last_layerB)\n\'_is_interlayer_surface_settings_enabledB\x1e\n\x1c_number_of_sampling_points_xB\x1e\n\x1c_number_of_sampling_points_yB\x1c\n\x1a_solid_layers_by_fe_solidsB\x1c\n\x1a_settlement_causing_stressB\x1f\n\x1d_stress_ratio_for_limit_depthB\x18\n\x16_reduction_coefficientB\n\n\x08_commentB\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)
@@ -34,10 +34,10 @@ class SoilMassif(_message.Message):
34
34
  class AnalysisType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
35
35
  __slots__ = ()
36
36
  ANALYSIS_TYPE_FINITE_ELEMENT_METHOD: _ClassVar[SoilMassif.AnalysisType]
37
- ANALYSIS_TYPE_CONSTRAINED_MODULUS_METHOD: _ClassVar[SoilMassif.AnalysisType]
37
+ ANALYSIS_TYPE_ADVANCED_HALF_SPACE_METHOD: _ClassVar[SoilMassif.AnalysisType]
38
38
  ANALYSIS_TYPE_SUBGRADE_REACTION_MODEL: _ClassVar[SoilMassif.AnalysisType]
39
39
  ANALYSIS_TYPE_FINITE_ELEMENT_METHOD: SoilMassif.AnalysisType
40
- ANALYSIS_TYPE_CONSTRAINED_MODULUS_METHOD: SoilMassif.AnalysisType
40
+ ANALYSIS_TYPE_ADVANCED_HALF_SPACE_METHOD: SoilMassif.AnalysisType
41
41
  ANALYSIS_TYPE_SUBGRADE_REACTION_MODEL: SoilMassif.AnalysisType
42
42
  class GenerateSupportsFor(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
43
43
  __slots__ = ()
@@ -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'\n1dlubal/api/rfem/guide_objects/visual_object.proto\x12\x1d\x64lubal.api.rfem.guide_objects\x1a\x1e\x64lubal/api/common/common.proto\"\xca\x13\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\x12R\n\x0cinsert_point\x18\x07 \x01(\x0e\x32\x37.dlubal.api.rfem.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\x12i\n\x18rotation_angles_sequence\x18\x0c \x01(\x0e\x32\x42.dlubal.api.rfem.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\x14\n\x07\x63omment\x18\x1a \x01(\tH\x19\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x1b \x01(\x08H\x1a\x88\x01\x01\x12#\n\x16generating_object_info\x18\x1c \x01(\tH\x1b\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x1d \x01(\tH\x1c\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x1e \x01(\tH\x1d\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\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')
28
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n1dlubal/api/rfem/guide_objects/visual_object.proto\x12\x1d\x64lubal.api.rfem.guide_objects\x1a\x1e\x64lubal/api/common/common.proto\"\xec\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\x12R\n\x0cinsert_point\x18\x07 \x01(\x0e\x32\x37.dlubal.api.rfem.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\x12i\n\x18rotation_angles_sequence\x18\x0c \x01(\x0e\x32\x42.dlubal.api.rfem.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=117
38
- _globals['_VISUALOBJECT']._serialized_end=2623
39
- _globals['_VISUALOBJECT_INSERTPOINT']._serialized_start=1221
40
- _globals['_VISUALOBJECT_INSERTPOINT']._serialized_end=1585
41
- _globals['_VISUALOBJECT_ROTATIONANGLESSEQUENCE']._serialized_start=1588
42
- _globals['_VISUALOBJECT_ROTATIONANGLESSEQUENCE']._serialized_end=1990
38
+ _globals['_VISUALOBJECT']._serialized_end=2913
39
+ _globals['_VISUALOBJECT_INSERTPOINT']._serialized_start=1386
40
+ _globals['_VISUALOBJECT_INSERTPOINT']._serialized_end=1750
41
+ _globals['_VISUALOBJECT_ROTATIONANGLESSEQUENCE']._serialized_start=1753
42
+ _globals['_VISUALOBJECT_ROTATIONANGLESSEQUENCE']._serialized_end=2155
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'\n7dlubal/api/rfem/ifc_objects/ifc_file_model_object.proto\x12\x1b\x64lubal.api.rfem.ifc_objects\"\xbf\r\n\x12IfcFileModelObject\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12G\n\x04type\x18\x02 \x01(\x0e\x32\x34.dlubal.api.rfem.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\x12m\n\x18rotation_angles_sequence\x18\t \x01(\x0e\x32\x46.dlubal.api.rfem.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\x12W\n\raxis_change_x\x18\r \x01(\x0e\x32;.dlubal.api.rfem.ifc_objects.IfcFileModelObject.AxisChangeXH\x0c\x88\x01\x01\x12W\n\raxis_change_y\x18\x0e \x01(\x0e\x32;.dlubal.api.rfem.ifc_objects.IfcFileModelObject.AxisChangeYH\r\x88\x01\x01\x12W\n\raxis_change_z\x18\x0f \x01(\x0e\x32;.dlubal.api.rfem.ifc_objects.IfcFileModelObject.AxisChangeZH\x0e\x88\x01\x01\x12\x15\n\x08\x66ilename\x18\x10 \x01(\tH\x0f\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x11 \x01(\tH\x10\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x12 \x01(\tH\x11\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\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
27
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n7dlubal/api/rfem/ifc_objects/ifc_file_model_object.proto\x12\x1b\x64lubal.api.rfem.ifc_objects\"\xc1\x10\n\x12IfcFileModelObject\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12G\n\x04type\x18\x02 \x01(\x0e\x32\x34.dlubal.api.rfem.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\x12m\n\x18rotation_angles_sequence\x18\t \x01(\x0e\x32\x46.dlubal.api.rfem.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\x12W\n\raxis_change_x\x18\r \x01(\x0e\x32;.dlubal.api.rfem.ifc_objects.IfcFileModelObject.AxisChangeXH\x0c\x88\x01\x01\x12W\n\raxis_change_y\x18\x0e \x01(\x0e\x32;.dlubal.api.rfem.ifc_objects.IfcFileModelObject.AxisChangeYH\r\x88\x01\x01\x12W\n\raxis_change_z\x18\x0f \x01(\x0e\x32;.dlubal.api.rfem.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.rfem.ifc_objects
32
32
  if not _descriptor._USE_C_DESCRIPTORS:
33
33
  DESCRIPTOR._loaded_options = None
34
34
  _globals['_IFCFILEMODELOBJECT']._serialized_start=89
35
- _globals['_IFCFILEMODELOBJECT']._serialized_end=1816
36
- _globals['_IFCFILEMODELOBJECT_TYPE']._serialized_start=957
37
- _globals['_IFCFILEMODELOBJECT_TYPE']._serialized_end=1000
38
- _globals['_IFCFILEMODELOBJECT_ROTATIONANGLESSEQUENCE']._serialized_start=1003
39
- _globals['_IFCFILEMODELOBJECT_ROTATIONANGLESSEQUENCE']._serialized_end=1231
40
- _globals['_IFCFILEMODELOBJECT_AXISCHANGEX']._serialized_start=1233
41
- _globals['_IFCFILEMODELOBJECT_AXISCHANGEX']._serialized_end=1303
42
- _globals['_IFCFILEMODELOBJECT_AXISCHANGEY']._serialized_start=1305
43
- _globals['_IFCFILEMODELOBJECT_AXISCHANGEY']._serialized_end=1381
44
- _globals['_IFCFILEMODELOBJECT_AXISCHANGEZ']._serialized_start=1383
45
- _globals['_IFCFILEMODELOBJECT_AXISCHANGEZ']._serialized_end=1459
35
+ _globals['_IFCFILEMODELOBJECT']._serialized_end=2202
36
+ _globals['_IFCFILEMODELOBJECT_TYPE']._serialized_start=1170
37
+ _globals['_IFCFILEMODELOBJECT_TYPE']._serialized_end=1213
38
+ _globals['_IFCFILEMODELOBJECT_ROTATIONANGLESSEQUENCE']._serialized_start=1216
39
+ _globals['_IFCFILEMODELOBJECT_ROTATIONANGLESSEQUENCE']._serialized_end=1444
40
+ _globals['_IFCFILEMODELOBJECT_AXISCHANGEX']._serialized_start=1446
41
+ _globals['_IFCFILEMODELOBJECT_AXISCHANGEX']._serialized_end=1516
42
+ _globals['_IFCFILEMODELOBJECT_AXISCHANGEY']._serialized_start=1518
43
+ _globals['_IFCFILEMODELOBJECT_AXISCHANGEY']._serialized_end=1594
44
+ _globals['_IFCFILEMODELOBJECT_AXISCHANGEZ']._serialized_start=1596
45
+ _globals['_IFCFILEMODELOBJECT_AXISCHANGEZ']._serialized_end=1672
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: ...
@@ -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'\n1dlubal/api/rfem/layout_and_drawing/cad_line.proto\x12\"dlubal.api.rfem.layout_and_drawing\x1a\x1e\x64lubal/api/common/common.proto\"\xecW\n\x07\x43\x61\x64Line\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x10\x64\x65\x66inition_nodes\x18\x02 \x03(\x05\x12\x43\n\x04type\x18\x03 \x01(\x0e\x32\x30.dlubal.api.rfem.layout_and_drawing.CadLine.TypeH\x01\x88\x01\x01\x12\x13\n\x06length\x18\x04 \x01(\x01H\x02\x88\x01\x01\x12\x15\n\x08position\x18\x05 \x01(\tH\x03\x88\x01\x01\x12\x1b\n\x0eposition_short\x18\x06 \x01(\tH\x04\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x07 \x01(\tH\x05\x88\x01\x01\x12\x1b\n\x0e\x61rc_first_node\x18\x08 \x01(\x05H\x06\x88\x01\x01\x12\x1c\n\x0f\x61rc_second_node\x18\t \x01(\x05H\x07\x88\x01\x01\x12%\n\x18\x61rc_control_point_object\x18\n \x01(\x05H\x08\x88\x01\x01\x12;\n\x11\x61rc_control_point\x18\x0b \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\t\x88\x01\x01\x12 \n\x13\x61rc_control_point_x\x18\x0c \x01(\x01H\n\x88\x01\x01\x12 \n\x13\x61rc_control_point_y\x18\r \x01(\x01H\x0b\x88\x01\x01\x12 \n\x13\x61rc_control_point_z\x18\x0e \x01(\x01H\x0c\x88\x01\x01\x12\x34\n\narc_center\x18\x0f \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\r\x88\x01\x01\x12\x19\n\x0c\x61rc_center_x\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12\x19\n\x0c\x61rc_center_y\x18\x11 \x01(\x01H\x0f\x88\x01\x01\x12\x19\n\x0c\x61rc_center_z\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12\x17\n\narc_radius\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12\x17\n\narc_height\x18\x14 \x01(\x01H\x12\x88\x01\x01\x12\x16\n\tarc_alpha\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12n\n\x1b\x61rc_alpha_adjustment_target\x18\x16 \x01(\x0e\x32\x44.dlubal.api.rfem.layout_and_drawing.CadLine.ArcAlphaAdjustmentTargetH\x14\x88\x01\x01\x12\x37\n\rcircle_center\x18\x17 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x15\x88\x01\x01\x12\'\n\x1a\x63ircle_center_coordinate_1\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12\'\n\x1a\x63ircle_center_coordinate_2\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12\'\n\x1a\x63ircle_center_coordinate_3\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12\x37\n\rcircle_normal\x18\x1b \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x19\x88\x01\x01\x12\'\n\x1a\x63ircle_normal_coordinate_1\x18\x1c \x01(\x01H\x1a\x88\x01\x01\x12\'\n\x1a\x63ircle_normal_coordinate_2\x18\x1d \x01(\x01H\x1b\x88\x01\x01\x12\'\n\x1a\x63ircle_normal_coordinate_3\x18\x1e \x01(\x01H\x1c\x88\x01\x01\x12\x1c\n\x0f\x63ircle_rotation\x18\x1f \x01(\x01H\x1d\x88\x01\x01\x12\x35\n\x0b\x63ircle_node\x18 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x1e\x88\x01\x01\x12%\n\x18\x63ircle_node_coordinate_1\x18! \x01(\x01H\x1f\x88\x01\x01\x12%\n\x18\x63ircle_node_coordinate_2\x18\" \x01(\x01H \x88\x01\x01\x12%\n\x18\x63ircle_node_coordinate_3\x18# \x01(\x01H!\x88\x01\x01\x12\x1a\n\rcircle_radius\x18$ \x01(\x01H\"\x88\x01\x01\x12&\n\x19\x65lliptical_arc_first_node\x18% \x01(\x05H#\x88\x01\x01\x12\'\n\x1a\x65lliptical_arc_second_node\x18& \x01(\x05H$\x88\x01\x01\x12!\n\x14\x65lliptical_arc_alpha\x18\' \x01(\x01H%\x88\x01\x01\x12 \n\x13\x65lliptical_arc_beta\x18( \x01(\x01H&\x88\x01\x01\x12?\n\x15\x65lliptical_arc_normal\x18) \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\'\x88\x01\x01\x12$\n\x17\x65lliptical_arc_normal_x\x18* \x01(\x01H(\x88\x01\x01\x12$\n\x17\x65lliptical_arc_normal_y\x18+ \x01(\x01H)\x88\x01\x01\x12$\n\x17\x65lliptical_arc_normal_z\x18, \x01(\x01H*\x88\x01\x01\x12(\n\x1b\x65lliptical_arc_major_radius\x18- \x01(\x01H+\x88\x01\x01\x12(\n\x1b\x65lliptical_arc_minor_radius\x18. \x01(\x01H,\x88\x01\x01\x12?\n\x15\x65lliptical_arc_center\x18/ \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH-\x88\x01\x01\x12$\n\x17\x65lliptical_arc_center_x\x18\x30 \x01(\x01H.\x88\x01\x01\x12$\n\x17\x65lliptical_arc_center_y\x18\x31 \x01(\x01H/\x88\x01\x01\x12$\n\x17\x65lliptical_arc_center_z\x18\x32 \x01(\x01H0\x88\x01\x01\x12@\n\x16\x65lliptical_arc_focus_1\x18\x33 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH1\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_1_x\x18\x34 \x01(\x01H2\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_1_y\x18\x35 \x01(\x01H3\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_1_z\x18\x36 \x01(\x01H4\x88\x01\x01\x12@\n\x16\x65lliptical_arc_focus_2\x18\x37 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH5\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_2_x\x18\x38 \x01(\x01H6\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_2_y\x18\x39 \x01(\x01H7\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_2_z\x18: \x01(\x01H8\x88\x01\x01\x12\x36\n)elliptical_arc_first_control_point_object\x18; \x01(\x05H9\x88\x01\x01\x12L\n\"elliptical_arc_first_control_point\x18< \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH:\x88\x01\x01\x12\x31\n$elliptical_arc_first_control_point_x\x18= \x01(\x01H;\x88\x01\x01\x12\x31\n$elliptical_arc_first_control_point_y\x18> \x01(\x01H<\x88\x01\x01\x12\x31\n$elliptical_arc_first_control_point_z\x18? \x01(\x01H=\x88\x01\x01\x12\x37\n*elliptical_arc_second_control_point_object\x18@ \x01(\x05H>\x88\x01\x01\x12M\n#elliptical_arc_second_control_point\x18\x41 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH?\x88\x01\x01\x12\x32\n%elliptical_arc_second_control_point_x\x18\x42 \x01(\x01H@\x88\x01\x01\x12\x32\n%elliptical_arc_second_control_point_y\x18\x43 \x01(\x01HA\x88\x01\x01\x12\x32\n%elliptical_arc_second_control_point_z\x18\x44 \x01(\x01HB\x88\x01\x01\x12:\n-elliptical_arc_perimeter_control_point_object\x18\x45 \x01(\x05HC\x88\x01\x01\x12P\n&elliptical_arc_perimeter_control_point\x18\x46 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHD\x88\x01\x01\x12\x35\n(elliptical_arc_perimeter_control_point_x\x18G \x01(\x01HE\x88\x01\x01\x12\x35\n(elliptical_arc_perimeter_control_point_y\x18H \x01(\x01HF\x88\x01\x01\x12\x35\n(elliptical_arc_perimeter_control_point_z\x18I \x01(\x01HG\x88\x01\x01\x12\x1f\n\x12\x65llipse_first_node\x18J \x01(\x05HH\x88\x01\x01\x12 \n\x13\x65llipse_second_node\x18K \x01(\x05HI\x88\x01\x01\x12)\n\x1c\x65llipse_control_point_object\x18L \x01(\x05HJ\x88\x01\x01\x12?\n\x15\x65llipse_control_point\x18M \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHK\x88\x01\x01\x12$\n\x17\x65llipse_control_point_x\x18N \x01(\x01HL\x88\x01\x01\x12$\n\x17\x65llipse_control_point_y\x18O \x01(\x01HM\x88\x01\x01\x12$\n\x17\x65llipse_control_point_z\x18P \x01(\x01HN\x88\x01\x01\x12 \n\x13parabola_first_node\x18Q \x01(\x05HO\x88\x01\x01\x12!\n\x14parabola_second_node\x18R \x01(\x05HP\x88\x01\x01\x12*\n\x1dparabola_control_point_object\x18S \x01(\x05HQ\x88\x01\x01\x12@\n\x16parabola_control_point\x18T \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHR\x88\x01\x01\x12%\n\x18parabola_control_point_x\x18U \x01(\x01HS\x88\x01\x01\x12%\n\x18parabola_control_point_y\x18V \x01(\x01HT\x88\x01\x01\x12%\n\x18parabola_control_point_z\x18W \x01(\x01HU\x88\x01\x01\x12.\n!parabola_focus_directrix_distance\x18X \x01(\x01HV\x88\x01\x01\x12\x1b\n\x0eparabola_alpha\x18Y \x01(\x01HW\x88\x01\x01\x12\x38\n\x0eparabola_focus\x18Z \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHX\x88\x01\x01\x12\x1d\n\x10parabola_focus_x\x18[ \x01(\x01HY\x88\x01\x01\x12\x1d\n\x10parabola_focus_y\x18\\ \x01(\x01HZ\x88\x01\x01\x12\x1d\n\x10parabola_focus_z\x18] \x01(\x01H[\x88\x01\x01\x12\x18\n\x0bnurbs_order\x18^ \x01(\x05H\\\x88\x01\x01\x12\x80\x01\n\"nurbs_control_points_by_components\x18_ \x01(\x0b\x32O.dlubal.api.rfem.layout_and_drawing.CadLine.NurbsControlPointsByComponentsTableH]\x88\x01\x01\x12\x66\n\x14nurbs_control_points\x18` \x01(\x0b\x32\x43.dlubal.api.rfem.layout_and_drawing.CadLine.NurbsControlPointsTableH^\x88\x01\x01\x12U\n\x0bnurbs_knots\x18\x61 \x01(\x0b\x32;.dlubal.api.rfem.layout_and_drawing.CadLine.NurbsKnotsTableH_\x88\x01\x01\x12o\n\x1brotation_specification_type\x18\x62 \x01(\x0e\x32\x45.dlubal.api.rfem.layout_and_drawing.CadLine.RotationSpecificationTypeH`\x88\x01\x01\x12\x1b\n\x0erotation_angle\x18\x63 \x01(\x01Ha\x88\x01\x01\x12\x1f\n\x12rotation_help_node\x18\x64 \x01(\x05Hb\x88\x01\x01\x12V\n\x0erotation_plane\x18\x65 \x01(\x0e\x32\x39.dlubal.api.rfem.layout_and_drawing.CadLine.RotationPlaneHc\x88\x01\x01\x12\x17\n\nis_rotated\x18\x66 \x01(\x08Hd\x88\x01\x01\x12\x19\n\x0cparent_layer\x18g \x01(\x05He\x88\x01\x01\x12&\n\x19is_locked_by_parent_layer\x18h \x01(\x08Hf\x88\x01\x01\x12\x19\n\x0cis_generated\x18i \x01(\x08Hg\x88\x01\x01\x12#\n\x16generating_object_info\x18j \x01(\tHh\x88\x01\x01\x12J\n\x08\x63olor_by\x18k \x01(\x0e\x32\x33.dlubal.api.rfem.layout_and_drawing.CadLine.ColorByHi\x88\x01\x01\x12\x12\n\x05\x63olor\x18l \x01(\tHj\x88\x01\x01\x12Q\n\x0cline_type_by\x18m \x01(\x0e\x32\x36.dlubal.api.rfem.layout_and_drawing.CadLine.LineTypeByHk\x88\x01\x01\x12L\n\tline_type\x18n \x01(\x0e\x32\x34.dlubal.api.rfem.layout_and_drawing.CadLine.LineTypeHl\x88\x01\x01\x12[\n\x11line_thickness_by\x18o \x01(\x0e\x32;.dlubal.api.rfem.layout_and_drawing.CadLine.LineThicknessByHm\x88\x01\x01\x12\x1b\n\x0eline_thickness\x18p \x01(\x05Hn\x88\x01\x01\x12\x35\n\x0bstart_point\x18q \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHo\x88\x01\x01\x12\x1a\n\rstart_point_x\x18r \x01(\x01Hp\x88\x01\x01\x12\x1a\n\rstart_point_y\x18s \x01(\x01Hq\x88\x01\x01\x12\x1a\n\rstart_point_z\x18t \x01(\x01Hr\x88\x01\x01\x12\x33\n\tend_point\x18u \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHs\x88\x01\x01\x12\x18\n\x0b\x65nd_point_x\x18v \x01(\x01Ht\x88\x01\x01\x12\x18\n\x0b\x65nd_point_y\x18w \x01(\x01Hu\x88\x01\x01\x12\x18\n\x0b\x65nd_point_z\x18x \x01(\x01Hv\x88\x01\x01\x12\x61\n\x11\x64\x65\x66inition_points\x18y \x01(\x0b\x32\x41.dlubal.api.rfem.layout_and_drawing.CadLine.DefinitionPointsTableHw\x88\x01\x01\x12!\n\x14id_for_export_import\x18z \x01(\tHx\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18{ \x01(\tHy\x88\x01\x01\x1a\x82\x01\n#NurbsControlPointsByComponentsTable\x12[\n\x04rows\x18\x01 \x03(\x0b\x32M.dlubal.api.rfem.layout_and_drawing.CadLine.NurbsControlPointsByComponentsRow\x1a\xb3\x02\n!NurbsControlPointsByComponentsRow\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 \n\x13global_coordinate_x\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12 \n\x13global_coordinate_y\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12 \n\x13global_coordinate_z\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x13\n\x06weight\x18\x06 \x01(\x01H\x05\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_global_coordinate_xB\x16\n\x14_global_coordinate_yB\x16\n\x14_global_coordinate_zB\t\n\x07_weight\x1aj\n\x17NurbsControlPointsTable\x12O\n\x04rows\x18\x01 \x03(\x0b\x32\x41.dlubal.api.rfem.layout_and_drawing.CadLine.NurbsControlPointsRow\x1a\xb3\x02\n\x15NurbsControlPointsRow\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\x1a\n\rcontrol_point\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12<\n\x12global_coordinates\x18\x04 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x03\x88\x01\x01\x12\x35\n\x0b\x63oordinates\x18\x05 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x04\x88\x01\x01\x12\x0e\n\x06weight\x18\x06 \x01(\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x10\n\x0e_control_pointB\x15\n\x13_global_coordinatesB\x0e\n\x0c_coordinates\x1aZ\n\x0fNurbsKnotsTable\x12G\n\x04rows\x18\x01 \x03(\x0b\x32\x39.dlubal.api.rfem.layout_and_drawing.CadLine.NurbsKnotsRow\x1ay\n\rNurbsKnotsRow\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\x17\n\nknot_value\x18\x03 \x01(\x01H\x02\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\r\n\x0b_knot_value\x1a\x66\n\x15\x44\x65\x66initionPointsTable\x12M\n\x04rows\x18\x01 \x03(\x0b\x32?.dlubal.api.rfem.layout_and_drawing.CadLine.DefinitionPointsRow\x1a\xdb\x01\n\x13\x44\x65\x66initionPointsRow\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\x19\n\x0c\x63oordinate_x\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x19\n\x0c\x63oordinate_y\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x19\n\x0c\x63oordinate_z\x18\x05 \x01(\x01H\x04\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0f\n\r_coordinate_xB\x0f\n\r_coordinate_yB\x0f\n\r_coordinate_z\"\xdf\x01\n\x04Type\x12\x10\n\x0cTYPE_UNKNOWN\x10\x00\x12\x0c\n\x08TYPE_ARC\x10\x02\x12\x0f\n\x0bTYPE_CIRCLE\x10\x03\x12\x18\n\x14TYPE_CUT_VIA_SECTION\x10\t\x12\x1a\n\x16TYPE_CUT_VIA_TWO_LINES\x10\n\x12\x10\n\x0cTYPE_ELLIPSE\x10\x05\x12\x17\n\x13TYPE_ELLIPTICAL_ARC\x10\x04\x12\x0e\n\nTYPE_NURBS\x10\x08\x12\x11\n\rTYPE_PARABOLA\x10\x06\x12\x11\n\rTYPE_POLYLINE\x10\x01\x12\x0f\n\x0bTYPE_SPLINE\x10\x07\"\xab\x01\n\x18\x41rcAlphaAdjustmentTarget\x12\x30\n,ARC_ALPHA_ADJUSTMENT_TARGET_BEGINNING_OF_ARC\x10\x00\x12\x31\n-ARC_ALPHA_ADJUSTMENT_TARGET_ARC_CONTROL_POINT\x10\x01\x12*\n&ARC_ALPHA_ADJUSTMENT_TARGET_END_OF_ARC\x10\x02\"\xbf\x01\n\x19RotationSpecificationType\x12(\n$ROTATION_SPECIFICATION_TYPE_BY_ANGLE\x10\x00\x12&\n\"ROTATION_SPECIFICATION_TYPE_INSIDE\x10\x02\x12\'\n#ROTATION_SPECIFICATION_TYPE_SURFACE\x10\x03\x12\'\n#ROTATION_SPECIFICATION_TYPE_TO_NODE\x10\x01\"=\n\rRotationPlane\x12\x15\n\x11ROTATION_PLANE_XY\x10\x00\x12\x15\n\x11ROTATION_PLANE_XZ\x10\x01\"O\n\x07\x43olorBy\x12%\n!COLOR_BY_PROPERTY_BY_PARENT_LAYER\x10\x00\x12\x1d\n\x19\x43OLOR_BY_PROPERTY_BY_LINE\x10\x01\"Z\n\nLineTypeBy\x12)\n%LINE_TYPE_BY_PROPERTY_BY_PARENT_LAYER\x10\x00\x12!\n\x1dLINE_TYPE_BY_PROPERTY_BY_LINE\x10\x01\"\x83\x01\n\x08LineType\x12\x13\n\x0fLINE_TYPE_SOLID\x10\x00\x12\x14\n\x10LINE_TYPE_DASHED\x10\x02\x12\x14\n\x10LINE_TYPE_DOTTED\x10\x01\x12\x18\n\x14LINE_TYPE_DOT_DASHED\x10\x03\x12\x1c\n\x18LINE_TYPE_LOOSELY_DASHED\x10\x04\"i\n\x0fLineThicknessBy\x12.\n*LINE_THICKNESS_BY_PROPERTY_BY_PARENT_LAYER\x10\x00\x12&\n\"LINE_THICKNESS_BY_PROPERTY_BY_LINE\x10\x01\x42\x05\n\x03_noB\x07\n\x05_typeB\t\n\x07_lengthB\x0b\n\t_positionB\x11\n\x0f_position_shortB\n\n\x08_commentB\x11\n\x0f_arc_first_nodeB\x12\n\x10_arc_second_nodeB\x1b\n\x19_arc_control_point_objectB\x14\n\x12_arc_control_pointB\x16\n\x14_arc_control_point_xB\x16\n\x14_arc_control_point_yB\x16\n\x14_arc_control_point_zB\r\n\x0b_arc_centerB\x0f\n\r_arc_center_xB\x0f\n\r_arc_center_yB\x0f\n\r_arc_center_zB\r\n\x0b_arc_radiusB\r\n\x0b_arc_heightB\x0c\n\n_arc_alphaB\x1e\n\x1c_arc_alpha_adjustment_targetB\x10\n\x0e_circle_centerB\x1d\n\x1b_circle_center_coordinate_1B\x1d\n\x1b_circle_center_coordinate_2B\x1d\n\x1b_circle_center_coordinate_3B\x10\n\x0e_circle_normalB\x1d\n\x1b_circle_normal_coordinate_1B\x1d\n\x1b_circle_normal_coordinate_2B\x1d\n\x1b_circle_normal_coordinate_3B\x12\n\x10_circle_rotationB\x0e\n\x0c_circle_nodeB\x1b\n\x19_circle_node_coordinate_1B\x1b\n\x19_circle_node_coordinate_2B\x1b\n\x19_circle_node_coordinate_3B\x10\n\x0e_circle_radiusB\x1c\n\x1a_elliptical_arc_first_nodeB\x1d\n\x1b_elliptical_arc_second_nodeB\x17\n\x15_elliptical_arc_alphaB\x16\n\x14_elliptical_arc_betaB\x18\n\x16_elliptical_arc_normalB\x1a\n\x18_elliptical_arc_normal_xB\x1a\n\x18_elliptical_arc_normal_yB\x1a\n\x18_elliptical_arc_normal_zB\x1e\n\x1c_elliptical_arc_major_radiusB\x1e\n\x1c_elliptical_arc_minor_radiusB\x18\n\x16_elliptical_arc_centerB\x1a\n\x18_elliptical_arc_center_xB\x1a\n\x18_elliptical_arc_center_yB\x1a\n\x18_elliptical_arc_center_zB\x19\n\x17_elliptical_arc_focus_1B\x1b\n\x19_elliptical_arc_focus_1_xB\x1b\n\x19_elliptical_arc_focus_1_yB\x1b\n\x19_elliptical_arc_focus_1_zB\x19\n\x17_elliptical_arc_focus_2B\x1b\n\x19_elliptical_arc_focus_2_xB\x1b\n\x19_elliptical_arc_focus_2_yB\x1b\n\x19_elliptical_arc_focus_2_zB,\n*_elliptical_arc_first_control_point_objectB%\n#_elliptical_arc_first_control_pointB\'\n%_elliptical_arc_first_control_point_xB\'\n%_elliptical_arc_first_control_point_yB\'\n%_elliptical_arc_first_control_point_zB-\n+_elliptical_arc_second_control_point_objectB&\n$_elliptical_arc_second_control_pointB(\n&_elliptical_arc_second_control_point_xB(\n&_elliptical_arc_second_control_point_yB(\n&_elliptical_arc_second_control_point_zB0\n._elliptical_arc_perimeter_control_point_objectB)\n\'_elliptical_arc_perimeter_control_pointB+\n)_elliptical_arc_perimeter_control_point_xB+\n)_elliptical_arc_perimeter_control_point_yB+\n)_elliptical_arc_perimeter_control_point_zB\x15\n\x13_ellipse_first_nodeB\x16\n\x14_ellipse_second_nodeB\x1f\n\x1d_ellipse_control_point_objectB\x18\n\x16_ellipse_control_pointB\x1a\n\x18_ellipse_control_point_xB\x1a\n\x18_ellipse_control_point_yB\x1a\n\x18_ellipse_control_point_zB\x16\n\x14_parabola_first_nodeB\x17\n\x15_parabola_second_nodeB \n\x1e_parabola_control_point_objectB\x19\n\x17_parabola_control_pointB\x1b\n\x19_parabola_control_point_xB\x1b\n\x19_parabola_control_point_yB\x1b\n\x19_parabola_control_point_zB$\n\"_parabola_focus_directrix_distanceB\x11\n\x0f_parabola_alphaB\x11\n\x0f_parabola_focusB\x13\n\x11_parabola_focus_xB\x13\n\x11_parabola_focus_yB\x13\n\x11_parabola_focus_zB\x0e\n\x0c_nurbs_orderB%\n#_nurbs_control_points_by_componentsB\x17\n\x15_nurbs_control_pointsB\x0e\n\x0c_nurbs_knotsB\x1e\n\x1c_rotation_specification_typeB\x11\n\x0f_rotation_angleB\x15\n\x13_rotation_help_nodeB\x11\n\x0f_rotation_planeB\r\n\x0b_is_rotatedB\x0f\n\r_parent_layerB\x1c\n\x1a_is_locked_by_parent_layerB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x0b\n\t_color_byB\x08\n\x06_colorB\x0f\n\r_line_type_byB\x0c\n\n_line_typeB\x14\n\x12_line_thickness_byB\x11\n\x0f_line_thicknessB\x0e\n\x0c_start_pointB\x10\n\x0e_start_point_xB\x10\n\x0e_start_point_yB\x10\n\x0e_start_point_zB\x0c\n\n_end_pointB\x0e\n\x0c_end_point_xB\x0e\n\x0c_end_point_yB\x0e\n\x0c_end_point_zB\x14\n\x12_definition_pointsB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
28
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n1dlubal/api/rfem/layout_and_drawing/cad_line.proto\x12\"dlubal.api.rfem.layout_and_drawing\x1a\x1e\x64lubal/api/common/common.proto\"\xa5X\n\x07\x43\x61\x64Line\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x10\x64\x65\x66inition_nodes\x18\x02 \x03(\x05\x12\x43\n\x04type\x18\x03 \x01(\x0e\x32\x30.dlubal.api.rfem.layout_and_drawing.CadLine.TypeH\x01\x88\x01\x01\x12\x13\n\x06length\x18\x04 \x01(\x01H\x02\x88\x01\x01\x12\x15\n\x08position\x18\x05 \x01(\tH\x03\x88\x01\x01\x12\x1b\n\x0eposition_short\x18\x06 \x01(\tH\x04\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x07 \x01(\tH\x05\x88\x01\x01\x12\x1b\n\x0e\x61rc_first_node\x18\x08 \x01(\x05H\x06\x88\x01\x01\x12\x1c\n\x0f\x61rc_second_node\x18\t \x01(\x05H\x07\x88\x01\x01\x12%\n\x18\x61rc_control_point_object\x18\n \x01(\x05H\x08\x88\x01\x01\x12;\n\x11\x61rc_control_point\x18\x0b \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\t\x88\x01\x01\x12 \n\x13\x61rc_control_point_x\x18\x0c \x01(\x01H\n\x88\x01\x01\x12 \n\x13\x61rc_control_point_y\x18\r \x01(\x01H\x0b\x88\x01\x01\x12 \n\x13\x61rc_control_point_z\x18\x0e \x01(\x01H\x0c\x88\x01\x01\x12\x34\n\narc_center\x18\x0f \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\r\x88\x01\x01\x12\x19\n\x0c\x61rc_center_x\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12\x19\n\x0c\x61rc_center_y\x18\x11 \x01(\x01H\x0f\x88\x01\x01\x12\x19\n\x0c\x61rc_center_z\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12\x17\n\narc_radius\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12\x17\n\narc_height\x18\x14 \x01(\x01H\x12\x88\x01\x01\x12\x16\n\tarc_alpha\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12n\n\x1b\x61rc_alpha_adjustment_target\x18\x16 \x01(\x0e\x32\x44.dlubal.api.rfem.layout_and_drawing.CadLine.ArcAlphaAdjustmentTargetH\x14\x88\x01\x01\x12\x37\n\rcircle_center\x18\x17 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x15\x88\x01\x01\x12\'\n\x1a\x63ircle_center_coordinate_1\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12\'\n\x1a\x63ircle_center_coordinate_2\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12\'\n\x1a\x63ircle_center_coordinate_3\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12\x37\n\rcircle_normal\x18\x1b \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x19\x88\x01\x01\x12\'\n\x1a\x63ircle_normal_coordinate_1\x18\x1c \x01(\x01H\x1a\x88\x01\x01\x12\'\n\x1a\x63ircle_normal_coordinate_2\x18\x1d \x01(\x01H\x1b\x88\x01\x01\x12\'\n\x1a\x63ircle_normal_coordinate_3\x18\x1e \x01(\x01H\x1c\x88\x01\x01\x12\x1c\n\x0f\x63ircle_rotation\x18\x1f \x01(\x01H\x1d\x88\x01\x01\x12\x35\n\x0b\x63ircle_node\x18 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x1e\x88\x01\x01\x12%\n\x18\x63ircle_node_coordinate_1\x18! \x01(\x01H\x1f\x88\x01\x01\x12%\n\x18\x63ircle_node_coordinate_2\x18\" \x01(\x01H \x88\x01\x01\x12%\n\x18\x63ircle_node_coordinate_3\x18# \x01(\x01H!\x88\x01\x01\x12\x1a\n\rcircle_radius\x18$ \x01(\x01H\"\x88\x01\x01\x12&\n\x19\x65lliptical_arc_first_node\x18% \x01(\x05H#\x88\x01\x01\x12\'\n\x1a\x65lliptical_arc_second_node\x18& \x01(\x05H$\x88\x01\x01\x12!\n\x14\x65lliptical_arc_alpha\x18\' \x01(\x01H%\x88\x01\x01\x12 \n\x13\x65lliptical_arc_beta\x18( \x01(\x01H&\x88\x01\x01\x12?\n\x15\x65lliptical_arc_normal\x18) \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\'\x88\x01\x01\x12$\n\x17\x65lliptical_arc_normal_x\x18* \x01(\x01H(\x88\x01\x01\x12$\n\x17\x65lliptical_arc_normal_y\x18+ \x01(\x01H)\x88\x01\x01\x12$\n\x17\x65lliptical_arc_normal_z\x18, \x01(\x01H*\x88\x01\x01\x12(\n\x1b\x65lliptical_arc_major_radius\x18- \x01(\x01H+\x88\x01\x01\x12(\n\x1b\x65lliptical_arc_minor_radius\x18. \x01(\x01H,\x88\x01\x01\x12?\n\x15\x65lliptical_arc_center\x18/ \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH-\x88\x01\x01\x12$\n\x17\x65lliptical_arc_center_x\x18\x30 \x01(\x01H.\x88\x01\x01\x12$\n\x17\x65lliptical_arc_center_y\x18\x31 \x01(\x01H/\x88\x01\x01\x12$\n\x17\x65lliptical_arc_center_z\x18\x32 \x01(\x01H0\x88\x01\x01\x12@\n\x16\x65lliptical_arc_focus_1\x18\x33 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH1\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_1_x\x18\x34 \x01(\x01H2\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_1_y\x18\x35 \x01(\x01H3\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_1_z\x18\x36 \x01(\x01H4\x88\x01\x01\x12@\n\x16\x65lliptical_arc_focus_2\x18\x37 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH5\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_2_x\x18\x38 \x01(\x01H6\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_2_y\x18\x39 \x01(\x01H7\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_2_z\x18: \x01(\x01H8\x88\x01\x01\x12\x36\n)elliptical_arc_first_control_point_object\x18; \x01(\x05H9\x88\x01\x01\x12L\n\"elliptical_arc_first_control_point\x18< \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH:\x88\x01\x01\x12\x31\n$elliptical_arc_first_control_point_x\x18= \x01(\x01H;\x88\x01\x01\x12\x31\n$elliptical_arc_first_control_point_y\x18> \x01(\x01H<\x88\x01\x01\x12\x31\n$elliptical_arc_first_control_point_z\x18? \x01(\x01H=\x88\x01\x01\x12\x37\n*elliptical_arc_second_control_point_object\x18@ \x01(\x05H>\x88\x01\x01\x12M\n#elliptical_arc_second_control_point\x18\x41 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH?\x88\x01\x01\x12\x32\n%elliptical_arc_second_control_point_x\x18\x42 \x01(\x01H@\x88\x01\x01\x12\x32\n%elliptical_arc_second_control_point_y\x18\x43 \x01(\x01HA\x88\x01\x01\x12\x32\n%elliptical_arc_second_control_point_z\x18\x44 \x01(\x01HB\x88\x01\x01\x12:\n-elliptical_arc_perimeter_control_point_object\x18\x45 \x01(\x05HC\x88\x01\x01\x12P\n&elliptical_arc_perimeter_control_point\x18\x46 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHD\x88\x01\x01\x12\x35\n(elliptical_arc_perimeter_control_point_x\x18G \x01(\x01HE\x88\x01\x01\x12\x35\n(elliptical_arc_perimeter_control_point_y\x18H \x01(\x01HF\x88\x01\x01\x12\x35\n(elliptical_arc_perimeter_control_point_z\x18I \x01(\x01HG\x88\x01\x01\x12\x1f\n\x12\x65llipse_first_node\x18J \x01(\x05HH\x88\x01\x01\x12 \n\x13\x65llipse_second_node\x18K \x01(\x05HI\x88\x01\x01\x12)\n\x1c\x65llipse_control_point_object\x18L \x01(\x05HJ\x88\x01\x01\x12?\n\x15\x65llipse_control_point\x18M \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHK\x88\x01\x01\x12$\n\x17\x65llipse_control_point_x\x18N \x01(\x01HL\x88\x01\x01\x12$\n\x17\x65llipse_control_point_y\x18O \x01(\x01HM\x88\x01\x01\x12$\n\x17\x65llipse_control_point_z\x18P \x01(\x01HN\x88\x01\x01\x12 \n\x13parabola_first_node\x18Q \x01(\x05HO\x88\x01\x01\x12!\n\x14parabola_second_node\x18R \x01(\x05HP\x88\x01\x01\x12*\n\x1dparabola_control_point_object\x18S \x01(\x05HQ\x88\x01\x01\x12@\n\x16parabola_control_point\x18T \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHR\x88\x01\x01\x12%\n\x18parabola_control_point_x\x18U \x01(\x01HS\x88\x01\x01\x12%\n\x18parabola_control_point_y\x18V \x01(\x01HT\x88\x01\x01\x12%\n\x18parabola_control_point_z\x18W \x01(\x01HU\x88\x01\x01\x12.\n!parabola_focus_directrix_distance\x18X \x01(\x01HV\x88\x01\x01\x12\x1b\n\x0eparabola_alpha\x18Y \x01(\x01HW\x88\x01\x01\x12\x38\n\x0eparabola_focus\x18Z \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHX\x88\x01\x01\x12\x1d\n\x10parabola_focus_x\x18[ \x01(\x01HY\x88\x01\x01\x12\x1d\n\x10parabola_focus_y\x18\\ \x01(\x01HZ\x88\x01\x01\x12\x1d\n\x10parabola_focus_z\x18] \x01(\x01H[\x88\x01\x01\x12\x18\n\x0bnurbs_order\x18^ \x01(\x05H\\\x88\x01\x01\x12\x80\x01\n\"nurbs_control_points_by_components\x18_ \x01(\x0b\x32O.dlubal.api.rfem.layout_and_drawing.CadLine.NurbsControlPointsByComponentsTableH]\x88\x01\x01\x12\x66\n\x14nurbs_control_points\x18` \x01(\x0b\x32\x43.dlubal.api.rfem.layout_and_drawing.CadLine.NurbsControlPointsTableH^\x88\x01\x01\x12U\n\x0bnurbs_knots\x18\x61 \x01(\x0b\x32;.dlubal.api.rfem.layout_and_drawing.CadLine.NurbsKnotsTableH_\x88\x01\x01\x12o\n\x1brotation_specification_type\x18\x62 \x01(\x0e\x32\x45.dlubal.api.rfem.layout_and_drawing.CadLine.RotationSpecificationTypeH`\x88\x01\x01\x12\x1b\n\x0erotation_angle\x18\x63 \x01(\x01Ha\x88\x01\x01\x12\x1f\n\x12rotation_help_node\x18\x64 \x01(\x05Hb\x88\x01\x01\x12V\n\x0erotation_plane\x18\x65 \x01(\x0e\x32\x39.dlubal.api.rfem.layout_and_drawing.CadLine.RotationPlaneHc\x88\x01\x01\x12\x17\n\nis_rotated\x18\x66 \x01(\x08Hd\x88\x01\x01\x12\x19\n\x0cparent_layer\x18g \x01(\x05He\x88\x01\x01\x12&\n\x19is_locked_by_parent_layer\x18h \x01(\x08Hf\x88\x01\x01\x12\x19\n\x0cis_generated\x18i \x01(\x08Hg\x88\x01\x01\x12#\n\x16generating_object_info\x18j \x01(\tHh\x88\x01\x01\x12J\n\x08\x63olor_by\x18k \x01(\x0e\x32\x33.dlubal.api.rfem.layout_and_drawing.CadLine.ColorByHi\x88\x01\x01\x12\x12\n\x05\x63olor\x18l \x01(\tHj\x88\x01\x01\x12Q\n\x0cline_type_by\x18m \x01(\x0e\x32\x36.dlubal.api.rfem.layout_and_drawing.CadLine.LineTypeByHk\x88\x01\x01\x12L\n\tline_type\x18n \x01(\x0e\x32\x34.dlubal.api.rfem.layout_and_drawing.CadLine.LineTypeHl\x88\x01\x01\x12[\n\x11line_thickness_by\x18o \x01(\x0e\x32;.dlubal.api.rfem.layout_and_drawing.CadLine.LineThicknessByHm\x88\x01\x01\x12\x1b\n\x0eline_thickness\x18p \x01(\x05Hn\x88\x01\x01\x12\x35\n\x0bstart_point\x18q \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHo\x88\x01\x01\x12\x1a\n\rstart_point_x\x18r \x01(\x01Hp\x88\x01\x01\x12\x1a\n\rstart_point_y\x18s \x01(\x01Hq\x88\x01\x01\x12\x1a\n\rstart_point_z\x18t \x01(\x01Hr\x88\x01\x01\x12\x33\n\tend_point\x18u \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHs\x88\x01\x01\x12\x18\n\x0b\x65nd_point_x\x18v \x01(\x01Ht\x88\x01\x01\x12\x18\n\x0b\x65nd_point_y\x18w \x01(\x01Hu\x88\x01\x01\x12\x18\n\x0b\x65nd_point_z\x18x \x01(\x01Hv\x88\x01\x01\x12\x61\n\x11\x64\x65\x66inition_points\x18y \x01(\x0b\x32\x41.dlubal.api.rfem.layout_and_drawing.CadLine.DefinitionPointsTableHw\x88\x01\x01\x12!\n\x14id_for_export_import\x18z \x01(\tHx\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18{ \x01(\tHy\x88\x01\x01\x1a\x82\x01\n#NurbsControlPointsByComponentsTable\x12[\n\x04rows\x18\x01 \x03(\x0b\x32M.dlubal.api.rfem.layout_and_drawing.CadLine.NurbsControlPointsByComponentsRow\x1a\xb3\x02\n!NurbsControlPointsByComponentsRow\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 \n\x13global_coordinate_x\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12 \n\x13global_coordinate_y\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12 \n\x13global_coordinate_z\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x13\n\x06weight\x18\x06 \x01(\x01H\x05\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_global_coordinate_xB\x16\n\x14_global_coordinate_yB\x16\n\x14_global_coordinate_zB\t\n\x07_weight\x1aj\n\x17NurbsControlPointsTable\x12O\n\x04rows\x18\x01 \x03(\x0b\x32\x41.dlubal.api.rfem.layout_and_drawing.CadLine.NurbsControlPointsRow\x1a\xb3\x02\n\x15NurbsControlPointsRow\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\x1a\n\rcontrol_point\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12<\n\x12global_coordinates\x18\x04 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x03\x88\x01\x01\x12\x35\n\x0b\x63oordinates\x18\x05 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x04\x88\x01\x01\x12\x0e\n\x06weight\x18\x06 \x01(\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x10\n\x0e_control_pointB\x15\n\x13_global_coordinatesB\x0e\n\x0c_coordinates\x1aZ\n\x0fNurbsKnotsTable\x12G\n\x04rows\x18\x01 \x03(\x0b\x32\x39.dlubal.api.rfem.layout_and_drawing.CadLine.NurbsKnotsRow\x1ay\n\rNurbsKnotsRow\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\x17\n\nknot_value\x18\x03 \x01(\x01H\x02\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\r\n\x0b_knot_value\x1a\x66\n\x15\x44\x65\x66initionPointsTable\x12M\n\x04rows\x18\x01 \x03(\x0b\x32?.dlubal.api.rfem.layout_and_drawing.CadLine.DefinitionPointsRow\x1a\xdb\x01\n\x13\x44\x65\x66initionPointsRow\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\x19\n\x0c\x63oordinate_x\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x19\n\x0c\x63oordinate_y\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x19\n\x0c\x63oordinate_z\x18\x05 \x01(\x01H\x04\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0f\n\r_coordinate_xB\x0f\n\r_coordinate_yB\x0f\n\r_coordinate_z\"\xdf\x01\n\x04Type\x12\x10\n\x0cTYPE_UNKNOWN\x10\x00\x12\x0c\n\x08TYPE_ARC\x10\x02\x12\x0f\n\x0bTYPE_CIRCLE\x10\x03\x12\x18\n\x14TYPE_CUT_VIA_SECTION\x10\t\x12\x1a\n\x16TYPE_CUT_VIA_TWO_LINES\x10\n\x12\x10\n\x0cTYPE_ELLIPSE\x10\x05\x12\x17\n\x13TYPE_ELLIPTICAL_ARC\x10\x04\x12\x0e\n\nTYPE_NURBS\x10\x08\x12\x11\n\rTYPE_PARABOLA\x10\x06\x12\x11\n\rTYPE_POLYLINE\x10\x01\x12\x0f\n\x0bTYPE_SPLINE\x10\x07\"\xab\x01\n\x18\x41rcAlphaAdjustmentTarget\x12\x30\n,ARC_ALPHA_ADJUSTMENT_TARGET_BEGINNING_OF_ARC\x10\x00\x12\x31\n-ARC_ALPHA_ADJUSTMENT_TARGET_ARC_CONTROL_POINT\x10\x01\x12*\n&ARC_ALPHA_ADJUSTMENT_TARGET_END_OF_ARC\x10\x02\"\xf8\x01\n\x19RotationSpecificationType\x12(\n$ROTATION_SPECIFICATION_TYPE_BY_ANGLE\x10\x00\x12\x37\n3ROTATION_SPECIFICATION_TYPE_GLASS_COMPOSITION_MODEL\x10\x04\x12&\n\"ROTATION_SPECIFICATION_TYPE_INSIDE\x10\x02\x12\'\n#ROTATION_SPECIFICATION_TYPE_SURFACE\x10\x03\x12\'\n#ROTATION_SPECIFICATION_TYPE_TO_NODE\x10\x01\"=\n\rRotationPlane\x12\x15\n\x11ROTATION_PLANE_XY\x10\x00\x12\x15\n\x11ROTATION_PLANE_XZ\x10\x01\"O\n\x07\x43olorBy\x12%\n!COLOR_BY_PROPERTY_BY_PARENT_LAYER\x10\x00\x12\x1d\n\x19\x43OLOR_BY_PROPERTY_BY_LINE\x10\x01\"Z\n\nLineTypeBy\x12)\n%LINE_TYPE_BY_PROPERTY_BY_PARENT_LAYER\x10\x00\x12!\n\x1dLINE_TYPE_BY_PROPERTY_BY_LINE\x10\x01\"\x83\x01\n\x08LineType\x12\x13\n\x0fLINE_TYPE_SOLID\x10\x00\x12\x14\n\x10LINE_TYPE_DASHED\x10\x02\x12\x14\n\x10LINE_TYPE_DOTTED\x10\x01\x12\x18\n\x14LINE_TYPE_DOT_DASHED\x10\x03\x12\x1c\n\x18LINE_TYPE_LOOSELY_DASHED\x10\x04\"i\n\x0fLineThicknessBy\x12.\n*LINE_THICKNESS_BY_PROPERTY_BY_PARENT_LAYER\x10\x00\x12&\n\"LINE_THICKNESS_BY_PROPERTY_BY_LINE\x10\x01\x42\x05\n\x03_noB\x07\n\x05_typeB\t\n\x07_lengthB\x0b\n\t_positionB\x11\n\x0f_position_shortB\n\n\x08_commentB\x11\n\x0f_arc_first_nodeB\x12\n\x10_arc_second_nodeB\x1b\n\x19_arc_control_point_objectB\x14\n\x12_arc_control_pointB\x16\n\x14_arc_control_point_xB\x16\n\x14_arc_control_point_yB\x16\n\x14_arc_control_point_zB\r\n\x0b_arc_centerB\x0f\n\r_arc_center_xB\x0f\n\r_arc_center_yB\x0f\n\r_arc_center_zB\r\n\x0b_arc_radiusB\r\n\x0b_arc_heightB\x0c\n\n_arc_alphaB\x1e\n\x1c_arc_alpha_adjustment_targetB\x10\n\x0e_circle_centerB\x1d\n\x1b_circle_center_coordinate_1B\x1d\n\x1b_circle_center_coordinate_2B\x1d\n\x1b_circle_center_coordinate_3B\x10\n\x0e_circle_normalB\x1d\n\x1b_circle_normal_coordinate_1B\x1d\n\x1b_circle_normal_coordinate_2B\x1d\n\x1b_circle_normal_coordinate_3B\x12\n\x10_circle_rotationB\x0e\n\x0c_circle_nodeB\x1b\n\x19_circle_node_coordinate_1B\x1b\n\x19_circle_node_coordinate_2B\x1b\n\x19_circle_node_coordinate_3B\x10\n\x0e_circle_radiusB\x1c\n\x1a_elliptical_arc_first_nodeB\x1d\n\x1b_elliptical_arc_second_nodeB\x17\n\x15_elliptical_arc_alphaB\x16\n\x14_elliptical_arc_betaB\x18\n\x16_elliptical_arc_normalB\x1a\n\x18_elliptical_arc_normal_xB\x1a\n\x18_elliptical_arc_normal_yB\x1a\n\x18_elliptical_arc_normal_zB\x1e\n\x1c_elliptical_arc_major_radiusB\x1e\n\x1c_elliptical_arc_minor_radiusB\x18\n\x16_elliptical_arc_centerB\x1a\n\x18_elliptical_arc_center_xB\x1a\n\x18_elliptical_arc_center_yB\x1a\n\x18_elliptical_arc_center_zB\x19\n\x17_elliptical_arc_focus_1B\x1b\n\x19_elliptical_arc_focus_1_xB\x1b\n\x19_elliptical_arc_focus_1_yB\x1b\n\x19_elliptical_arc_focus_1_zB\x19\n\x17_elliptical_arc_focus_2B\x1b\n\x19_elliptical_arc_focus_2_xB\x1b\n\x19_elliptical_arc_focus_2_yB\x1b\n\x19_elliptical_arc_focus_2_zB,\n*_elliptical_arc_first_control_point_objectB%\n#_elliptical_arc_first_control_pointB\'\n%_elliptical_arc_first_control_point_xB\'\n%_elliptical_arc_first_control_point_yB\'\n%_elliptical_arc_first_control_point_zB-\n+_elliptical_arc_second_control_point_objectB&\n$_elliptical_arc_second_control_pointB(\n&_elliptical_arc_second_control_point_xB(\n&_elliptical_arc_second_control_point_yB(\n&_elliptical_arc_second_control_point_zB0\n._elliptical_arc_perimeter_control_point_objectB)\n\'_elliptical_arc_perimeter_control_pointB+\n)_elliptical_arc_perimeter_control_point_xB+\n)_elliptical_arc_perimeter_control_point_yB+\n)_elliptical_arc_perimeter_control_point_zB\x15\n\x13_ellipse_first_nodeB\x16\n\x14_ellipse_second_nodeB\x1f\n\x1d_ellipse_control_point_objectB\x18\n\x16_ellipse_control_pointB\x1a\n\x18_ellipse_control_point_xB\x1a\n\x18_ellipse_control_point_yB\x1a\n\x18_ellipse_control_point_zB\x16\n\x14_parabola_first_nodeB\x17\n\x15_parabola_second_nodeB \n\x1e_parabola_control_point_objectB\x19\n\x17_parabola_control_pointB\x1b\n\x19_parabola_control_point_xB\x1b\n\x19_parabola_control_point_yB\x1b\n\x19_parabola_control_point_zB$\n\"_parabola_focus_directrix_distanceB\x11\n\x0f_parabola_alphaB\x11\n\x0f_parabola_focusB\x13\n\x11_parabola_focus_xB\x13\n\x11_parabola_focus_yB\x13\n\x11_parabola_focus_zB\x0e\n\x0c_nurbs_orderB%\n#_nurbs_control_points_by_componentsB\x17\n\x15_nurbs_control_pointsB\x0e\n\x0c_nurbs_knotsB\x1e\n\x1c_rotation_specification_typeB\x11\n\x0f_rotation_angleB\x15\n\x13_rotation_help_nodeB\x11\n\x0f_rotation_planeB\r\n\x0b_is_rotatedB\x0f\n\r_parent_layerB\x1c\n\x1a_is_locked_by_parent_layerB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x0b\n\t_color_byB\x08\n\x06_colorB\x0f\n\r_line_type_byB\x0c\n\n_line_typeB\x14\n\x12_line_thickness_byB\x11\n\x0f_line_thicknessB\x0e\n\x0c_start_pointB\x10\n\x0e_start_point_xB\x10\n\x0e_start_point_yB\x10\n\x0e_start_point_zB\x0c\n\n_end_pointB\x0e\n\x0c_end_point_xB\x0e\n\x0c_end_point_yB\x0e\n\x0c_end_point_zB\x14\n\x12_definition_pointsB\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)
@@ -33,7 +33,7 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.layout_and_
33
33
  if not _descriptor._USE_C_DESCRIPTORS:
34
34
  DESCRIPTOR._loaded_options = None
35
35
  _globals['_CADLINE']._serialized_start=122
36
- _globals['_CADLINE']._serialized_end=11366
36
+ _globals['_CADLINE']._serialized_end=11423
37
37
  _globals['_CADLINE_NURBSCONTROLPOINTSBYCOMPONENTSTABLE']._serialized_start=5761
38
38
  _globals['_CADLINE_NURBSCONTROLPOINTSBYCOMPONENTSTABLE']._serialized_end=5891
39
39
  _globals['_CADLINE_NURBSCONTROLPOINTSBYCOMPONENTSROW']._serialized_start=5894
@@ -55,15 +55,15 @@ if not _descriptor._USE_C_DESCRIPTORS:
55
55
  _globals['_CADLINE_ARCALPHAADJUSTMENTTARGET']._serialized_start=7389
56
56
  _globals['_CADLINE_ARCALPHAADJUSTMENTTARGET']._serialized_end=7560
57
57
  _globals['_CADLINE_ROTATIONSPECIFICATIONTYPE']._serialized_start=7563
58
- _globals['_CADLINE_ROTATIONSPECIFICATIONTYPE']._serialized_end=7754
59
- _globals['_CADLINE_ROTATIONPLANE']._serialized_start=7756
60
- _globals['_CADLINE_ROTATIONPLANE']._serialized_end=7817
61
- _globals['_CADLINE_COLORBY']._serialized_start=7819
62
- _globals['_CADLINE_COLORBY']._serialized_end=7898
63
- _globals['_CADLINE_LINETYPEBY']._serialized_start=7900
64
- _globals['_CADLINE_LINETYPEBY']._serialized_end=7990
65
- _globals['_CADLINE_LINETYPE']._serialized_start=7993
66
- _globals['_CADLINE_LINETYPE']._serialized_end=8124
67
- _globals['_CADLINE_LINETHICKNESSBY']._serialized_start=8126
68
- _globals['_CADLINE_LINETHICKNESSBY']._serialized_end=8231
58
+ _globals['_CADLINE_ROTATIONSPECIFICATIONTYPE']._serialized_end=7811
59
+ _globals['_CADLINE_ROTATIONPLANE']._serialized_start=7813
60
+ _globals['_CADLINE_ROTATIONPLANE']._serialized_end=7874
61
+ _globals['_CADLINE_COLORBY']._serialized_start=7876
62
+ _globals['_CADLINE_COLORBY']._serialized_end=7955
63
+ _globals['_CADLINE_LINETYPEBY']._serialized_start=7957
64
+ _globals['_CADLINE_LINETYPEBY']._serialized_end=8047
65
+ _globals['_CADLINE_LINETYPE']._serialized_start=8050
66
+ _globals['_CADLINE_LINETYPE']._serialized_end=8181
67
+ _globals['_CADLINE_LINETHICKNESSBY']._serialized_start=8183
68
+ _globals['_CADLINE_LINETHICKNESSBY']._serialized_end=8288
69
69
  # @@protoc_insertion_point(module_scope)
@@ -44,10 +44,12 @@ class CadLine(_message.Message):
44
44
  class RotationSpecificationType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
45
45
  __slots__ = ()
46
46
  ROTATION_SPECIFICATION_TYPE_BY_ANGLE: _ClassVar[CadLine.RotationSpecificationType]
47
+ ROTATION_SPECIFICATION_TYPE_GLASS_COMPOSITION_MODEL: _ClassVar[CadLine.RotationSpecificationType]
47
48
  ROTATION_SPECIFICATION_TYPE_INSIDE: _ClassVar[CadLine.RotationSpecificationType]
48
49
  ROTATION_SPECIFICATION_TYPE_SURFACE: _ClassVar[CadLine.RotationSpecificationType]
49
50
  ROTATION_SPECIFICATION_TYPE_TO_NODE: _ClassVar[CadLine.RotationSpecificationType]
50
51
  ROTATION_SPECIFICATION_TYPE_BY_ANGLE: CadLine.RotationSpecificationType
52
+ ROTATION_SPECIFICATION_TYPE_GLASS_COMPOSITION_MODEL: CadLine.RotationSpecificationType
51
53
  ROTATION_SPECIFICATION_TYPE_INSIDE: CadLine.RotationSpecificationType
52
54
  ROTATION_SPECIFICATION_TYPE_SURFACE: CadLine.RotationSpecificationType
53
55
  ROTATION_SPECIFICATION_TYPE_TO_NODE: CadLine.RotationSpecificationType