dlubal.api 2.12.1__py3-none-any.whl → 2.12.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of dlubal.api might be problematic. Click here for more details.
- dlubal/api/rfem/__init__.py +8 -6
- dlubal/api/rfem/aluminum_design/aluminum_boundary_conditions_pb2.py +51 -0
- dlubal/api/rfem/aluminum_design/aluminum_effective_lengths_pb2.py +91 -0
- dlubal/api/rfem/aluminum_design/aluminum_member_local_section_reduction_pb2.py +47 -0
- dlubal/api/rfem/aluminum_design/aluminum_member_transverse_weld_pb2.py +48 -0
- dlubal/api/rfem/application.py +17 -17
- dlubal/api/rfem/base_data_objects/terrain_pb2.py +8 -8
- dlubal/api/rfem/base_data_objects/terrain_pb2.pyi +6 -2
- dlubal/api/rfem/base_data_pb2.py +69 -69
- dlubal/api/rfem/base_data_pb2.pyi +8 -2
- dlubal/api/rfem/concrete_design_objects/__init__.py +1 -0
- dlubal/api/rfem/concrete_design_objects/concrete_effective_lengths_pb2.py +107 -0
- dlubal/api/rfem/concrete_foundations/single_foundation_pb2.py +79 -0
- dlubal/api/rfem/digital_twins/__init__.py +1 -0
- dlubal/api/rfem/digital_twins/digital_twins/__init__.py +2 -0
- dlubal/api/rfem/digital_twins/digital_twins/sensor_pb2.py +47 -0
- dlubal/api/rfem/digital_twins/digital_twins/sensor_pb2.pyi +126 -0
- dlubal/api/rfem/digital_twins/digital_twins/sensor_value_definition_pb2.py +44 -0
- dlubal/api/rfem/digital_twins/digital_twins/sensor_value_definition_pb2.pyi +98 -0
- dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +1 -1
- dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +2 -2
- dlubal/api/rfem/glass_design/glass_composition_model_pb2.py +91 -0
- dlubal/api/rfem/guide_objects/visual_object_pb2.py +6 -6
- dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +10 -2
- dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.py +12 -12
- dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.pyi +10 -2
- dlubal/api/rfem/layout_and_drawing/cad_line_pb2.py +13 -13
- dlubal/api/rfem/layout_and_drawing/cad_line_pb2.pyi +2 -0
- dlubal/api/rfem/loading/design_situation_pb2.py +12 -12
- dlubal/api/rfem/loading/design_situation_pb2.pyi +28 -2
- dlubal/api/rfem/loads/line_load_pb2.py +21 -21
- dlubal/api/rfem/loads/line_load_pb2.pyi +10 -2
- dlubal/api/rfem/loads/line_set_load_pb2.py +21 -21
- dlubal/api/rfem/loads/line_set_load_pb2.pyi +10 -2
- dlubal/api/rfem/loads/member_load_pb2.py +41 -41
- dlubal/api/rfem/loads/member_load_pb2.pyi +10 -2
- dlubal/api/rfem/loads/member_set_load_pb2.py +41 -41
- dlubal/api/rfem/loads/member_set_load_pb2.pyi +10 -2
- dlubal/api/rfem/loads/surface_load_pb2.py +27 -27
- dlubal/api/rfem/loads/surface_load_pb2.pyi +10 -2
- dlubal/api/rfem/loads/surface_set_load_pb2.py +27 -27
- dlubal/api/rfem/loads/surface_set_load_pb2.pyi +10 -2
- dlubal/api/rfem/mesh/mesh_settings_pb2.py +7 -11
- dlubal/api/rfem/mesh/mesh_settings_pb2.pyi +18 -76
- dlubal/api/rfem/object_type_pb2.py +2 -2
- dlubal/api/rfem/object_type_pb2.pyi +8 -0
- dlubal/api/rfem/{types_for_concrete_design → reinforcement}/__init__.py +0 -1
- dlubal/api/rfem/reinforcement/concrete_durability_pb2.py +68 -0
- dlubal/api/rfem/reinforcement/punching_reinforcement_pb2.py +58 -0
- dlubal/api/rfem/reinforcement/reinforcement_direction_pb2.py +38 -0
- dlubal/api/rfem/reinforcement/surface_reinforcement_pb2.py +84 -0
- dlubal/api/rfem/{types_for_concrete_design → reinforcement}/surface_reinforcement_pb2.pyi +183 -165
- dlubal/api/rfem/steel_design/steel_boundary_conditions_pb2.py +51 -0
- dlubal/api/rfem/steel_design/steel_effective_lengths_pb2.py +117 -0
- dlubal/api/rfem/steel_design/steel_member_local_section_reduction_pb2.py +47 -0
- dlubal/api/rfem/steel_design/steel_member_transverse_weld_pb2.py +48 -0
- dlubal/api/rfem/structure_core/line_pb2.py +17 -17
- dlubal/api/rfem/structure_core/line_pb2.pyi +2 -0
- dlubal/api/rfem/structure_core/member_pb2.py +192 -190
- dlubal/api/rfem/structure_core/member_pb2.pyi +20 -2
- dlubal/api/rfem/structure_core/member_representative_pb2.py +288 -286
- dlubal/api/rfem/structure_core/member_representative_pb2.pyi +20 -2
- dlubal/api/rfem/structure_core/member_set_representative_pb2.py +406 -404
- dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +20 -2
- dlubal/api/rfem/structure_core/solid_pb2.py +28 -28
- dlubal/api/rfem/structure_core/solid_pb2.pyi +10 -2
- dlubal/api/rfem/structure_core/surface_pb2.py +62 -62
- dlubal/api/rfem/structure_core/surface_pb2.pyi +14 -2
- dlubal/api/rfem/timber_design/timber_effective_lengths_pb2.py +105 -0
- dlubal/api/rfem/timber_design/timber_member_local_section_reduction_pb2.py +48 -0
- dlubal/api/rfem/timber_design/timber_moisture_class_pb2.py +38 -0
- dlubal/api/rfem/timber_design/timber_screw_type_pb2.py +38 -0
- dlubal/api/rfem/timber_design/timber_service_class_pb2.py +38 -0
- dlubal/api/rfem/timber_design/timber_service_conditions_pb2.py +42 -0
- dlubal/api/rfem/types_for_lines/line_support_pb2.py +1 -1
- dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +14 -14
- dlubal/api/rfem/types_for_wind_simulation/__init__.py +2 -0
- dlubal/api/rfem/types_for_wind_simulation/roughness_and_permeability_pb2.py +40 -0
- dlubal/api/rfem/types_for_wind_simulation/roughness_and_permeability_pb2.pyi +85 -0
- dlubal/api/rfem/types_for_wind_simulation/shrink_wrapping_pb2.py +40 -0
- dlubal/api/rfem/types_for_wind_simulation/shrink_wrapping_pb2.pyi +59 -0
- dlubal/api/rsection/application.py +16 -0
- dlubal/api/rstab/__init__.py +7 -5
- dlubal/api/rstab/aluminum_design/aluminum_boundary_conditions_pb2.py +51 -0
- dlubal/api/rstab/aluminum_design/aluminum_effective_lengths_pb2.py +91 -0
- dlubal/api/rstab/aluminum_design/aluminum_member_local_section_reduction_pb2.py +47 -0
- dlubal/api/rstab/aluminum_design/aluminum_member_transverse_weld_pb2.py +48 -0
- dlubal/api/rstab/application.py +17 -17
- dlubal/api/rstab/base_data_objects/terrain_pb2.py +8 -8
- dlubal/api/rstab/base_data_objects/terrain_pb2.pyi +6 -2
- dlubal/api/rstab/base_data_pb2.py +53 -53
- dlubal/api/rstab/base_data_pb2.pyi +8 -2
- dlubal/api/rstab/concrete_design_objects/__init__.py +1 -0
- dlubal/api/rstab/concrete_design_objects/concrete_effective_lengths_pb2.py +107 -0
- dlubal/api/{rfem/types_for_foundations → rstab/concrete_foundations}/single_foundation_pb2.py +12 -12
- dlubal/api/rstab/digital_twins/__init__.py +1 -0
- dlubal/api/rstab/digital_twins/digital_twins/__init__.py +2 -0
- dlubal/api/rstab/digital_twins/digital_twins/sensor_pb2.py +47 -0
- dlubal/api/rstab/digital_twins/digital_twins/sensor_pb2.pyi +126 -0
- dlubal/api/rstab/digital_twins/digital_twins/sensor_value_definition_pb2.py +44 -0
- dlubal/api/rstab/digital_twins/digital_twins/sensor_value_definition_pb2.pyi +98 -0
- dlubal/api/rstab/guide_objects/visual_object_pb2.py +6 -6
- dlubal/api/rstab/guide_objects/visual_object_pb2.pyi +10 -2
- dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.py +12 -12
- dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.pyi +10 -2
- dlubal/api/rstab/loading/design_situation_pb2.py +12 -12
- dlubal/api/rstab/loading/design_situation_pb2.pyi +28 -2
- dlubal/api/rstab/loads/member_load_pb2.py +41 -41
- dlubal/api/rstab/loads/member_load_pb2.pyi +10 -2
- dlubal/api/rstab/loads/member_set_load_pb2.py +41 -41
- dlubal/api/rstab/loads/member_set_load_pb2.pyi +10 -2
- dlubal/api/rstab/object_type_pb2.py +2 -2
- dlubal/api/rstab/object_type_pb2.pyi +8 -0
- dlubal/api/rstab/reinforcement/__init__.py +1 -0
- dlubal/api/rstab/reinforcement/concrete_durability_pb2.py +68 -0
- dlubal/api/rstab/steel_design/steel_boundary_conditions_pb2.py +51 -0
- dlubal/api/rstab/steel_design/steel_effective_lengths_pb2.py +117 -0
- dlubal/api/rstab/steel_design/steel_member_local_section_reduction_pb2.py +47 -0
- dlubal/api/rstab/steel_design/steel_member_transverse_weld_pb2.py +48 -0
- dlubal/api/rstab/structure_core/member_pb2.py +180 -178
- dlubal/api/rstab/structure_core/member_pb2.pyi +20 -2
- dlubal/api/rstab/structure_core/member_representative_pb2.py +276 -274
- dlubal/api/rstab/structure_core/member_representative_pb2.pyi +20 -2
- dlubal/api/rstab/structure_core/member_set_representative_pb2.py +396 -394
- dlubal/api/rstab/structure_core/member_set_representative_pb2.pyi +20 -2
- dlubal/api/rstab/timber_design/timber_effective_lengths_pb2.py +105 -0
- dlubal/api/rstab/timber_design/timber_member_local_section_reduction_pb2.py +48 -0
- dlubal/api/rstab/timber_design/timber_moisture_class_pb2.py +38 -0
- dlubal/api/rstab/timber_design/timber_screw_type_pb2.py +38 -0
- dlubal/api/rstab/timber_design/timber_service_class_pb2.py +38 -0
- dlubal/api/rstab/timber_design/timber_service_conditions_pb2.py +42 -0
- dlubal/api/rstab/types_for_wind_simulation/__init__.py +2 -0
- dlubal/api/rstab/types_for_wind_simulation/roughness_and_permeability_pb2.py +40 -0
- dlubal/api/rstab/types_for_wind_simulation/roughness_and_permeability_pb2.pyi +81 -0
- dlubal/api/rstab/types_for_wind_simulation/shrink_wrapping_pb2.py +40 -0
- dlubal/api/rstab/types_for_wind_simulation/shrink_wrapping_pb2.pyi +55 -0
- {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.3.dist-info}/METADATA +2 -2
- {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.3.dist-info}/RECORD +190 -168
- examples/rfem/column.py +1 -1
- examples/rfem/import_from_ifc.py +3 -3
- examples/rstab/column.py +7 -7
- examples/rstab/import_from_ifc.py +1 -1
- dlubal/api/rfem/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -51
- dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -91
- dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -47
- dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -48
- dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -68
- dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -107
- dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +0 -58
- dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -38
- dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -80
- dlubal/api/rfem/types_for_glass_design/glass_composition_model_pb2.py +0 -91
- dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -51
- dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -117
- dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -47
- dlubal/api/rfem/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -48
- dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -105
- dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -48
- dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -38
- dlubal/api/rfem/types_for_timber_design/timber_screw_type_pb2.py +0 -38
- dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -38
- dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -42
- dlubal/api/rstab/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -51
- dlubal/api/rstab/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -91
- dlubal/api/rstab/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -47
- dlubal/api/rstab/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -48
- dlubal/api/rstab/types_for_concrete_design/__init__.py +0 -2
- dlubal/api/rstab/types_for_concrete_design/concrete_durability_pb2.py +0 -68
- dlubal/api/rstab/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -107
- dlubal/api/rstab/types_for_foundations/single_foundation_pb2.py +0 -79
- dlubal/api/rstab/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -51
- dlubal/api/rstab/types_for_steel_design/steel_effective_lengths_pb2.py +0 -117
- dlubal/api/rstab/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -47
- dlubal/api/rstab/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -48
- dlubal/api/rstab/types_for_timber_design/timber_effective_lengths_pb2.py +0 -105
- dlubal/api/rstab/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -48
- dlubal/api/rstab/types_for_timber_design/timber_moisture_class_pb2.py +0 -38
- dlubal/api/rstab/types_for_timber_design/timber_screw_type_pb2.py +0 -38
- dlubal/api/rstab/types_for_timber_design/timber_service_class_pb2.py +0 -38
- dlubal/api/rstab/types_for_timber_design/timber_service_conditions_pb2.py +0 -42
- /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/__init__.py +0 -0
- /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_boundary_conditions_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_member_local_section_reduction_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_member_transverse_weld_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_concrete_design → concrete_design_objects}/concrete_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_foundations → concrete_foundations}/__init__.py +0 -0
- /dlubal/api/rfem/{types_for_foundations → concrete_foundations}/single_foundation_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_glass_design → glass_design}/__init__.py +0 -0
- /dlubal/api/rfem/{types_for_glass_design → glass_design}/glass_composition_model_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_concrete_design → reinforcement}/concrete_durability_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_concrete_design → reinforcement}/punching_reinforcement_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_concrete_design → reinforcement}/reinforcement_direction_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_steel_design → steel_design}/__init__.py +0 -0
- /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_boundary_conditions_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_member_local_section_reduction_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_member_transverse_weld_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_timber_design → timber_design}/__init__.py +0 -0
- /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_member_local_section_reduction_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_moisture_class_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_screw_type_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_service_class_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_service_conditions_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/__init__.py +0 -0
- /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_boundary_conditions_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_member_local_section_reduction_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_member_transverse_weld_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_concrete_design → concrete_design_objects}/concrete_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_foundations → concrete_foundations}/__init__.py +0 -0
- /dlubal/api/rstab/{types_for_foundations → concrete_foundations}/single_foundation_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_concrete_design → reinforcement}/concrete_durability_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_steel_design → steel_design}/__init__.py +0 -0
- /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_boundary_conditions_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_member_local_section_reduction_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_member_transverse_weld_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_timber_design → timber_design}/__init__.py +0 -0
- /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_member_local_section_reduction_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_moisture_class_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_screw_type_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_service_class_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_service_conditions_pb2.pyi +0 -0
- {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.3.dist-info}/WHEEL +0 -0
- {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.3.dist-info}/top_level.txt +0 -0
|
@@ -121,20 +121,28 @@ class SurfaceLoad(_message.Message):
|
|
|
121
121
|
rows: _containers.RepeatedCompositeFieldContainer[SurfaceLoad.VaryingLoadParametersRow]
|
|
122
122
|
def __init__(self, rows: _Optional[_Iterable[_Union[SurfaceLoad.VaryingLoadParametersRow, _Mapping]]] = ...) -> None: ...
|
|
123
123
|
class VaryingLoadParametersRow(_message.Message):
|
|
124
|
-
__slots__ = ("no", "description", "distance", "delta_distance", "magnitude", "note")
|
|
124
|
+
__slots__ = ("no", "description", "distance", "delta_distance", "magnitude", "note", "distance_unit", "delta_distance_unit", "magnitude_unit", "magnitude_symbol")
|
|
125
125
|
NO_FIELD_NUMBER: _ClassVar[int]
|
|
126
126
|
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
127
127
|
DISTANCE_FIELD_NUMBER: _ClassVar[int]
|
|
128
128
|
DELTA_DISTANCE_FIELD_NUMBER: _ClassVar[int]
|
|
129
129
|
MAGNITUDE_FIELD_NUMBER: _ClassVar[int]
|
|
130
130
|
NOTE_FIELD_NUMBER: _ClassVar[int]
|
|
131
|
+
DISTANCE_UNIT_FIELD_NUMBER: _ClassVar[int]
|
|
132
|
+
DELTA_DISTANCE_UNIT_FIELD_NUMBER: _ClassVar[int]
|
|
133
|
+
MAGNITUDE_UNIT_FIELD_NUMBER: _ClassVar[int]
|
|
134
|
+
MAGNITUDE_SYMBOL_FIELD_NUMBER: _ClassVar[int]
|
|
131
135
|
no: int
|
|
132
136
|
description: str
|
|
133
137
|
distance: float
|
|
134
138
|
delta_distance: float
|
|
135
139
|
magnitude: float
|
|
136
140
|
note: str
|
|
137
|
-
|
|
141
|
+
distance_unit: str
|
|
142
|
+
delta_distance_unit: str
|
|
143
|
+
magnitude_unit: str
|
|
144
|
+
magnitude_symbol: str
|
|
145
|
+
def __init__(self, no: _Optional[int] = ..., description: _Optional[str] = ..., distance: _Optional[float] = ..., delta_distance: _Optional[float] = ..., magnitude: _Optional[float] = ..., note: _Optional[str] = ..., distance_unit: _Optional[str] = ..., delta_distance_unit: _Optional[str] = ..., magnitude_unit: _Optional[str] = ..., magnitude_symbol: _Optional[str] = ...) -> None: ...
|
|
138
146
|
class SnowInclinationShapeCoefficientTable(_message.Message):
|
|
139
147
|
__slots__ = ("rows",)
|
|
140
148
|
ROWS_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -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'\n,dlubal/api/rfem/loads/surface_set_load.proto\x12\x15\x64lubal.api.rfem.loads\x1a\x1e\x64lubal/api/common/common.proto\"\xceG\n\x0eSurfaceSetLoad\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x46\n\tload_type\x18\x02 \x01(\x0e\x32..dlubal.api.rfem.loads.SurfaceSetLoad.LoadTypeH\x01\x88\x01\x01\x12\x14\n\x0csurface_sets\x18\x03 \x03(\x05\x12\x16\n\tload_case\x18\x04 \x01(\x05H\x02\x88\x01\x01\x12V\n\x11load_distribution\x18\x05 \x01(\x0e\x32\x36.dlubal.api.rfem.loads.SurfaceSetLoad.LoadDistributionH\x03\x88\x01\x01\x12Q\n\x11\x63oordinate_system\x18\x06 \x01(\x0b\x32\x31.dlubal.api.common.CoordinateSystemRepresentationH\x04\x88\x01\x01\x12P\n\x0eload_direction\x18\x07 \x01(\x0e\x32\x33.dlubal.api.rfem.loads.SurfaceSetLoad.LoadDirectionH\x05\x88\x01\x01\x12\x1e\n\x11uniform_magnitude\x18\x08 \x01(\x01H\x06\x88\x01\x01\x12\x18\n\x0bmagnitude_1\x18\t \x01(\x01H\x07\x88\x01\x01\x12\x18\n\x0bmagnitude_2\x18\n \x01(\x01H\x08\x88\x01\x01\x12\x18\n\x0bmagnitude_3\x18\x0b \x01(\x01H\t\x88\x01\x01\x12\"\n\x15uniform_magnitude_t_c\x18\x0c \x01(\x01H\n\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_1\x18\r \x01(\x01H\x0b\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_2\x18\x0e \x01(\x01H\x0c\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_3\x18\x0f \x01(\x01H\r\x88\x01\x01\x12&\n\x19uniform_magnitude_delta_t\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12 \n\x13magnitude_delta_t_1\x18\x11 \x01(\x01H\x0f\x88\x01\x01\x12 \n\x13magnitude_delta_t_2\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12 \n\x13magnitude_delta_t_3\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12%\n\x18magnitude_axial_strain_x\x18\x14 \x01(\x01H\x12\x88\x01\x01\x12%\n\x18magnitude_axial_strain_y\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12&\n\x19magnitude_axial_strain_1x\x18\x16 \x01(\x01H\x14\x88\x01\x01\x12&\n\x19magnitude_axial_strain_1y\x18\x17 \x01(\x01H\x15\x88\x01\x01\x12&\n\x19magnitude_axial_strain_2x\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12&\n\x19magnitude_axial_strain_2y\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12&\n\x19magnitude_axial_strain_3x\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12&\n\x19magnitude_axial_strain_3y\x18\x1b \x01(\x01H\x19\x88\x01\x01\x12\x1d\n\x10\x61ngular_velocity\x18\x1c \x01(\x01H\x1a\x88\x01\x01\x12!\n\x14\x61ngular_acceleration\x18\x1d \x01(\x01H\x1b\x88\x01\x01\x12\x13\n\x06node_1\x18\x1e \x01(\x05H\x1c\x88\x01\x01\x12\x13\n\x06node_2\x18\x1f \x01(\x05H\x1d\x88\x01\x01\x12\x13\n\x06node_3\x18 \x01(\x05H\x1e\x88\x01\x01\x12[\n\x14\x61xis_definition_type\x18! \x01(\x0e\x32\x38.dlubal.api.rfem.loads.SurfaceSetLoad.AxisDefinitionTypeH\x1f\x88\x01\x01\x12<\n\x12\x61xis_definition_p1\x18\" \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH \x88\x01\x01\x12!\n\x14\x61xis_definition_p1_x\x18# \x01(\x01H!\x88\x01\x01\x12!\n\x14\x61xis_definition_p1_y\x18$ \x01(\x01H\"\x88\x01\x01\x12!\n\x14\x61xis_definition_p1_z\x18% \x01(\x01H#\x88\x01\x01\x12<\n\x12\x61xis_definition_p2\x18& \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH$\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_x\x18\' \x01(\x01H%\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_y\x18( \x01(\x01H&\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_z\x18) \x01(\x01H\'\x88\x01\x01\x12[\n\x14\x61xis_definition_axis\x18* \x01(\x0e\x32\x38.dlubal.api.rfem.loads.SurfaceSetLoad.AxisDefinitionAxisH(\x88\x01\x01\x12r\n axis_definition_axis_orientation\x18+ \x01(\x0e\x32\x43.dlubal.api.rfem.loads.SurfaceSetLoad.AxisDefinitionAxisOrientationH)\x88\x01\x01\x12\x66\n\x17varying_load_parameters\x18, \x01(\x0b\x32@.dlubal.api.rfem.loads.SurfaceSetLoad.VaryingLoadParametersTableH*\x88\x01\x01\x12+\n\x1evarying_load_parameters_sorted\x18- \x01(\x08H+\x88\x01\x01\x12\x14\n\x07\x63omment\x18. \x01(\tH,\x88\x01\x01\x12\x19\n\x0cis_generated\x18/ \x01(\x08H-\x88\x01\x01\x12#\n\x16generating_object_info\x18\x30 \x01(\tH.\x88\x01\x01\x12\x61\n\x17\x66orm_finding_definition\x18\x31 \x01(\x0e\x32;.dlubal.api.rfem.loads.SurfaceSetLoad.FormFindingDefinitionH/\x88\x01\x01\x12&\n\x19magnitude_uniform_force_x\x18\x32 \x01(\x01H0\x88\x01\x01\x12&\n\x19magnitude_uniform_force_y\x18\x33 \x01(\x01H1\x88\x01\x01\x12\x1e\n\x11magnitude_force_u\x18\x34 \x01(\x01H2\x88\x01\x01\x12\x1e\n\x11magnitude_force_v\x18\x35 \x01(\x01H3\x88\x01\x01\x12\x1e\n\x11magnitude_force_r\x18\x36 \x01(\x01H4\x88\x01\x01\x12\x1e\n\x11magnitude_force_t\x18\x37 \x01(\x01H5\x88\x01\x01\x12\'\n\x1amagnitude_uniform_stress_x\x18\x38 \x01(\x01H6\x88\x01\x01\x12\'\n\x1amagnitude_uniform_stress_y\x18\x39 \x01(\x01H7\x88\x01\x01\x12)\n\x1cmagnitude_orthogonal_force_x\x18: \x01(\x01H8\x88\x01\x01\x12)\n\x1cmagnitude_orthogonal_force_y\x18; \x01(\x01H9\x88\x01\x01\x12*\n\x1dmagnitude_orthogonal_stress_x\x18< \x01(\x01H:\x88\x01\x01\x12*\n\x1dmagnitude_orthogonal_stress_y\x18= \x01(\x01H;\x88\x01\x01\x12\x1f\n\x12magnitude_stress_u\x18> \x01(\x01H<\x88\x01\x01\x12\x1f\n\x12magnitude_stress_v\x18? \x01(\x01H=\x88\x01\x01\x12\x1f\n\x12magnitude_stress_r\x18@ \x01(\x01H>\x88\x01\x01\x12\x1f\n\x12magnitude_stress_t\x18\x41 \x01(\x01H?\x88\x01\x01\x12\x1a\n\rmagnitude_sag\x18\x42 \x01(\x01H@\x88\x01\x01\x12$\n\x17magnitude_force_scale_x\x18\x43 \x01(\x01HA\x88\x01\x01\x12$\n\x17magnitude_force_scale_y\x18\x44 \x01(\x01HB\x88\x01\x01\x12/\n\"magnitude_orthogonal_force_scale_x\x18\x45 \x01(\x01HC\x88\x01\x01\x12/\n\"magnitude_orthogonal_force_scale_y\x18\x46 \x01(\x01HD\x88\x01\x01\x12$\n\x17magnitude_force_scale_u\x18G \x01(\x01HE\x88\x01\x01\x12$\n\x17magnitude_force_scale_v\x18H \x01(\x01HF\x88\x01\x01\x12$\n\x17magnitude_force_scale_r\x18I \x01(\x01HG\x88\x01\x01\x12$\n\x17magnitude_force_scale_t\x18J \x01(\x01HH\x88\x01\x01\x12p\n\x1f\x66orm_finding_calculation_method\x18K \x01(\x0e\x32\x42.dlubal.api.rfem.loads.SurfaceSetLoad.FormFindingCalculationMethodHI\x88\x01\x01\x12t\n\"form_finding_sag_related_to_object\x18L \x01(\x0e\x32\x43.dlubal.api.rfem.loads.SurfaceSetLoad.FormFindingSagRelatedToObjectHJ\x88\x01\x01\x12\x30\n#form_finding_sag_related_to_surface\x18M \x01(\x05HK\x88\x01\x01\x12\'\n\x1aindividual_mass_components\x18N \x01(\x08HL\x88\x01\x01\x12\"\n\x15magnitude_mass_global\x18O \x01(\x01HM\x88\x01\x01\x12\x1d\n\x10magnitude_mass_x\x18P \x01(\x01HN\x88\x01\x01\x12\x1d\n\x10magnitude_mass_y\x18Q \x01(\x01HO\x88\x01\x01\x12\x1d\n\x10magnitude_mass_z\x18R \x01(\x01HP\x88\x01\x01\x12.\n!ponding_magnitude_specific_weight\x18S \x01(\x01HQ\x88\x01\x01\x12\x33\n&ponding_magnitude_amount_precipitation\x18T \x01(\x01HR\x88\x01\x01\x12)\n\x1cponding_amount_precipitation\x18U \x01(\x08HS\x88\x01\x01\x12\x1b\n\x0esnow_magnitude\x18V \x01(\x01HT\x88\x01\x01\x12!\n\x14snow_specific_weight\x18W \x01(\x01HU\x88\x01\x01\x12g\n\x1asnow_distribution_approach\x18X \x01(\x0e\x32>.dlubal.api.rfem.loads.SurfaceSetLoad.SnowDistributionApproachHV\x88\x01\x01\x12,\n\x1fsnow_angle_of_internal_friction\x18Y \x01(\x01HW\x88\x01\x01\x12{\n\"snow_inclination_shape_coefficient\x18Z \x01(\x0b\x32J.dlubal.api.rfem.loads.SurfaceSetLoad.SnowInclinationShapeCoefficientTableHX\x88\x01\x01\x12(\n\x1bload_graphic_position_below\x18[ \x01(\x08HY\x88\x01\x01\x12!\n\x14id_for_export_import\x18\\ \x01(\tHZ\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18] \x01(\tH[\x88\x01\x01\x1aj\n\x1aVaryingLoadParametersTable\x12L\n\x04rows\x18\x01 \x03(\x0b\x32>.dlubal.api.rfem.loads.SurfaceSetLoad.VaryingLoadParametersRow\x1a\xf2\x01\n\x18VaryingLoadParametersRow\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\x08\x64istance\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x1b\n\x0e\x64\x65lta_distance\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x16\n\tmagnitude\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x11\n\x04note\x18\x06 \x01(\tH\x05\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0b\n\t_distanceB\x11\n\x0f_delta_distanceB\x0c\n\n_magnitudeB\x07\n\x05_note\x1a~\n$SnowInclinationShapeCoefficientTable\x12V\n\x04rows\x18\x01 \x03(\x0b\x32H.dlubal.api.rfem.loads.SurfaceSetLoad.SnowInclinationShapeCoefficientRow\x1a\xd6\x01\n\"SnowInclinationShapeCoefficientRow\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\x13surface_inclination\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x1e\n\x11shape_coefficient\x18\x04 \x01(\x01H\x03\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_surface_inclinationB\x14\n\x12_shape_coefficient\"\xfe\x01\n\x08LoadType\x12\x15\n\x11LOAD_TYPE_UNKNOWN\x10\x00\x12\x1a\n\x16LOAD_TYPE_AXIAL_STRAIN\x10\x03\x12\x13\n\x0fLOAD_TYPE_FORCE\x10\x01\x12\x1a\n\x16LOAD_TYPE_FORM_FINDING\x10\x06\x12\x12\n\x0eLOAD_TYPE_MASS\x10\x07\x12\x15\n\x11LOAD_TYPE_PONDING\x10\x08\x12\x17\n\x13LOAD_TYPE_PRECAMBER\x10\x04\x12\x1b\n\x17LOAD_TYPE_ROTARY_MOTION\x10\x05\x12\x12\n\x0eLOAD_TYPE_SNOW\x10\t\x12\x19\n\x15LOAD_TYPE_TEMPERATURE\x10\x02\"\xfa\x01\n\x10LoadDistribution\x12\x1d\n\x19LOAD_DISTRIBUTION_UNIFORM\x10\x00\x12\x1c\n\x18LOAD_DISTRIBUTION_LINEAR\x10\x01\x12!\n\x1dLOAD_DISTRIBUTION_LINEAR_IN_X\x10\x02\x12!\n\x1dLOAD_DISTRIBUTION_LINEAR_IN_Y\x10\x03\x12!\n\x1dLOAD_DISTRIBUTION_LINEAR_IN_Z\x10\x04\x12\x1c\n\x18LOAD_DISTRIBUTION_RADIAL\x10\x05\x12\"\n\x1eLOAD_DISTRIBUTION_VARYING_IN_Z\x10\x08\"\xd4\x03\n\rLoadDirection\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_X\x10\x00\x12>\n:LOAD_DIRECTION_GLOBAL_X_OR_USER_DEFINED_U_PROJECTED_LENGTH\x10\x0e\x12\x39\n5LOAD_DIRECTION_GLOBAL_X_OR_USER_DEFINED_U_TRUE_LENGTH\x10\x0b\x12>\n:LOAD_DIRECTION_GLOBAL_Y_OR_USER_DEFINED_V_PROJECTED_LENGTH\x10\x0f\x12\x39\n5LOAD_DIRECTION_GLOBAL_Y_OR_USER_DEFINED_V_TRUE_LENGTH\x10\x0c\x12>\n:LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_PROJECTED_LENGTH\x10\x10\x12\x39\n5LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_TRUE_LENGTH\x10\r\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_Y\x10\x01\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_Z\x10\x02\"b\n\x12\x41xisDefinitionType\x12#\n\x1f\x41XIS_DEFINITION_TYPE_TWO_POINTS\x10\x00\x12\'\n#AXIS_DEFINITION_TYPE_POINT_AND_AXIS\x10\x01\"h\n\x12\x41xisDefinitionAxis\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_X\x10\x00\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_Y\x10\x01\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_Z\x10\x02\"}\n\x1d\x41xisDefinitionAxisOrientation\x12-\n)AXIS_DEFINITION_AXIS_ORIENTATION_POSITIVE\x10\x00\x12-\n)AXIS_DEFINITION_AXIS_ORIENTATION_NEGATIVE\x10\x01\"\x7f\n\x15\x46ormFindingDefinition\x12!\n\x1d\x46ORM_FINDING_DEFINITION_FORCE\x10\x00\x12\x1f\n\x1b\x46ORM_FINDING_DEFINITION_SAG\x10\x02\x12\"\n\x1e\x46ORM_FINDING_DEFINITION_STRESS\x10\x01\"|\n\x1c\x46ormFindingCalculationMethod\x12,\n(FORM_FINDING_CALCULATION_METHOD_STANDARD\x10\x00\x12.\n*FORM_FINDING_CALCULATION_METHOD_PROJECTION\x10\x01\"\xa7\x01\n\x1d\x46ormFindingSagRelatedToObject\x12+\n\'FORM_FINDING_SAG_RELATED_TO_OBJECT_BASE\x10\x00\x12)\n%FORM_FINDING_SAG_RELATED_TO_OBJECT_CS\x10\x01\x12.\n*FORM_FINDING_SAG_RELATED_TO_OBJECT_SURFACE\x10\x02\"\x85\x01\n\x18SnowDistributionApproach\x12\x30\n,SNOW_DISTRIBUTION_APPROACH_INCLINATION_SHAPE\x10\x00\x12\x37\n3SNOW_DISTRIBUTION_APPROACH_MATERIAL_CHARACTERISTICS\x10\x01\x42\x05\n\x03_noB\x0c\n\n_load_typeB\x0c\n\n_load_caseB\x14\n\x12_load_distributionB\x14\n\x12_coordinate_systemB\x11\n\x0f_load_directionB\x14\n\x12_uniform_magnitudeB\x0e\n\x0c_magnitude_1B\x0e\n\x0c_magnitude_2B\x0e\n\x0c_magnitude_3B\x18\n\x16_uniform_magnitude_t_cB\x12\n\x10_magnitude_t_c_1B\x12\n\x10_magnitude_t_c_2B\x12\n\x10_magnitude_t_c_3B\x1c\n\x1a_uniform_magnitude_delta_tB\x16\n\x14_magnitude_delta_t_1B\x16\n\x14_magnitude_delta_t_2B\x16\n\x14_magnitude_delta_t_3B\x1b\n\x19_magnitude_axial_strain_xB\x1b\n\x19_magnitude_axial_strain_yB\x1c\n\x1a_magnitude_axial_strain_1xB\x1c\n\x1a_magnitude_axial_strain_1yB\x1c\n\x1a_magnitude_axial_strain_2xB\x1c\n\x1a_magnitude_axial_strain_2yB\x1c\n\x1a_magnitude_axial_strain_3xB\x1c\n\x1a_magnitude_axial_strain_3yB\x13\n\x11_angular_velocityB\x17\n\x15_angular_accelerationB\t\n\x07_node_1B\t\n\x07_node_2B\t\n\x07_node_3B\x17\n\x15_axis_definition_typeB\x15\n\x13_axis_definition_p1B\x17\n\x15_axis_definition_p1_xB\x17\n\x15_axis_definition_p1_yB\x17\n\x15_axis_definition_p1_zB\x15\n\x13_axis_definition_p2B\x17\n\x15_axis_definition_p2_xB\x17\n\x15_axis_definition_p2_yB\x17\n\x15_axis_definition_p2_zB\x17\n\x15_axis_definition_axisB#\n!_axis_definition_axis_orientationB\x1a\n\x18_varying_load_parametersB!\n\x1f_varying_load_parameters_sortedB\n\n\x08_commentB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x1a\n\x18_form_finding_definitionB\x1c\n\x1a_magnitude_uniform_force_xB\x1c\n\x1a_magnitude_uniform_force_yB\x14\n\x12_magnitude_force_uB\x14\n\x12_magnitude_force_vB\x14\n\x12_magnitude_force_rB\x14\n\x12_magnitude_force_tB\x1d\n\x1b_magnitude_uniform_stress_xB\x1d\n\x1b_magnitude_uniform_stress_yB\x1f\n\x1d_magnitude_orthogonal_force_xB\x1f\n\x1d_magnitude_orthogonal_force_yB \n\x1e_magnitude_orthogonal_stress_xB \n\x1e_magnitude_orthogonal_stress_yB\x15\n\x13_magnitude_stress_uB\x15\n\x13_magnitude_stress_vB\x15\n\x13_magnitude_stress_rB\x15\n\x13_magnitude_stress_tB\x10\n\x0e_magnitude_sagB\x1a\n\x18_magnitude_force_scale_xB\x1a\n\x18_magnitude_force_scale_yB%\n#_magnitude_orthogonal_force_scale_xB%\n#_magnitude_orthogonal_force_scale_yB\x1a\n\x18_magnitude_force_scale_uB\x1a\n\x18_magnitude_force_scale_vB\x1a\n\x18_magnitude_force_scale_rB\x1a\n\x18_magnitude_force_scale_tB\"\n _form_finding_calculation_methodB%\n#_form_finding_sag_related_to_objectB&\n$_form_finding_sag_related_to_surfaceB\x1d\n\x1b_individual_mass_componentsB\x18\n\x16_magnitude_mass_globalB\x13\n\x11_magnitude_mass_xB\x13\n\x11_magnitude_mass_yB\x13\n\x11_magnitude_mass_zB$\n\"_ponding_magnitude_specific_weightB)\n\'_ponding_magnitude_amount_precipitationB\x1f\n\x1d_ponding_amount_precipitationB\x11\n\x0f_snow_magnitudeB\x17\n\x15_snow_specific_weightB\x1d\n\x1b_snow_distribution_approachB\"\n _snow_angle_of_internal_frictionB%\n#_snow_inclination_shape_coefficientB\x1e\n\x1c_load_graphic_position_belowB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,dlubal/api/rfem/loads/surface_set_load.proto\x12\x15\x64lubal.api.rfem.loads\x1a\x1e\x64lubal/api/common/common.proto\"\x9aI\n\x0eSurfaceSetLoad\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x46\n\tload_type\x18\x02 \x01(\x0e\x32..dlubal.api.rfem.loads.SurfaceSetLoad.LoadTypeH\x01\x88\x01\x01\x12\x14\n\x0csurface_sets\x18\x03 \x03(\x05\x12\x16\n\tload_case\x18\x04 \x01(\x05H\x02\x88\x01\x01\x12V\n\x11load_distribution\x18\x05 \x01(\x0e\x32\x36.dlubal.api.rfem.loads.SurfaceSetLoad.LoadDistributionH\x03\x88\x01\x01\x12Q\n\x11\x63oordinate_system\x18\x06 \x01(\x0b\x32\x31.dlubal.api.common.CoordinateSystemRepresentationH\x04\x88\x01\x01\x12P\n\x0eload_direction\x18\x07 \x01(\x0e\x32\x33.dlubal.api.rfem.loads.SurfaceSetLoad.LoadDirectionH\x05\x88\x01\x01\x12\x1e\n\x11uniform_magnitude\x18\x08 \x01(\x01H\x06\x88\x01\x01\x12\x18\n\x0bmagnitude_1\x18\t \x01(\x01H\x07\x88\x01\x01\x12\x18\n\x0bmagnitude_2\x18\n \x01(\x01H\x08\x88\x01\x01\x12\x18\n\x0bmagnitude_3\x18\x0b \x01(\x01H\t\x88\x01\x01\x12\"\n\x15uniform_magnitude_t_c\x18\x0c \x01(\x01H\n\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_1\x18\r \x01(\x01H\x0b\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_2\x18\x0e \x01(\x01H\x0c\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_3\x18\x0f \x01(\x01H\r\x88\x01\x01\x12&\n\x19uniform_magnitude_delta_t\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12 \n\x13magnitude_delta_t_1\x18\x11 \x01(\x01H\x0f\x88\x01\x01\x12 \n\x13magnitude_delta_t_2\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12 \n\x13magnitude_delta_t_3\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12%\n\x18magnitude_axial_strain_x\x18\x14 \x01(\x01H\x12\x88\x01\x01\x12%\n\x18magnitude_axial_strain_y\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12&\n\x19magnitude_axial_strain_1x\x18\x16 \x01(\x01H\x14\x88\x01\x01\x12&\n\x19magnitude_axial_strain_1y\x18\x17 \x01(\x01H\x15\x88\x01\x01\x12&\n\x19magnitude_axial_strain_2x\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12&\n\x19magnitude_axial_strain_2y\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12&\n\x19magnitude_axial_strain_3x\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12&\n\x19magnitude_axial_strain_3y\x18\x1b \x01(\x01H\x19\x88\x01\x01\x12\x1d\n\x10\x61ngular_velocity\x18\x1c \x01(\x01H\x1a\x88\x01\x01\x12!\n\x14\x61ngular_acceleration\x18\x1d \x01(\x01H\x1b\x88\x01\x01\x12\x13\n\x06node_1\x18\x1e \x01(\x05H\x1c\x88\x01\x01\x12\x13\n\x06node_2\x18\x1f \x01(\x05H\x1d\x88\x01\x01\x12\x13\n\x06node_3\x18 \x01(\x05H\x1e\x88\x01\x01\x12[\n\x14\x61xis_definition_type\x18! \x01(\x0e\x32\x38.dlubal.api.rfem.loads.SurfaceSetLoad.AxisDefinitionTypeH\x1f\x88\x01\x01\x12<\n\x12\x61xis_definition_p1\x18\" \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH \x88\x01\x01\x12!\n\x14\x61xis_definition_p1_x\x18# \x01(\x01H!\x88\x01\x01\x12!\n\x14\x61xis_definition_p1_y\x18$ \x01(\x01H\"\x88\x01\x01\x12!\n\x14\x61xis_definition_p1_z\x18% \x01(\x01H#\x88\x01\x01\x12<\n\x12\x61xis_definition_p2\x18& \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH$\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_x\x18\' \x01(\x01H%\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_y\x18( \x01(\x01H&\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_z\x18) \x01(\x01H\'\x88\x01\x01\x12[\n\x14\x61xis_definition_axis\x18* \x01(\x0e\x32\x38.dlubal.api.rfem.loads.SurfaceSetLoad.AxisDefinitionAxisH(\x88\x01\x01\x12r\n axis_definition_axis_orientation\x18+ \x01(\x0e\x32\x43.dlubal.api.rfem.loads.SurfaceSetLoad.AxisDefinitionAxisOrientationH)\x88\x01\x01\x12\x66\n\x17varying_load_parameters\x18, \x01(\x0b\x32@.dlubal.api.rfem.loads.SurfaceSetLoad.VaryingLoadParametersTableH*\x88\x01\x01\x12+\n\x1evarying_load_parameters_sorted\x18- \x01(\x08H+\x88\x01\x01\x12\x14\n\x07\x63omment\x18. \x01(\tH,\x88\x01\x01\x12\x19\n\x0cis_generated\x18/ \x01(\x08H-\x88\x01\x01\x12#\n\x16generating_object_info\x18\x30 \x01(\tH.\x88\x01\x01\x12\x61\n\x17\x66orm_finding_definition\x18\x31 \x01(\x0e\x32;.dlubal.api.rfem.loads.SurfaceSetLoad.FormFindingDefinitionH/\x88\x01\x01\x12&\n\x19magnitude_uniform_force_x\x18\x32 \x01(\x01H0\x88\x01\x01\x12&\n\x19magnitude_uniform_force_y\x18\x33 \x01(\x01H1\x88\x01\x01\x12\x1e\n\x11magnitude_force_u\x18\x34 \x01(\x01H2\x88\x01\x01\x12\x1e\n\x11magnitude_force_v\x18\x35 \x01(\x01H3\x88\x01\x01\x12\x1e\n\x11magnitude_force_r\x18\x36 \x01(\x01H4\x88\x01\x01\x12\x1e\n\x11magnitude_force_t\x18\x37 \x01(\x01H5\x88\x01\x01\x12\'\n\x1amagnitude_uniform_stress_x\x18\x38 \x01(\x01H6\x88\x01\x01\x12\'\n\x1amagnitude_uniform_stress_y\x18\x39 \x01(\x01H7\x88\x01\x01\x12)\n\x1cmagnitude_orthogonal_force_x\x18: \x01(\x01H8\x88\x01\x01\x12)\n\x1cmagnitude_orthogonal_force_y\x18; \x01(\x01H9\x88\x01\x01\x12*\n\x1dmagnitude_orthogonal_stress_x\x18< \x01(\x01H:\x88\x01\x01\x12*\n\x1dmagnitude_orthogonal_stress_y\x18= \x01(\x01H;\x88\x01\x01\x12\x1f\n\x12magnitude_stress_u\x18> \x01(\x01H<\x88\x01\x01\x12\x1f\n\x12magnitude_stress_v\x18? \x01(\x01H=\x88\x01\x01\x12\x1f\n\x12magnitude_stress_r\x18@ \x01(\x01H>\x88\x01\x01\x12\x1f\n\x12magnitude_stress_t\x18\x41 \x01(\x01H?\x88\x01\x01\x12\x1a\n\rmagnitude_sag\x18\x42 \x01(\x01H@\x88\x01\x01\x12$\n\x17magnitude_force_scale_x\x18\x43 \x01(\x01HA\x88\x01\x01\x12$\n\x17magnitude_force_scale_y\x18\x44 \x01(\x01HB\x88\x01\x01\x12/\n\"magnitude_orthogonal_force_scale_x\x18\x45 \x01(\x01HC\x88\x01\x01\x12/\n\"magnitude_orthogonal_force_scale_y\x18\x46 \x01(\x01HD\x88\x01\x01\x12$\n\x17magnitude_force_scale_u\x18G \x01(\x01HE\x88\x01\x01\x12$\n\x17magnitude_force_scale_v\x18H \x01(\x01HF\x88\x01\x01\x12$\n\x17magnitude_force_scale_r\x18I \x01(\x01HG\x88\x01\x01\x12$\n\x17magnitude_force_scale_t\x18J \x01(\x01HH\x88\x01\x01\x12p\n\x1f\x66orm_finding_calculation_method\x18K \x01(\x0e\x32\x42.dlubal.api.rfem.loads.SurfaceSetLoad.FormFindingCalculationMethodHI\x88\x01\x01\x12t\n\"form_finding_sag_related_to_object\x18L \x01(\x0e\x32\x43.dlubal.api.rfem.loads.SurfaceSetLoad.FormFindingSagRelatedToObjectHJ\x88\x01\x01\x12\x30\n#form_finding_sag_related_to_surface\x18M \x01(\x05HK\x88\x01\x01\x12\'\n\x1aindividual_mass_components\x18N \x01(\x08HL\x88\x01\x01\x12\"\n\x15magnitude_mass_global\x18O \x01(\x01HM\x88\x01\x01\x12\x1d\n\x10magnitude_mass_x\x18P \x01(\x01HN\x88\x01\x01\x12\x1d\n\x10magnitude_mass_y\x18Q \x01(\x01HO\x88\x01\x01\x12\x1d\n\x10magnitude_mass_z\x18R \x01(\x01HP\x88\x01\x01\x12.\n!ponding_magnitude_specific_weight\x18S \x01(\x01HQ\x88\x01\x01\x12\x33\n&ponding_magnitude_amount_precipitation\x18T \x01(\x01HR\x88\x01\x01\x12)\n\x1cponding_amount_precipitation\x18U \x01(\x08HS\x88\x01\x01\x12\x1b\n\x0esnow_magnitude\x18V \x01(\x01HT\x88\x01\x01\x12!\n\x14snow_specific_weight\x18W \x01(\x01HU\x88\x01\x01\x12g\n\x1asnow_distribution_approach\x18X \x01(\x0e\x32>.dlubal.api.rfem.loads.SurfaceSetLoad.SnowDistributionApproachHV\x88\x01\x01\x12,\n\x1fsnow_angle_of_internal_friction\x18Y \x01(\x01HW\x88\x01\x01\x12{\n\"snow_inclination_shape_coefficient\x18Z \x01(\x0b\x32J.dlubal.api.rfem.loads.SurfaceSetLoad.SnowInclinationShapeCoefficientTableHX\x88\x01\x01\x12(\n\x1bload_graphic_position_below\x18[ \x01(\x08HY\x88\x01\x01\x12!\n\x14id_for_export_import\x18\\ \x01(\tHZ\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18] \x01(\tH[\x88\x01\x01\x1aj\n\x1aVaryingLoadParametersTable\x12L\n\x04rows\x18\x01 \x03(\x0b\x32>.dlubal.api.rfem.loads.SurfaceSetLoad.VaryingLoadParametersRow\x1a\xbe\x03\n\x18VaryingLoadParametersRow\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\x08\x64istance\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x1b\n\x0e\x64\x65lta_distance\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x16\n\tmagnitude\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x11\n\x04note\x18\x06 \x01(\tH\x05\x88\x01\x01\x12\x1a\n\rdistance_unit\x18\x07 \x01(\tH\x06\x88\x01\x01\x12 \n\x13\x64\x65lta_distance_unit\x18\x08 \x01(\tH\x07\x88\x01\x01\x12\x1b\n\x0emagnitude_unit\x18\t \x01(\tH\x08\x88\x01\x01\x12\x1d\n\x10magnitude_symbol\x18\n \x01(\tH\t\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0b\n\t_distanceB\x11\n\x0f_delta_distanceB\x0c\n\n_magnitudeB\x07\n\x05_noteB\x10\n\x0e_distance_unitB\x16\n\x14_delta_distance_unitB\x11\n\x0f_magnitude_unitB\x13\n\x11_magnitude_symbol\x1a~\n$SnowInclinationShapeCoefficientTable\x12V\n\x04rows\x18\x01 \x03(\x0b\x32H.dlubal.api.rfem.loads.SurfaceSetLoad.SnowInclinationShapeCoefficientRow\x1a\xd6\x01\n\"SnowInclinationShapeCoefficientRow\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\x13surface_inclination\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x1e\n\x11shape_coefficient\x18\x04 \x01(\x01H\x03\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_surface_inclinationB\x14\n\x12_shape_coefficient\"\xfe\x01\n\x08LoadType\x12\x15\n\x11LOAD_TYPE_UNKNOWN\x10\x00\x12\x1a\n\x16LOAD_TYPE_AXIAL_STRAIN\x10\x03\x12\x13\n\x0fLOAD_TYPE_FORCE\x10\x01\x12\x1a\n\x16LOAD_TYPE_FORM_FINDING\x10\x06\x12\x12\n\x0eLOAD_TYPE_MASS\x10\x07\x12\x15\n\x11LOAD_TYPE_PONDING\x10\x08\x12\x17\n\x13LOAD_TYPE_PRECAMBER\x10\x04\x12\x1b\n\x17LOAD_TYPE_ROTARY_MOTION\x10\x05\x12\x12\n\x0eLOAD_TYPE_SNOW\x10\t\x12\x19\n\x15LOAD_TYPE_TEMPERATURE\x10\x02\"\xfa\x01\n\x10LoadDistribution\x12\x1d\n\x19LOAD_DISTRIBUTION_UNIFORM\x10\x00\x12\x1c\n\x18LOAD_DISTRIBUTION_LINEAR\x10\x01\x12!\n\x1dLOAD_DISTRIBUTION_LINEAR_IN_X\x10\x02\x12!\n\x1dLOAD_DISTRIBUTION_LINEAR_IN_Y\x10\x03\x12!\n\x1dLOAD_DISTRIBUTION_LINEAR_IN_Z\x10\x04\x12\x1c\n\x18LOAD_DISTRIBUTION_RADIAL\x10\x05\x12\"\n\x1eLOAD_DISTRIBUTION_VARYING_IN_Z\x10\x08\"\xd4\x03\n\rLoadDirection\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_X\x10\x00\x12>\n:LOAD_DIRECTION_GLOBAL_X_OR_USER_DEFINED_U_PROJECTED_LENGTH\x10\x0e\x12\x39\n5LOAD_DIRECTION_GLOBAL_X_OR_USER_DEFINED_U_TRUE_LENGTH\x10\x0b\x12>\n:LOAD_DIRECTION_GLOBAL_Y_OR_USER_DEFINED_V_PROJECTED_LENGTH\x10\x0f\x12\x39\n5LOAD_DIRECTION_GLOBAL_Y_OR_USER_DEFINED_V_TRUE_LENGTH\x10\x0c\x12>\n:LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_PROJECTED_LENGTH\x10\x10\x12\x39\n5LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_TRUE_LENGTH\x10\r\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_Y\x10\x01\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_Z\x10\x02\"b\n\x12\x41xisDefinitionType\x12#\n\x1f\x41XIS_DEFINITION_TYPE_TWO_POINTS\x10\x00\x12\'\n#AXIS_DEFINITION_TYPE_POINT_AND_AXIS\x10\x01\"h\n\x12\x41xisDefinitionAxis\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_X\x10\x00\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_Y\x10\x01\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_Z\x10\x02\"}\n\x1d\x41xisDefinitionAxisOrientation\x12-\n)AXIS_DEFINITION_AXIS_ORIENTATION_POSITIVE\x10\x00\x12-\n)AXIS_DEFINITION_AXIS_ORIENTATION_NEGATIVE\x10\x01\"\x7f\n\x15\x46ormFindingDefinition\x12!\n\x1d\x46ORM_FINDING_DEFINITION_FORCE\x10\x00\x12\x1f\n\x1b\x46ORM_FINDING_DEFINITION_SAG\x10\x02\x12\"\n\x1e\x46ORM_FINDING_DEFINITION_STRESS\x10\x01\"|\n\x1c\x46ormFindingCalculationMethod\x12,\n(FORM_FINDING_CALCULATION_METHOD_STANDARD\x10\x00\x12.\n*FORM_FINDING_CALCULATION_METHOD_PROJECTION\x10\x01\"\xa7\x01\n\x1d\x46ormFindingSagRelatedToObject\x12+\n\'FORM_FINDING_SAG_RELATED_TO_OBJECT_BASE\x10\x00\x12)\n%FORM_FINDING_SAG_RELATED_TO_OBJECT_CS\x10\x01\x12.\n*FORM_FINDING_SAG_RELATED_TO_OBJECT_SURFACE\x10\x02\"\x85\x01\n\x18SnowDistributionApproach\x12\x30\n,SNOW_DISTRIBUTION_APPROACH_INCLINATION_SHAPE\x10\x00\x12\x37\n3SNOW_DISTRIBUTION_APPROACH_MATERIAL_CHARACTERISTICS\x10\x01\x42\x05\n\x03_noB\x0c\n\n_load_typeB\x0c\n\n_load_caseB\x14\n\x12_load_distributionB\x14\n\x12_coordinate_systemB\x11\n\x0f_load_directionB\x14\n\x12_uniform_magnitudeB\x0e\n\x0c_magnitude_1B\x0e\n\x0c_magnitude_2B\x0e\n\x0c_magnitude_3B\x18\n\x16_uniform_magnitude_t_cB\x12\n\x10_magnitude_t_c_1B\x12\n\x10_magnitude_t_c_2B\x12\n\x10_magnitude_t_c_3B\x1c\n\x1a_uniform_magnitude_delta_tB\x16\n\x14_magnitude_delta_t_1B\x16\n\x14_magnitude_delta_t_2B\x16\n\x14_magnitude_delta_t_3B\x1b\n\x19_magnitude_axial_strain_xB\x1b\n\x19_magnitude_axial_strain_yB\x1c\n\x1a_magnitude_axial_strain_1xB\x1c\n\x1a_magnitude_axial_strain_1yB\x1c\n\x1a_magnitude_axial_strain_2xB\x1c\n\x1a_magnitude_axial_strain_2yB\x1c\n\x1a_magnitude_axial_strain_3xB\x1c\n\x1a_magnitude_axial_strain_3yB\x13\n\x11_angular_velocityB\x17\n\x15_angular_accelerationB\t\n\x07_node_1B\t\n\x07_node_2B\t\n\x07_node_3B\x17\n\x15_axis_definition_typeB\x15\n\x13_axis_definition_p1B\x17\n\x15_axis_definition_p1_xB\x17\n\x15_axis_definition_p1_yB\x17\n\x15_axis_definition_p1_zB\x15\n\x13_axis_definition_p2B\x17\n\x15_axis_definition_p2_xB\x17\n\x15_axis_definition_p2_yB\x17\n\x15_axis_definition_p2_zB\x17\n\x15_axis_definition_axisB#\n!_axis_definition_axis_orientationB\x1a\n\x18_varying_load_parametersB!\n\x1f_varying_load_parameters_sortedB\n\n\x08_commentB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x1a\n\x18_form_finding_definitionB\x1c\n\x1a_magnitude_uniform_force_xB\x1c\n\x1a_magnitude_uniform_force_yB\x14\n\x12_magnitude_force_uB\x14\n\x12_magnitude_force_vB\x14\n\x12_magnitude_force_rB\x14\n\x12_magnitude_force_tB\x1d\n\x1b_magnitude_uniform_stress_xB\x1d\n\x1b_magnitude_uniform_stress_yB\x1f\n\x1d_magnitude_orthogonal_force_xB\x1f\n\x1d_magnitude_orthogonal_force_yB \n\x1e_magnitude_orthogonal_stress_xB \n\x1e_magnitude_orthogonal_stress_yB\x15\n\x13_magnitude_stress_uB\x15\n\x13_magnitude_stress_vB\x15\n\x13_magnitude_stress_rB\x15\n\x13_magnitude_stress_tB\x10\n\x0e_magnitude_sagB\x1a\n\x18_magnitude_force_scale_xB\x1a\n\x18_magnitude_force_scale_yB%\n#_magnitude_orthogonal_force_scale_xB%\n#_magnitude_orthogonal_force_scale_yB\x1a\n\x18_magnitude_force_scale_uB\x1a\n\x18_magnitude_force_scale_vB\x1a\n\x18_magnitude_force_scale_rB\x1a\n\x18_magnitude_force_scale_tB\"\n _form_finding_calculation_methodB%\n#_form_finding_sag_related_to_objectB&\n$_form_finding_sag_related_to_surfaceB\x1d\n\x1b_individual_mass_componentsB\x18\n\x16_magnitude_mass_globalB\x13\n\x11_magnitude_mass_xB\x13\n\x11_magnitude_mass_yB\x13\n\x11_magnitude_mass_zB$\n\"_ponding_magnitude_specific_weightB)\n\'_ponding_magnitude_amount_precipitationB\x1f\n\x1d_ponding_amount_precipitationB\x11\n\x0f_snow_magnitudeB\x17\n\x15_snow_specific_weightB\x1d\n\x1b_snow_distribution_approachB\"\n _snow_angle_of_internal_frictionB%\n#_snow_inclination_shape_coefficientB\x1e\n\x1c_load_graphic_position_belowB\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,33 +33,33 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.loads.surfa
|
|
|
33
33
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
34
|
DESCRIPTOR._loaded_options = None
|
|
35
35
|
_globals['_SURFACESETLOAD']._serialized_start=104
|
|
36
|
-
_globals['_SURFACESETLOAD']._serialized_end=
|
|
36
|
+
_globals['_SURFACESETLOAD']._serialized_end=9474
|
|
37
37
|
_globals['_SURFACESETLOAD_VARYINGLOADPARAMETERSTABLE']._serialized_start=4309
|
|
38
38
|
_globals['_SURFACESETLOAD_VARYINGLOADPARAMETERSTABLE']._serialized_end=4415
|
|
39
39
|
_globals['_SURFACESETLOAD_VARYINGLOADPARAMETERSROW']._serialized_start=4418
|
|
40
|
-
_globals['_SURFACESETLOAD_VARYINGLOADPARAMETERSROW']._serialized_end=
|
|
41
|
-
_globals['_SURFACESETLOAD_SNOWINCLINATIONSHAPECOEFFICIENTTABLE']._serialized_start=
|
|
42
|
-
_globals['_SURFACESETLOAD_SNOWINCLINATIONSHAPECOEFFICIENTTABLE']._serialized_end=
|
|
43
|
-
_globals['_SURFACESETLOAD_SNOWINCLINATIONSHAPECOEFFICIENTROW']._serialized_start=
|
|
44
|
-
_globals['_SURFACESETLOAD_SNOWINCLINATIONSHAPECOEFFICIENTROW']._serialized_end=
|
|
45
|
-
_globals['_SURFACESETLOAD_LOADTYPE']._serialized_start=
|
|
46
|
-
_globals['_SURFACESETLOAD_LOADTYPE']._serialized_end=
|
|
47
|
-
_globals['_SURFACESETLOAD_LOADDISTRIBUTION']._serialized_start=
|
|
48
|
-
_globals['_SURFACESETLOAD_LOADDISTRIBUTION']._serialized_end=
|
|
49
|
-
_globals['_SURFACESETLOAD_LOADDIRECTION']._serialized_start=
|
|
50
|
-
_globals['_SURFACESETLOAD_LOADDIRECTION']._serialized_end=
|
|
51
|
-
_globals['_SURFACESETLOAD_AXISDEFINITIONTYPE']._serialized_start=
|
|
52
|
-
_globals['_SURFACESETLOAD_AXISDEFINITIONTYPE']._serialized_end=
|
|
53
|
-
_globals['_SURFACESETLOAD_AXISDEFINITIONAXIS']._serialized_start=
|
|
54
|
-
_globals['_SURFACESETLOAD_AXISDEFINITIONAXIS']._serialized_end=
|
|
55
|
-
_globals['_SURFACESETLOAD_AXISDEFINITIONAXISORIENTATION']._serialized_start=
|
|
56
|
-
_globals['_SURFACESETLOAD_AXISDEFINITIONAXISORIENTATION']._serialized_end=
|
|
57
|
-
_globals['_SURFACESETLOAD_FORMFINDINGDEFINITION']._serialized_start=
|
|
58
|
-
_globals['_SURFACESETLOAD_FORMFINDINGDEFINITION']._serialized_end=
|
|
59
|
-
_globals['_SURFACESETLOAD_FORMFINDINGCALCULATIONMETHOD']._serialized_start=
|
|
60
|
-
_globals['_SURFACESETLOAD_FORMFINDINGCALCULATIONMETHOD']._serialized_end=
|
|
61
|
-
_globals['_SURFACESETLOAD_FORMFINDINGSAGRELATEDTOOBJECT']._serialized_start=
|
|
62
|
-
_globals['_SURFACESETLOAD_FORMFINDINGSAGRELATEDTOOBJECT']._serialized_end=
|
|
63
|
-
_globals['_SURFACESETLOAD_SNOWDISTRIBUTIONAPPROACH']._serialized_start=
|
|
64
|
-
_globals['_SURFACESETLOAD_SNOWDISTRIBUTIONAPPROACH']._serialized_end=
|
|
40
|
+
_globals['_SURFACESETLOAD_VARYINGLOADPARAMETERSROW']._serialized_end=4864
|
|
41
|
+
_globals['_SURFACESETLOAD_SNOWINCLINATIONSHAPECOEFFICIENTTABLE']._serialized_start=4866
|
|
42
|
+
_globals['_SURFACESETLOAD_SNOWINCLINATIONSHAPECOEFFICIENTTABLE']._serialized_end=4992
|
|
43
|
+
_globals['_SURFACESETLOAD_SNOWINCLINATIONSHAPECOEFFICIENTROW']._serialized_start=4995
|
|
44
|
+
_globals['_SURFACESETLOAD_SNOWINCLINATIONSHAPECOEFFICIENTROW']._serialized_end=5209
|
|
45
|
+
_globals['_SURFACESETLOAD_LOADTYPE']._serialized_start=5212
|
|
46
|
+
_globals['_SURFACESETLOAD_LOADTYPE']._serialized_end=5466
|
|
47
|
+
_globals['_SURFACESETLOAD_LOADDISTRIBUTION']._serialized_start=5469
|
|
48
|
+
_globals['_SURFACESETLOAD_LOADDISTRIBUTION']._serialized_end=5719
|
|
49
|
+
_globals['_SURFACESETLOAD_LOADDIRECTION']._serialized_start=5722
|
|
50
|
+
_globals['_SURFACESETLOAD_LOADDIRECTION']._serialized_end=6190
|
|
51
|
+
_globals['_SURFACESETLOAD_AXISDEFINITIONTYPE']._serialized_start=6192
|
|
52
|
+
_globals['_SURFACESETLOAD_AXISDEFINITIONTYPE']._serialized_end=6290
|
|
53
|
+
_globals['_SURFACESETLOAD_AXISDEFINITIONAXIS']._serialized_start=6292
|
|
54
|
+
_globals['_SURFACESETLOAD_AXISDEFINITIONAXIS']._serialized_end=6396
|
|
55
|
+
_globals['_SURFACESETLOAD_AXISDEFINITIONAXISORIENTATION']._serialized_start=6398
|
|
56
|
+
_globals['_SURFACESETLOAD_AXISDEFINITIONAXISORIENTATION']._serialized_end=6523
|
|
57
|
+
_globals['_SURFACESETLOAD_FORMFINDINGDEFINITION']._serialized_start=6525
|
|
58
|
+
_globals['_SURFACESETLOAD_FORMFINDINGDEFINITION']._serialized_end=6652
|
|
59
|
+
_globals['_SURFACESETLOAD_FORMFINDINGCALCULATIONMETHOD']._serialized_start=6654
|
|
60
|
+
_globals['_SURFACESETLOAD_FORMFINDINGCALCULATIONMETHOD']._serialized_end=6778
|
|
61
|
+
_globals['_SURFACESETLOAD_FORMFINDINGSAGRELATEDTOOBJECT']._serialized_start=6781
|
|
62
|
+
_globals['_SURFACESETLOAD_FORMFINDINGSAGRELATEDTOOBJECT']._serialized_end=6948
|
|
63
|
+
_globals['_SURFACESETLOAD_SNOWDISTRIBUTIONAPPROACH']._serialized_start=6951
|
|
64
|
+
_globals['_SURFACESETLOAD_SNOWDISTRIBUTIONAPPROACH']._serialized_end=7084
|
|
65
65
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -121,20 +121,28 @@ class SurfaceSetLoad(_message.Message):
|
|
|
121
121
|
rows: _containers.RepeatedCompositeFieldContainer[SurfaceSetLoad.VaryingLoadParametersRow]
|
|
122
122
|
def __init__(self, rows: _Optional[_Iterable[_Union[SurfaceSetLoad.VaryingLoadParametersRow, _Mapping]]] = ...) -> None: ...
|
|
123
123
|
class VaryingLoadParametersRow(_message.Message):
|
|
124
|
-
__slots__ = ("no", "description", "distance", "delta_distance", "magnitude", "note")
|
|
124
|
+
__slots__ = ("no", "description", "distance", "delta_distance", "magnitude", "note", "distance_unit", "delta_distance_unit", "magnitude_unit", "magnitude_symbol")
|
|
125
125
|
NO_FIELD_NUMBER: _ClassVar[int]
|
|
126
126
|
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
127
127
|
DISTANCE_FIELD_NUMBER: _ClassVar[int]
|
|
128
128
|
DELTA_DISTANCE_FIELD_NUMBER: _ClassVar[int]
|
|
129
129
|
MAGNITUDE_FIELD_NUMBER: _ClassVar[int]
|
|
130
130
|
NOTE_FIELD_NUMBER: _ClassVar[int]
|
|
131
|
+
DISTANCE_UNIT_FIELD_NUMBER: _ClassVar[int]
|
|
132
|
+
DELTA_DISTANCE_UNIT_FIELD_NUMBER: _ClassVar[int]
|
|
133
|
+
MAGNITUDE_UNIT_FIELD_NUMBER: _ClassVar[int]
|
|
134
|
+
MAGNITUDE_SYMBOL_FIELD_NUMBER: _ClassVar[int]
|
|
131
135
|
no: int
|
|
132
136
|
description: str
|
|
133
137
|
distance: float
|
|
134
138
|
delta_distance: float
|
|
135
139
|
magnitude: float
|
|
136
140
|
note: str
|
|
137
|
-
|
|
141
|
+
distance_unit: str
|
|
142
|
+
delta_distance_unit: str
|
|
143
|
+
magnitude_unit: str
|
|
144
|
+
magnitude_symbol: str
|
|
145
|
+
def __init__(self, no: _Optional[int] = ..., description: _Optional[str] = ..., distance: _Optional[float] = ..., delta_distance: _Optional[float] = ..., magnitude: _Optional[float] = ..., note: _Optional[str] = ..., distance_unit: _Optional[str] = ..., delta_distance_unit: _Optional[str] = ..., magnitude_unit: _Optional[str] = ..., magnitude_symbol: _Optional[str] = ...) -> None: ...
|
|
138
146
|
class SnowInclinationShapeCoefficientTable(_message.Message):
|
|
139
147
|
__slots__ = ("rows",)
|
|
140
148
|
ROWS_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -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'\n(dlubal/api/rfem/mesh/mesh_settings.proto\x12\x14\x64lubal.api.rfem.mesh\x1a\x1e\x64lubal/api/common/common.proto\"\xe7?\n\x0cMeshSettings\x12#\n\x1bgeneral_target_length_of_fe\x18\x01 \x01(\x01\x12\x36\n.general_maximum_distance_between_node_and_line\x18\x02 \x01(\x01\x12*\n\"general_independent_mesh_preferred\x18\x03 \x01(\x08\x12\x38\n0general_independent_mesh_connect_eliminated_node\x18\x04 \x01(\x05\x12T\nLgeneral_independent_mesh_connect_eliminated_node_to_group_of_elements_radius\x18\x05 \x01(\x01\x12\x35\n-members_number_of_divisions_for_special_types\x18\x06 \x01(\x05\x12:\n2members_activate_division_due_to_analysis_settings\x18\x07 \x01(\x08\x12\x36\n.members_number_of_divisions_for_result_diagram\x18\x08 \x01(\x05\x12\x36\n.members_number_of_divisions_for_min_max_values\x18\t \x01(\x05\x12\x31\n)members_use_division_for_concrete_members\x18\n \x01(\x08\x12\x38\n0members_number_of_divisions_for_concrete_members\x18\x0b \x01(\x05\x12\x33\n+members_use_division_for_members_with_nodes\x18\x0c \x01(\x08\x12$\n\x1csurfaces_maximum_ratio_of_fe\x18\r \x01(\x01\x12\x31\n)surfaces_maximum_out_of_plane_inclination\x18\x0e \x01(\x01\x12 \n\x18surfaces_mesh_refinement\x18\x0f \x01(\x08\x12\x1d\n\x15surfaces_relationship\x18\x10 \x01(\x01\x12\x32\n*surfaces_integrate_also_unutilized_objects\x18\x11 \x01(\x08\x12o\n!surfaces_shape_of_finite_elements\x18\x12 \x01(\x0e\x32\x44.dlubal.api.rfem.mesh.MeshSettings.SurfacesShapeOfFiniteElementsType\x12\x1d\n\x15surfaces_same_squares\x18\x13 \x01(\x08\x12(\n surfaces_triangles_for_membranes\x18\x14 \x01(\x08\x12&\n\x1esurfaces_mapped_mesh_preferred\x18\x15 \x01(\x08\x12\x37\n/solids_use_refinement_if_containing_close_nodes\x18\x16 \x01(\x08\x12)\n!solids_maximum_number_of_elements\x18\x17 \x01(\x05\x12\x34\n,solids_use_target_length_of_fe_for_type_soil\x18\x18 \x01(\x08\x12\x30\n(solids_target_length_of_fe_for_type_soil\x18\x19 \x01(\x01\x12\x62\n\x1csurfaces_mesh_quality_config\x18\x1a \x01(\x0b\x32<.dlubal.api.rfem.mesh.MeshSettings.SurfacesMeshQualityConfig\x12^\n\x1asolids_mesh_quality_config\x18\x1b \x01(\x0b\x32:.dlubal.api.rfem.mesh.MeshSettings.SolidsMeshQualityConfig\x12`\n\x1bwind_simulation_mesh_config\x18\x1c \x01(\x0b\x32;.dlubal.api.rfem.mesh.MeshSettings.WindSimulationMeshConfig\x1a\x8e\r\n\x19SurfacesMeshQualityConfig\x12G\n%mesh_quality_color_indicator_ok_color\x18\x01 \x01(\x0b\x32\x18.dlubal.api.common.Color\x12L\n*mesh_quality_color_indicator_warning_color\x18\x02 \x01(\x0b\x32\x18.dlubal.api.common.Color\x12L\n*mesh_quality_color_indicator_failure_color\x18\x03 \x01(\x0b\x32\x18.dlubal.api.common.Color\x12\x8b\x01\n$quality_criteria_config_for_surfaces\x18\x04 \x01(\x0b\x32].dlubal.api.rfem.mesh.MeshSettings.SurfacesMeshQualityConfig.QualityCriteriaConfigForSurfaces\x1a\xfd\t\n QualityCriteriaConfigForSurfaces\x12,\n$quality_criterion_check_aspect_ratio\x18\x01 \x01(\x08\x12\x34\n,quality_criterion_check_aspect_ratio_warning\x18\x02 \x01(\x01\x12\x34\n,quality_criterion_check_aspect_ratio_failure\x18\x03 \x01(\x01\x12-\n%quality_criterion_parallel_deviations\x18\x04 \x01(\x08\x12\x35\n-quality_criterion_parallel_deviations_warning\x18\x05 \x01(\x01\x12\x35\n-quality_criterion_parallel_deviations_failure\x18\x06 \x01(\x01\x12<\n4quality_criterion_corner_angles_of_triangle_elements\x18\x07 \x01(\x08\x12\x44\n<quality_criterion_corner_angles_of_triangle_elements_warning\x18\x08 \x01(\x01\x12\x44\n<quality_criterion_corner_angles_of_triangle_elements_failure\x18\t \x01(\x01\x12>\n6quality_criterion_corner_angles_of_quadrangle_elements\x18\n \x01(\x08\x12\x46\n>quality_criterion_corner_angles_of_quadrangle_elements_warning\x18\x0b \x01(\x01\x12\x46\n>quality_criterion_corner_angles_of_quadrangle_elements_failure\x18\x0c \x01(\x01\x12\x36\n.quality_criterion_warping_of_membrane_elements\x18\r \x01(\x08\x12>\n6quality_criterion_warping_of_membrane_elements_warning\x18\x0e \x01(\x01\x12>\n6quality_criterion_warping_of_membrane_elements_failure\x18\x0f \x01(\x01\x12:\n2quality_criterion_warping_of_non_membrane_elements\x18\x10 \x01(\x08\x12\x42\n:quality_criterion_warping_of_non_membrane_elements_warning\x18\x11 \x01(\x01\x12\x42\n:quality_criterion_warping_of_non_membrane_elements_failure\x18\x12 \x01(\x01\x12(\n quality_criterion_jacobian_ratio\x18\x13 \x01(\x08\x12\x30\n(quality_criterion_jacobian_ratio_warning\x18\x14 \x01(\x01\x12\x30\n(quality_criterion_jacobian_ratio_failure\x18\x15 \x01(\x01\x1a\x81\x0b\n\x17SolidsMeshQualityConfig\x12G\n%mesh_quality_color_indicator_ok_color\x18\x01 \x01(\x0b\x32\x18.dlubal.api.common.Color\x12L\n*mesh_quality_color_indicator_warning_color\x18\x02 \x01(\x0b\x32\x18.dlubal.api.common.Color\x12L\n*mesh_quality_color_indicator_failure_color\x18\x03 \x01(\x0b\x32\x18.dlubal.api.common.Color\x12\x85\x01\n\"quality_criteria_config_for_solids\x18\x04 \x01(\x0b\x32Y.dlubal.api.rfem.mesh.MeshSettings.SolidsMeshQualityConfig.QualityCriteriaConfigForSolids\x1a\xf8\x07\n\x1eQualityCriteriaConfigForSolids\x12,\n$quality_criterion_check_aspect_ratio\x18\x01 \x01(\x08\x12\x34\n,quality_criterion_check_aspect_ratio_warning\x18\x02 \x01(\x01\x12\x34\n,quality_criterion_check_aspect_ratio_failure\x18\x03 \x01(\x01\x12-\n%quality_criterion_parallel_deviations\x18\x04 \x01(\x08\x12\x35\n-quality_criterion_parallel_deviations_warning\x18\x05 \x01(\x01\x12\x35\n-quality_criterion_parallel_deviations_failure\x18\x06 \x01(\x01\x12<\n4quality_criterion_corner_angles_of_triangle_elements\x18\x07 \x01(\x08\x12\x44\n<quality_criterion_corner_angles_of_triangle_elements_warning\x18\x08 \x01(\x01\x12\x44\n<quality_criterion_corner_angles_of_triangle_elements_failure\x18\t \x01(\x01\x12>\n6quality_criterion_corner_angles_of_quadrangle_elements\x18\n \x01(\x08\x12\x46\n>quality_criterion_corner_angles_of_quadrangle_elements_warning\x18\x0b \x01(\x01\x12\x46\n>quality_criterion_corner_angles_of_quadrangle_elements_failure\x18\x0c \x01(\x01\x12!\n\x19quality_criterion_warping\x18\r \x01(\x08\x12)\n!quality_criterion_warping_warning\x18\x0e \x01(\x01\x12)\n!quality_criterion_warping_failure\x18\x0f \x01(\x01\x12(\n quality_criterion_jacobian_ratio\x18\x10 \x01(\x08\x12\x30\n(quality_criterion_jacobian_ratio_warning\x18\x11 \x01(\x01\x12\x30\n(quality_criterion_jacobian_ratio_failure\x18\x12 \x01(\x01\x1a\xd3\x18\n\x18WindSimulationMeshConfig\x12\x37\n/windsimulation_mesh_config_value_simplify_model\x18\x01 \x01(\x08\x12\xae\x01\n5windsimulation_mesh_config_value_determine_details_by\x18\x02 \x01(\x0e\x32o.dlubal.api.rfem.mesh.MeshSettings.WindSimulationMeshConfig.WindsimulationMeshConfigValueDetermineDetailsByType\x12\x39\n1windsimulation_mesh_config_value_level_of_details\x18\x03 \x01(\x05\x12\x34\n,windsimulation_mesh_config_value_detail_size\x18\x04 \x01(\x01\x12\xb7\x01\n<windsimulation_mesh_config_value_small_openings_closure_type\x18\x05 \x01(\x0e\x32q.dlubal.api.rfem.mesh.MeshSettings.WindSimulationMeshConfig.WindsimulationMeshConfigValueSmallOpeningsClosureType\x12\x45\n=windsimulation_mesh_config_value_small_openings_closure_value\x18\x06 \x01(\x01\x12\x42\n:windsimulation_mesh_config_value_optimized_member_topology\x18\x07 \x01(\x08\x12\x44\n<windsimulation_mesh_config_value_optimized_member_topo_value\x18\x08 \x01(\x05\x12N\nFwindsimulation_mesh_config_value_optimized_member_fill_hollow_sections\x18\t \x01(\x08\x12<\n4windsimulation_mesh_config_value_active_objects_only\x18\n \x01(\x08\x12\x30\n(windsimulation_mesh_config_value_terrain\x18\x0b \x01(\x08\x12;\n3windsimulation_mesh_config_value_terrain_from_model\x18\x0c \x01(\x08\x12;\n3windsimulation_mesh_config_value_terrain_objects_id\x18\r \x01(\t\x12<\n4windsimulation_mesh_config_value_terrain_objects_all\x18\x0e \x01(\x08\x12:\n2windsimulation_mesh_config_value_surrounding_model\x18\x0f \x01(\x08\x12I\nAwindsimulation_mesh_config_value_surrounding_model_ifc_objects_id\x18\x10 \x01(\t\x12J\nBwindsimulation_mesh_config_value_surrounding_model_ifc_objects_all\x18\x11 \x01(\x08\x12L\nDwindsimulation_mesh_config_value_surrounding_model_visual_objects_id\x18\x12 \x01(\t\x12M\nEwindsimulation_mesh_config_value_surrounding_model_visual_objects_all\x18\x13 \x01(\x08\x12\x45\n=windsimulation_mesh_config_value_keep_results_if_mesh_deleted\x18\x14 \x01(\x08\x12\x43\n;windsimulation_mesh_config_value_consider_surface_thickness\x18\x15 \x01(\x08\x12\x39\n1windsimulation_mesh_config_value_run_rwind_silent\x18\x16 \x01(\x08\x12N\nFwindsimulation_mesh_config_value_rwind4_shrink_wrapping_main_structure\x18\x17 \x01(\x05\x12S\nKwindsimulation_mesh_config_value_rwind4_shrink_wrapping_surrounding_objects\x18\x18 \x01(\x05\x12G\n?windsimulation_mesh_config_value_rwind4_shrink_wrapping_terrain\x18\x19 \x01(\x05\x12\x42\n:windsimulation_mesh_config_value_rwind4_member_detail_size\x18\x1a \x01(\x05\x12]\nUwindsimulation_mesh_config_value_rwind4_use_only_external_surface_for_hollow_sections\x18\x1b \x01(\x08\x12X\nPwindsimulation_mesh_config_value_rwind4_consider_surface_thickness_above_enabled\x18\x1c \x01(\x08\x12V\nNwindsimulation_mesh_config_value_rwind4_consider_surface_thickness_above_value\x18\x1d \x01(\x01\x12L\nDwindsimulation_mesh_config_value_rwind4_keep_results_if_mesh_deleted\x18\x1e \x01(\x08\x12@\n8windsimulation_mesh_config_value_rwind4_run_rwind_silent\x18\x1f \x01(\x08\"\xd5\x02\n3WindsimulationMeshConfigValueDetermineDetailsByType\x12\x41\n=WINDSIMULATION_MESH_CONFIG_VALUE_DETERMINE_DETAILS_BY_UNKNOWN\x10\x00\x12j\nfWINDSIMULATION_MESH_CONFIG_VALUE_DETERMINE_DETAILS_BY_WINDSIMULATION_DETERMINE_DETAILS_BY__DETAIL_SIZE\x10\x02\x12o\nkWINDSIMULATION_MESH_CONFIG_VALUE_DETERMINE_DETAILS_BY_WINDSIMULATION_DETERMINE_DETAILS_BY__LEVEL_OF_DETAILS\x10\x01\"\xf6\x02\n5WindsimulationMeshConfigValueSmallOpeningsClosureType\x12H\nDWINDSIMULATION_MESH_CONFIG_VALUE_SMALL_OPENINGS_CLOSURE_TYPE_UNKNOWN\x10\x00\x12\x80\x01\n|WINDSIMULATION_MESH_CONFIG_VALUE_SMALL_OPENINGS_CLOSURE_TYPE_WINDSIMULATION_OPENINGS_CLOSURE_TYPE__PERCENT_OF_MODEL_DIAMETER\x10\x01\x12p\nlWINDSIMULATION_MESH_CONFIG_VALUE_SMALL_OPENINGS_CLOSURE_TYPE_WINDSIMULATION_OPENINGS_CLOSURE_TYPE__REAL_SIZE\x10\x02\"\xab\x02\n!SurfacesShapeOfFiniteElementsType\x12-\n)SURFACES_SHAPE_OF_FINITE_ELEMENTS_UNKNOWN\x10\x00\x12\x44\n@SURFACES_SHAPE_OF_FINITE_ELEMENTS_FOR_SURFACES__QUADRANGLES_ONLY\x10\x01\x12M\nISURFACES_SHAPE_OF_FINITE_ELEMENTS_FOR_SURFACES__TRIANGLES_AND_QUADRANGLES\x10\x03\x12\x42\n>SURFACES_SHAPE_OF_FINITE_ELEMENTS_FOR_SURFACES__TRIANGLES_ONLY\x10\x02\"\x90\x01\n\x0eMeshStatistics\x12!\n\x19member_1D_finite_elements\x18\x01 \x01(\x05\x12\"\n\x1asurface_2D_finite_elements\x18\x02 \x01(\x05\x12 \n\x18solid_3D_finite_elements\x18\x03 \x01(\x05\x12\x15\n\rnode_elements\x18\x04 \x01(\x05\x62\x06proto3')
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(dlubal/api/rfem/mesh/mesh_settings.proto\x12\x14\x64lubal.api.rfem.mesh\x1a\x1e\x64lubal/api/common/common.proto\"\xfc,\n\x0cMeshSettings\x12#\n\x1bgeneral_target_length_of_fe\x18\x01 \x01(\x01\x12\x36\n.general_maximum_distance_between_node_and_line\x18\x02 \x01(\x01\x12*\n\"general_independent_mesh_preferred\x18\x03 \x01(\x08\x12\x38\n0general_independent_mesh_connect_eliminated_node\x18\x04 \x01(\x05\x12T\nLgeneral_independent_mesh_connect_eliminated_node_to_group_of_elements_radius\x18\x05 \x01(\x01\x12\x35\n-members_number_of_divisions_for_special_types\x18\x06 \x01(\x05\x12:\n2members_activate_division_due_to_analysis_settings\x18\x07 \x01(\x08\x12\x36\n.members_number_of_divisions_for_result_diagram\x18\x08 \x01(\x05\x12\x36\n.members_number_of_divisions_for_min_max_values\x18\t \x01(\x05\x12\x31\n)members_use_division_for_concrete_members\x18\n \x01(\x08\x12\x38\n0members_number_of_divisions_for_concrete_members\x18\x0b \x01(\x05\x12\x33\n+members_use_division_for_members_with_nodes\x18\x0c \x01(\x08\x12$\n\x1csurfaces_maximum_ratio_of_fe\x18\r \x01(\x01\x12\x31\n)surfaces_maximum_out_of_plane_inclination\x18\x0e \x01(\x01\x12 \n\x18surfaces_mesh_refinement\x18\x0f \x01(\x08\x12\x1d\n\x15surfaces_relationship\x18\x10 \x01(\x01\x12\x32\n*surfaces_integrate_also_unutilized_objects\x18\x11 \x01(\x08\x12o\n!surfaces_shape_of_finite_elements\x18\x12 \x01(\x0e\x32\x44.dlubal.api.rfem.mesh.MeshSettings.SurfacesShapeOfFiniteElementsType\x12\x1d\n\x15surfaces_same_squares\x18\x13 \x01(\x08\x12(\n surfaces_triangles_for_membranes\x18\x14 \x01(\x08\x12&\n\x1esurfaces_mapped_mesh_preferred\x18\x15 \x01(\x08\x12\x37\n/solids_use_refinement_if_containing_close_nodes\x18\x16 \x01(\x08\x12)\n!solids_maximum_number_of_elements\x18\x17 \x01(\x05\x12\x34\n,solids_use_target_length_of_fe_for_type_soil\x18\x18 \x01(\x08\x12\x30\n(solids_target_length_of_fe_for_type_soil\x18\x19 \x01(\x01\x12\x62\n\x1csurfaces_mesh_quality_config\x18\x1a \x01(\x0b\x32<.dlubal.api.rfem.mesh.MeshSettings.SurfacesMeshQualityConfig\x12^\n\x1asolids_mesh_quality_config\x18\x1b \x01(\x0b\x32:.dlubal.api.rfem.mesh.MeshSettings.SolidsMeshQualityConfig\x12`\n\x1bwind_simulation_mesh_config\x18\x1c \x01(\x0b\x32;.dlubal.api.rfem.mesh.MeshSettings.WindSimulationMeshConfig\x1a\x8e\r\n\x19SurfacesMeshQualityConfig\x12G\n%mesh_quality_color_indicator_ok_color\x18\x01 \x01(\x0b\x32\x18.dlubal.api.common.Color\x12L\n*mesh_quality_color_indicator_warning_color\x18\x02 \x01(\x0b\x32\x18.dlubal.api.common.Color\x12L\n*mesh_quality_color_indicator_failure_color\x18\x03 \x01(\x0b\x32\x18.dlubal.api.common.Color\x12\x8b\x01\n$quality_criteria_config_for_surfaces\x18\x04 \x01(\x0b\x32].dlubal.api.rfem.mesh.MeshSettings.SurfacesMeshQualityConfig.QualityCriteriaConfigForSurfaces\x1a\xfd\t\n QualityCriteriaConfigForSurfaces\x12,\n$quality_criterion_check_aspect_ratio\x18\x01 \x01(\x08\x12\x34\n,quality_criterion_check_aspect_ratio_warning\x18\x02 \x01(\x01\x12\x34\n,quality_criterion_check_aspect_ratio_failure\x18\x03 \x01(\x01\x12-\n%quality_criterion_parallel_deviations\x18\x04 \x01(\x08\x12\x35\n-quality_criterion_parallel_deviations_warning\x18\x05 \x01(\x01\x12\x35\n-quality_criterion_parallel_deviations_failure\x18\x06 \x01(\x01\x12<\n4quality_criterion_corner_angles_of_triangle_elements\x18\x07 \x01(\x08\x12\x44\n<quality_criterion_corner_angles_of_triangle_elements_warning\x18\x08 \x01(\x01\x12\x44\n<quality_criterion_corner_angles_of_triangle_elements_failure\x18\t \x01(\x01\x12>\n6quality_criterion_corner_angles_of_quadrangle_elements\x18\n \x01(\x08\x12\x46\n>quality_criterion_corner_angles_of_quadrangle_elements_warning\x18\x0b \x01(\x01\x12\x46\n>quality_criterion_corner_angles_of_quadrangle_elements_failure\x18\x0c \x01(\x01\x12\x36\n.quality_criterion_warping_of_membrane_elements\x18\r \x01(\x08\x12>\n6quality_criterion_warping_of_membrane_elements_warning\x18\x0e \x01(\x01\x12>\n6quality_criterion_warping_of_membrane_elements_failure\x18\x0f \x01(\x01\x12:\n2quality_criterion_warping_of_non_membrane_elements\x18\x10 \x01(\x08\x12\x42\n:quality_criterion_warping_of_non_membrane_elements_warning\x18\x11 \x01(\x01\x12\x42\n:quality_criterion_warping_of_non_membrane_elements_failure\x18\x12 \x01(\x01\x12(\n quality_criterion_jacobian_ratio\x18\x13 \x01(\x08\x12\x30\n(quality_criterion_jacobian_ratio_warning\x18\x14 \x01(\x01\x12\x30\n(quality_criterion_jacobian_ratio_failure\x18\x15 \x01(\x01\x1a\x81\x0b\n\x17SolidsMeshQualityConfig\x12G\n%mesh_quality_color_indicator_ok_color\x18\x01 \x01(\x0b\x32\x18.dlubal.api.common.Color\x12L\n*mesh_quality_color_indicator_warning_color\x18\x02 \x01(\x0b\x32\x18.dlubal.api.common.Color\x12L\n*mesh_quality_color_indicator_failure_color\x18\x03 \x01(\x0b\x32\x18.dlubal.api.common.Color\x12\x85\x01\n\"quality_criteria_config_for_solids\x18\x04 \x01(\x0b\x32Y.dlubal.api.rfem.mesh.MeshSettings.SolidsMeshQualityConfig.QualityCriteriaConfigForSolids\x1a\xf8\x07\n\x1eQualityCriteriaConfigForSolids\x12,\n$quality_criterion_check_aspect_ratio\x18\x01 \x01(\x08\x12\x34\n,quality_criterion_check_aspect_ratio_warning\x18\x02 \x01(\x01\x12\x34\n,quality_criterion_check_aspect_ratio_failure\x18\x03 \x01(\x01\x12-\n%quality_criterion_parallel_deviations\x18\x04 \x01(\x08\x12\x35\n-quality_criterion_parallel_deviations_warning\x18\x05 \x01(\x01\x12\x35\n-quality_criterion_parallel_deviations_failure\x18\x06 \x01(\x01\x12<\n4quality_criterion_corner_angles_of_triangle_elements\x18\x07 \x01(\x08\x12\x44\n<quality_criterion_corner_angles_of_triangle_elements_warning\x18\x08 \x01(\x01\x12\x44\n<quality_criterion_corner_angles_of_triangle_elements_failure\x18\t \x01(\x01\x12>\n6quality_criterion_corner_angles_of_quadrangle_elements\x18\n \x01(\x08\x12\x46\n>quality_criterion_corner_angles_of_quadrangle_elements_warning\x18\x0b \x01(\x01\x12\x46\n>quality_criterion_corner_angles_of_quadrangle_elements_failure\x18\x0c \x01(\x01\x12!\n\x19quality_criterion_warping\x18\r \x01(\x08\x12)\n!quality_criterion_warping_warning\x18\x0e \x01(\x01\x12)\n!quality_criterion_warping_failure\x18\x0f \x01(\x01\x12(\n quality_criterion_jacobian_ratio\x18\x10 \x01(\x08\x12\x30\n(quality_criterion_jacobian_ratio_warning\x18\x11 \x01(\x01\x12\x30\n(quality_criterion_jacobian_ratio_failure\x18\x12 \x01(\x01\x1a\xe8\x05\n\x18WindSimulationMeshConfig\x12G\n?windsimulation_mesh_config_value_shrink_wrapping_main_structure\x18\x01 \x01(\x05\x12L\nDwindsimulation_mesh_config_value_shrink_wrapping_surrounding_objects\x18\x02 \x01(\x05\x12@\n8windsimulation_mesh_config_value_shrink_wrapping_terrain\x18\x03 \x01(\x05\x12;\n3windsimulation_mesh_config_value_member_detail_size\x18\x04 \x01(\x05\x12V\nNwindsimulation_mesh_config_value_use_only_external_surface_for_hollow_sections\x18\x05 \x01(\x08\x12Q\nIwindsimulation_mesh_config_value_consider_surface_thickness_above_enabled\x18\x06 \x01(\x08\x12O\nGwindsimulation_mesh_config_value_consider_surface_thickness_above_value\x18\x07 \x01(\x01\x12\x38\n0windsimulation_mesh_config_value_terrain_enabled\x18\x08 \x01(\x08\x12\x45\n=windsimulation_mesh_config_value_keep_results_if_mesh_deleted\x18\t \x01(\x08\x12\x39\n1windsimulation_mesh_config_value_run_rwind_silent\x18\n \x01(\x08\"\xab\x02\n!SurfacesShapeOfFiniteElementsType\x12-\n)SURFACES_SHAPE_OF_FINITE_ELEMENTS_UNKNOWN\x10\x00\x12\x44\n@SURFACES_SHAPE_OF_FINITE_ELEMENTS_FOR_SURFACES__QUADRANGLES_ONLY\x10\x01\x12M\nISURFACES_SHAPE_OF_FINITE_ELEMENTS_FOR_SURFACES__TRIANGLES_AND_QUADRANGLES\x10\x03\x12\x42\n>SURFACES_SHAPE_OF_FINITE_ELEMENTS_FOR_SURFACES__TRIANGLES_ONLY\x10\x02\"\x90\x01\n\x0eMeshStatistics\x12!\n\x19member_1D_finite_elements\x18\x01 \x01(\x05\x12\"\n\x1asurface_2D_finite_elements\x18\x02 \x01(\x05\x12 \n\x18solid_3D_finite_elements\x18\x03 \x01(\x05\x12\x15\n\rnode_elements\x18\x04 \x01(\x05\x62\x06proto3')
|
|
29
29
|
|
|
30
30
|
_globals = globals()
|
|
31
31
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -33,7 +33,7 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.mesh.mesh_s
|
|
|
33
33
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
34
|
DESCRIPTOR._loaded_options = None
|
|
35
35
|
_globals['_MESHSETTINGS']._serialized_start=99
|
|
36
|
-
_globals['_MESHSETTINGS']._serialized_end=
|
|
36
|
+
_globals['_MESHSETTINGS']._serialized_end=5855
|
|
37
37
|
_globals['_MESHSETTINGS_SURFACESMESHQUALITYCONFIG']._serialized_start=1716
|
|
38
38
|
_globals['_MESHSETTINGS_SURFACESMESHQUALITYCONFIG']._serialized_end=3394
|
|
39
39
|
_globals['_MESHSETTINGS_SURFACESMESHQUALITYCONFIG_QUALITYCRITERIACONFIGFORSURFACES']._serialized_start=2117
|
|
@@ -43,13 +43,9 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
43
43
|
_globals['_MESHSETTINGS_SOLIDSMESHQUALITYCONFIG_QUALITYCRITERIACONFIGFORSOLIDS']._serialized_start=3790
|
|
44
44
|
_globals['_MESHSETTINGS_SOLIDSMESHQUALITYCONFIG_QUALITYCRITERIACONFIGFORSOLIDS']._serialized_end=4806
|
|
45
45
|
_globals['_MESHSETTINGS_WINDSIMULATIONMESHCONFIG']._serialized_start=4809
|
|
46
|
-
_globals['_MESHSETTINGS_WINDSIMULATIONMESHCONFIG']._serialized_end=
|
|
47
|
-
_globals['
|
|
48
|
-
_globals['
|
|
49
|
-
_globals['
|
|
50
|
-
_globals['
|
|
51
|
-
_globals['_MESHSETTINGS_SURFACESSHAPEOFFINITEELEMENTSTYPE']._serialized_start=7967
|
|
52
|
-
_globals['_MESHSETTINGS_SURFACESSHAPEOFFINITEELEMENTSTYPE']._serialized_end=8266
|
|
53
|
-
_globals['_MESHSTATISTICS']._serialized_start=8269
|
|
54
|
-
_globals['_MESHSTATISTICS']._serialized_end=8413
|
|
46
|
+
_globals['_MESHSETTINGS_WINDSIMULATIONMESHCONFIG']._serialized_end=5553
|
|
47
|
+
_globals['_MESHSETTINGS_SURFACESSHAPEOFFINITEELEMENTSTYPE']._serialized_start=5556
|
|
48
|
+
_globals['_MESHSETTINGS_SURFACESSHAPEOFFINITEELEMENTSTYPE']._serialized_end=5855
|
|
49
|
+
_globals['_MESHSTATISTICS']._serialized_start=5858
|
|
50
|
+
_globals['_MESHSTATISTICS']._serialized_end=6002
|
|
55
51
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -125,86 +125,28 @@ class MeshSettings(_message.Message):
|
|
|
125
125
|
quality_criteria_config_for_solids: MeshSettings.SolidsMeshQualityConfig.QualityCriteriaConfigForSolids
|
|
126
126
|
def __init__(self, mesh_quality_color_indicator_ok_color: _Optional[_Union[_common_pb2.Color, _Mapping]] = ..., mesh_quality_color_indicator_warning_color: _Optional[_Union[_common_pb2.Color, _Mapping]] = ..., mesh_quality_color_indicator_failure_color: _Optional[_Union[_common_pb2.Color, _Mapping]] = ..., quality_criteria_config_for_solids: _Optional[_Union[MeshSettings.SolidsMeshQualityConfig.QualityCriteriaConfigForSolids, _Mapping]] = ...) -> None: ...
|
|
127
127
|
class WindSimulationMeshConfig(_message.Message):
|
|
128
|
-
__slots__ = ("
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
class WindsimulationMeshConfigValueSmallOpeningsClosureType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
138
|
-
__slots__ = ()
|
|
139
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_SMALL_OPENINGS_CLOSURE_TYPE_UNKNOWN: _ClassVar[MeshSettings.WindSimulationMeshConfig.WindsimulationMeshConfigValueSmallOpeningsClosureType]
|
|
140
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_SMALL_OPENINGS_CLOSURE_TYPE_WINDSIMULATION_OPENINGS_CLOSURE_TYPE__PERCENT_OF_MODEL_DIAMETER: _ClassVar[MeshSettings.WindSimulationMeshConfig.WindsimulationMeshConfigValueSmallOpeningsClosureType]
|
|
141
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_SMALL_OPENINGS_CLOSURE_TYPE_WINDSIMULATION_OPENINGS_CLOSURE_TYPE__REAL_SIZE: _ClassVar[MeshSettings.WindSimulationMeshConfig.WindsimulationMeshConfigValueSmallOpeningsClosureType]
|
|
142
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_SMALL_OPENINGS_CLOSURE_TYPE_UNKNOWN: MeshSettings.WindSimulationMeshConfig.WindsimulationMeshConfigValueSmallOpeningsClosureType
|
|
143
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_SMALL_OPENINGS_CLOSURE_TYPE_WINDSIMULATION_OPENINGS_CLOSURE_TYPE__PERCENT_OF_MODEL_DIAMETER: MeshSettings.WindSimulationMeshConfig.WindsimulationMeshConfigValueSmallOpeningsClosureType
|
|
144
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_SMALL_OPENINGS_CLOSURE_TYPE_WINDSIMULATION_OPENINGS_CLOSURE_TYPE__REAL_SIZE: MeshSettings.WindSimulationMeshConfig.WindsimulationMeshConfigValueSmallOpeningsClosureType
|
|
145
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_SIMPLIFY_MODEL_FIELD_NUMBER: _ClassVar[int]
|
|
146
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_DETERMINE_DETAILS_BY_FIELD_NUMBER: _ClassVar[int]
|
|
147
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_LEVEL_OF_DETAILS_FIELD_NUMBER: _ClassVar[int]
|
|
148
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_DETAIL_SIZE_FIELD_NUMBER: _ClassVar[int]
|
|
149
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_SMALL_OPENINGS_CLOSURE_TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
150
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_SMALL_OPENINGS_CLOSURE_VALUE_FIELD_NUMBER: _ClassVar[int]
|
|
151
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_OPTIMIZED_MEMBER_TOPOLOGY_FIELD_NUMBER: _ClassVar[int]
|
|
152
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_OPTIMIZED_MEMBER_TOPO_VALUE_FIELD_NUMBER: _ClassVar[int]
|
|
153
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_OPTIMIZED_MEMBER_FILL_HOLLOW_SECTIONS_FIELD_NUMBER: _ClassVar[int]
|
|
154
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_ACTIVE_OBJECTS_ONLY_FIELD_NUMBER: _ClassVar[int]
|
|
155
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_TERRAIN_FIELD_NUMBER: _ClassVar[int]
|
|
156
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_TERRAIN_FROM_MODEL_FIELD_NUMBER: _ClassVar[int]
|
|
157
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_TERRAIN_OBJECTS_ID_FIELD_NUMBER: _ClassVar[int]
|
|
158
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_TERRAIN_OBJECTS_ALL_FIELD_NUMBER: _ClassVar[int]
|
|
159
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_SURROUNDING_MODEL_FIELD_NUMBER: _ClassVar[int]
|
|
160
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_SURROUNDING_MODEL_IFC_OBJECTS_ID_FIELD_NUMBER: _ClassVar[int]
|
|
161
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_SURROUNDING_MODEL_IFC_OBJECTS_ALL_FIELD_NUMBER: _ClassVar[int]
|
|
162
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_SURROUNDING_MODEL_VISUAL_OBJECTS_ID_FIELD_NUMBER: _ClassVar[int]
|
|
163
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_SURROUNDING_MODEL_VISUAL_OBJECTS_ALL_FIELD_NUMBER: _ClassVar[int]
|
|
128
|
+
__slots__ = ("windsimulation_mesh_config_value_shrink_wrapping_main_structure", "windsimulation_mesh_config_value_shrink_wrapping_surrounding_objects", "windsimulation_mesh_config_value_shrink_wrapping_terrain", "windsimulation_mesh_config_value_member_detail_size", "windsimulation_mesh_config_value_use_only_external_surface_for_hollow_sections", "windsimulation_mesh_config_value_consider_surface_thickness_above_enabled", "windsimulation_mesh_config_value_consider_surface_thickness_above_value", "windsimulation_mesh_config_value_terrain_enabled", "windsimulation_mesh_config_value_keep_results_if_mesh_deleted", "windsimulation_mesh_config_value_run_rwind_silent")
|
|
129
|
+
WINDSIMULATION_MESH_CONFIG_VALUE_SHRINK_WRAPPING_MAIN_STRUCTURE_FIELD_NUMBER: _ClassVar[int]
|
|
130
|
+
WINDSIMULATION_MESH_CONFIG_VALUE_SHRINK_WRAPPING_SURROUNDING_OBJECTS_FIELD_NUMBER: _ClassVar[int]
|
|
131
|
+
WINDSIMULATION_MESH_CONFIG_VALUE_SHRINK_WRAPPING_TERRAIN_FIELD_NUMBER: _ClassVar[int]
|
|
132
|
+
WINDSIMULATION_MESH_CONFIG_VALUE_MEMBER_DETAIL_SIZE_FIELD_NUMBER: _ClassVar[int]
|
|
133
|
+
WINDSIMULATION_MESH_CONFIG_VALUE_USE_ONLY_EXTERNAL_SURFACE_FOR_HOLLOW_SECTIONS_FIELD_NUMBER: _ClassVar[int]
|
|
134
|
+
WINDSIMULATION_MESH_CONFIG_VALUE_CONSIDER_SURFACE_THICKNESS_ABOVE_ENABLED_FIELD_NUMBER: _ClassVar[int]
|
|
135
|
+
WINDSIMULATION_MESH_CONFIG_VALUE_CONSIDER_SURFACE_THICKNESS_ABOVE_VALUE_FIELD_NUMBER: _ClassVar[int]
|
|
136
|
+
WINDSIMULATION_MESH_CONFIG_VALUE_TERRAIN_ENABLED_FIELD_NUMBER: _ClassVar[int]
|
|
164
137
|
WINDSIMULATION_MESH_CONFIG_VALUE_KEEP_RESULTS_IF_MESH_DELETED_FIELD_NUMBER: _ClassVar[int]
|
|
165
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_CONSIDER_SURFACE_THICKNESS_FIELD_NUMBER: _ClassVar[int]
|
|
166
138
|
WINDSIMULATION_MESH_CONFIG_VALUE_RUN_RWIND_SILENT_FIELD_NUMBER: _ClassVar[int]
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_RWIND4_RUN_RWIND_SILENT_FIELD_NUMBER: _ClassVar[int]
|
|
176
|
-
windsimulation_mesh_config_value_simplify_model: bool
|
|
177
|
-
windsimulation_mesh_config_value_determine_details_by: MeshSettings.WindSimulationMeshConfig.WindsimulationMeshConfigValueDetermineDetailsByType
|
|
178
|
-
windsimulation_mesh_config_value_level_of_details: int
|
|
179
|
-
windsimulation_mesh_config_value_detail_size: float
|
|
180
|
-
windsimulation_mesh_config_value_small_openings_closure_type: MeshSettings.WindSimulationMeshConfig.WindsimulationMeshConfigValueSmallOpeningsClosureType
|
|
181
|
-
windsimulation_mesh_config_value_small_openings_closure_value: float
|
|
182
|
-
windsimulation_mesh_config_value_optimized_member_topology: bool
|
|
183
|
-
windsimulation_mesh_config_value_optimized_member_topo_value: int
|
|
184
|
-
windsimulation_mesh_config_value_optimized_member_fill_hollow_sections: bool
|
|
185
|
-
windsimulation_mesh_config_value_active_objects_only: bool
|
|
186
|
-
windsimulation_mesh_config_value_terrain: bool
|
|
187
|
-
windsimulation_mesh_config_value_terrain_from_model: bool
|
|
188
|
-
windsimulation_mesh_config_value_terrain_objects_id: str
|
|
189
|
-
windsimulation_mesh_config_value_terrain_objects_all: bool
|
|
190
|
-
windsimulation_mesh_config_value_surrounding_model: bool
|
|
191
|
-
windsimulation_mesh_config_value_surrounding_model_ifc_objects_id: str
|
|
192
|
-
windsimulation_mesh_config_value_surrounding_model_ifc_objects_all: bool
|
|
193
|
-
windsimulation_mesh_config_value_surrounding_model_visual_objects_id: str
|
|
194
|
-
windsimulation_mesh_config_value_surrounding_model_visual_objects_all: bool
|
|
139
|
+
windsimulation_mesh_config_value_shrink_wrapping_main_structure: int
|
|
140
|
+
windsimulation_mesh_config_value_shrink_wrapping_surrounding_objects: int
|
|
141
|
+
windsimulation_mesh_config_value_shrink_wrapping_terrain: int
|
|
142
|
+
windsimulation_mesh_config_value_member_detail_size: int
|
|
143
|
+
windsimulation_mesh_config_value_use_only_external_surface_for_hollow_sections: bool
|
|
144
|
+
windsimulation_mesh_config_value_consider_surface_thickness_above_enabled: bool
|
|
145
|
+
windsimulation_mesh_config_value_consider_surface_thickness_above_value: float
|
|
146
|
+
windsimulation_mesh_config_value_terrain_enabled: bool
|
|
195
147
|
windsimulation_mesh_config_value_keep_results_if_mesh_deleted: bool
|
|
196
|
-
windsimulation_mesh_config_value_consider_surface_thickness: bool
|
|
197
148
|
windsimulation_mesh_config_value_run_rwind_silent: bool
|
|
198
|
-
|
|
199
|
-
windsimulation_mesh_config_value_rwind4_shrink_wrapping_surrounding_objects: int
|
|
200
|
-
windsimulation_mesh_config_value_rwind4_shrink_wrapping_terrain: int
|
|
201
|
-
windsimulation_mesh_config_value_rwind4_member_detail_size: int
|
|
202
|
-
windsimulation_mesh_config_value_rwind4_use_only_external_surface_for_hollow_sections: bool
|
|
203
|
-
windsimulation_mesh_config_value_rwind4_consider_surface_thickness_above_enabled: bool
|
|
204
|
-
windsimulation_mesh_config_value_rwind4_consider_surface_thickness_above_value: float
|
|
205
|
-
windsimulation_mesh_config_value_rwind4_keep_results_if_mesh_deleted: bool
|
|
206
|
-
windsimulation_mesh_config_value_rwind4_run_rwind_silent: bool
|
|
207
|
-
def __init__(self, windsimulation_mesh_config_value_simplify_model: bool = ..., windsimulation_mesh_config_value_determine_details_by: _Optional[_Union[MeshSettings.WindSimulationMeshConfig.WindsimulationMeshConfigValueDetermineDetailsByType, str]] = ..., windsimulation_mesh_config_value_level_of_details: _Optional[int] = ..., windsimulation_mesh_config_value_detail_size: _Optional[float] = ..., windsimulation_mesh_config_value_small_openings_closure_type: _Optional[_Union[MeshSettings.WindSimulationMeshConfig.WindsimulationMeshConfigValueSmallOpeningsClosureType, str]] = ..., windsimulation_mesh_config_value_small_openings_closure_value: _Optional[float] = ..., windsimulation_mesh_config_value_optimized_member_topology: bool = ..., windsimulation_mesh_config_value_optimized_member_topo_value: _Optional[int] = ..., windsimulation_mesh_config_value_optimized_member_fill_hollow_sections: bool = ..., windsimulation_mesh_config_value_active_objects_only: bool = ..., windsimulation_mesh_config_value_terrain: bool = ..., windsimulation_mesh_config_value_terrain_from_model: bool = ..., windsimulation_mesh_config_value_terrain_objects_id: _Optional[str] = ..., windsimulation_mesh_config_value_terrain_objects_all: bool = ..., windsimulation_mesh_config_value_surrounding_model: bool = ..., windsimulation_mesh_config_value_surrounding_model_ifc_objects_id: _Optional[str] = ..., windsimulation_mesh_config_value_surrounding_model_ifc_objects_all: bool = ..., windsimulation_mesh_config_value_surrounding_model_visual_objects_id: _Optional[str] = ..., windsimulation_mesh_config_value_surrounding_model_visual_objects_all: bool = ..., windsimulation_mesh_config_value_keep_results_if_mesh_deleted: bool = ..., windsimulation_mesh_config_value_consider_surface_thickness: bool = ..., windsimulation_mesh_config_value_run_rwind_silent: bool = ..., windsimulation_mesh_config_value_rwind4_shrink_wrapping_main_structure: _Optional[int] = ..., windsimulation_mesh_config_value_rwind4_shrink_wrapping_surrounding_objects: _Optional[int] = ..., windsimulation_mesh_config_value_rwind4_shrink_wrapping_terrain: _Optional[int] = ..., windsimulation_mesh_config_value_rwind4_member_detail_size: _Optional[int] = ..., windsimulation_mesh_config_value_rwind4_use_only_external_surface_for_hollow_sections: bool = ..., windsimulation_mesh_config_value_rwind4_consider_surface_thickness_above_enabled: bool = ..., windsimulation_mesh_config_value_rwind4_consider_surface_thickness_above_value: _Optional[float] = ..., windsimulation_mesh_config_value_rwind4_keep_results_if_mesh_deleted: bool = ..., windsimulation_mesh_config_value_rwind4_run_rwind_silent: bool = ...) -> None: ...
|
|
149
|
+
def __init__(self, windsimulation_mesh_config_value_shrink_wrapping_main_structure: _Optional[int] = ..., windsimulation_mesh_config_value_shrink_wrapping_surrounding_objects: _Optional[int] = ..., windsimulation_mesh_config_value_shrink_wrapping_terrain: _Optional[int] = ..., windsimulation_mesh_config_value_member_detail_size: _Optional[int] = ..., windsimulation_mesh_config_value_use_only_external_surface_for_hollow_sections: bool = ..., windsimulation_mesh_config_value_consider_surface_thickness_above_enabled: bool = ..., windsimulation_mesh_config_value_consider_surface_thickness_above_value: _Optional[float] = ..., windsimulation_mesh_config_value_terrain_enabled: bool = ..., windsimulation_mesh_config_value_keep_results_if_mesh_deleted: bool = ..., windsimulation_mesh_config_value_run_rwind_silent: bool = ...) -> None: ...
|
|
208
150
|
GENERAL_TARGET_LENGTH_OF_FE_FIELD_NUMBER: _ClassVar[int]
|
|
209
151
|
GENERAL_MAXIMUM_DISTANCE_BETWEEN_NODE_AND_LINE_FIELD_NUMBER: _ClassVar[int]
|
|
210
152
|
GENERAL_INDEPENDENT_MESH_PREFERRED_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -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/object_type.proto\x12\x0f\x64lubal.api.rfem*\xe3\x38\n\nObjectType\x12\x17\n\x13OBJECT_TYPE_UNKNOWN\x10\x00\x12\x1d\n\x18OBJECT_TYPE_ACCELEROGRAM\x10\xcc\x01\x12\x17\n\x12OBJECT_TYPE_ACTION\x10\x9c\x01\x12#\n\x1eOBJECT_TYPE_ACTION_COMBINATION\x10\x9e\x01\x12+\n&OBJECT_TYPE_ADDITIONAL_FOUNDATION_LOAD\x10\xc7\x01\x12-\n(OBJECT_TYPE_ALUMINUM_BOUNDARY_CONDITIONS\x10\x82\x01\x12\x32\n-OBJECT_TYPE_ALUMINUM_DESIGN_SLS_CONFIGURATION\x10\xd6\x01\x12\x32\n-OBJECT_TYPE_ALUMINUM_DESIGN_ULS_CONFIGURATION\x10\xd5\x01\x12+\n&OBJECT_TYPE_ALUMINUM_EFFECTIVE_LENGTHS\x10\x81\x01\x12\x38\n3OBJECT_TYPE_ALUMINUM_MEMBER_LOCAL_SECTION_REDUCTION\x10\x84\x01\x12\x30\n+OBJECT_TYPE_ALUMINUM_MEMBER_TRANSVERSE_WELD\x10\x83\x01\x12&\n\"OBJECT_TYPE_BEAM_TO_BEAM_CONNECTOR\x10m\x12\x16\n\x11OBJECT_TYPE_BLOCK\x10\xf5\x01\x12\x18\n\x14OBJECT_TYPE_BOREHOLE\x10t\x12\x1d\n\x19OBJECT_TYPE_BUILDING_GRID\x10\x64\x12\x1f\n\x1aOBJECT_TYPE_BUILDING_STORY\x10\xae\x01\x12\x19\n\x14OBJECT_TYPE_CAD_LINE\x10\xed\x01\x12\x1f\n\x1aOBJECT_TYPE_CAD_LINE_POINT\x10\xec\x01\x12#\n\x1fOBJECT_TYPE_CALCULATION_DIAGRAM\x10U\x12\x1c\n\x18OBJECT_TYPE_CLIPPING_BOX\x10Z\x12\x1e\n\x1aOBJECT_TYPE_CLIPPING_PLANE\x10X\x12#\n\x1eOBJECT_TYPE_COMBINATION_WIZARD\x10\xaa\x01\x12\x1a\n\x15OBJECT_TYPE_COMPONENT\x10\xeb\x01\x12 \n\x1bOBJECT_TYPE_COMPONENT_SERIE\x10\xea\x01\x12.\n)OBJECT_TYPE_CONCRETE_DESIGN_CONFIGURATION\x10\xe5\x01\x12\x31\n,OBJECT_TYPE_CONCRETE_DESIGN_FR_CONFIGURATION\x10\xdc\x01\x12\x36\n1OBJECT_TYPE_CONCRETE_DESIGN_SEISMIC_CONFIGURATION\x10\xdd\x01\x12\x32\n-OBJECT_TYPE_CONCRETE_DESIGN_SLS_CONFIGURATION\x10\xdb\x01\x12\x32\n-OBJECT_TYPE_CONCRETE_DESIGN_ULS_CONFIGURATION\x10\xda\x01\x12#\n\x1fOBJECT_TYPE_CONCRETE_DURABILITY\x10r\x12*\n&OBJECT_TYPE_CONCRETE_EFFECTIVE_LENGTHS\x10o\x12#\n\x1eOBJECT_TYPE_CONSTRUCTION_STAGE\x10\xad\x01\x12!\n\x1dOBJECT_TYPE_COORDINATE_SYSTEM\x10V\x12\x16\n\x11OBJECT_TYPE_CRANE\x10\x8c\x01\x12\x19\n\x14OBJECT_TYPE_CRANEWAY\x10\x8b\x01\x12$\n OBJECT_TYPE_CUTTING_LINE_SETTING\x10:\x12\x1f\n\x1bOBJECT_TYPE_CUTTING_PATTERN\x10\x30\x12%\n OBJECT_TYPE_CUTTING_PATTERN_LOAD\x10\xbf\x01\x12\x1a\n\x15OBJECT_TYPE_DEEP_BEAM\x10\xb1\x01\x12!\n\x1cOBJECT_TYPE_DESIGN_SITUATION\x10\x9d\x01\x12\x1c\n\x18OBJECT_TYPE_DESIGN_STRIP\x10\x32\x12#\n\x1fOBJECT_TYPE_DESIGN_STRIP_WIZARD\x10\x33\x12\x1e\n\x1aOBJECT_TYPE_DESIGN_SUPPORT\x10H\x12\x1e\n\x1aOBJECT_TYPE_DIAGONAL_BRACE\x10\x42\x12\x19\n\x15OBJECT_TYPE_DIMENSION\x10\x61\x12&\n!OBJECT_TYPE_DXF_FILE_MODEL_OBJECT\x10\xf2\x01\x12!\n\x1cOBJECT_TYPE_DXF_MODEL_OBJECT\x10\xf3\x01\x12!\n\x1cOBJECT_TYPE_DYNAMIC_ANALYSIS\x10\xc9\x01\x12\x1a\n\x15OBJECT_TYPE_FLOOR_SET\x10\xaf\x01\x12#\n\x1eOBJECT_TYPE_FREE_CIRCULAR_LOAD\x10\xc3\x01\x12\'\n\"OBJECT_TYPE_FREE_CONCENTRATED_LOAD\x10\xc0\x01\x12\x1f\n\x1aOBJECT_TYPE_FREE_LINE_LOAD\x10\xc1\x01\x12\"\n\x1dOBJECT_TYPE_FREE_POLYGON_LOAD\x10\xc4\x01\x12&\n!OBJECT_TYPE_FREE_RECTANGULAR_LOAD\x10\xc2\x01\x12\x32\n-OBJECT_TYPE_GEOTECHNICAL_DESIGN_CONFIGURATION\x10\xe4\x01\x12(\n#OBJECT_TYPE_GLASS_COMPOSITION_MODEL\x10\x85\x01\x12/\n*OBJECT_TYPE_GLASS_DESIGN_SLS_CONFIGURATION\x10\xd9\x01\x12/\n*OBJECT_TYPE_GLASS_DESIGN_ULS_CONFIGURATION\x10\xd8\x01\x12!\n\x1cOBJECT_TYPE_GLOBAL_PARAMETER\x10\xe9\x01\x12*\n&OBJECT_TYPE_GROUP_OF_OBJECT_SELECTIONS\x10^\x12\x19\n\x15OBJECT_TYPE_GUIDELINE\x10\x63\x12&\n!OBJECT_TYPE_IFC_FILE_MODEL_OBJECT\x10\xef\x01\x12!\n\x1cOBJECT_TYPE_IFC_MODEL_OBJECT\x10\xf0\x01\x12\"\n\x1dOBJECT_TYPE_IMPERFECTION_CASE\x10\x8d\x01\x12)\n$OBJECT_TYPE_IMPORT_SUPPORT_REACTIONS\x10\x94\x01\x12)\n$OBJECT_TYPE_IMPOSED_LINE_DEFORMATION\x10\xc6\x01\x12*\n%OBJECT_TYPE_IMPOSED_NODAL_DEFORMATION\x10\xc5\x01\x12%\n!OBJECT_TYPE_INNER_STUDS_STRUCTURE\x10k\x12\x1c\n\x18OBJECT_TYPE_INTERSECTION\x10\'\x12\x37\n2OBJECT_TYPE_JOINT_STIFFNESS_ANALYSIS_CONFIGURATION\x10\xe3\x01\x12(\n#OBJECT_TYPE_JOINT_ULS_CONFIGURATION\x10\xe2\x01\x12\x15\n\x11OBJECT_TYPE_LAYER\x10_\x12\x1b\n\x17OBJECT_TYPE_LAYER_GROUP\x10`\x12\x14\n\x10OBJECT_TYPE_LINE\x10\x19\x12\x1a\n\x16OBJECT_TYPE_LINE_HINGE\x10\x38\x12\x19\n\x15OBJECT_TYPE_LINE_LINK\x10;\x12\x1a\n\x15OBJECT_TYPE_LINE_LOAD\x10\xb6\x01\x12$\n OBJECT_TYPE_LINE_MESH_REFINEMENT\x10\x37\x12\x1c\n\x18OBJECT_TYPE_LINE_RELEASE\x10.\x12!\n\x1dOBJECT_TYPE_LINE_RELEASE_TYPE\x10S\x12\x18\n\x14OBJECT_TYPE_LINE_SET\x10\x1f\x12\x1e\n\x19OBJECT_TYPE_LINE_SET_LOAD\x10\xbe\x01\x12\x1c\n\x18OBJECT_TYPE_LINE_SUPPORT\x10\x36\x12!\n\x1dOBJECT_TYPE_LINE_WELDED_JOINT\x10\x39\x12\x30\n+OBJECT_TYPE_LINE_WELDED_JOINT_CONFIGURATION\x10\xd0\x01\x12\x1a\n\x15OBJECT_TYPE_LOAD_CASE\x10\x9b\x01\x12!\n\x1cOBJECT_TYPE_LOAD_COMBINATION\x10\x9f\x01\x12\x1b\n\x16OBJECT_TYPE_LOAD_MODEL\x10\x96\x01\x12\x18\n\x14OBJECT_TYPE_MATERIAL\x10\x14\x12\x16\n\x12OBJECT_TYPE_MEMBER\x10\x1a\x12%\n OBJECT_TYPE_MEMBER_CONFIGURATION\x10\xcd\x01\x12*\n&OBJECT_TYPE_MEMBER_DEFINABLE_STIFFNESS\x10\x46\x12#\n\x1fOBJECT_TYPE_MEMBER_ECCENTRICITY\x10=\x12\x1c\n\x18OBJECT_TYPE_MEMBER_HINGE\x10<\x12$\n\x1fOBJECT_TYPE_MEMBER_IMPERFECTION\x10\x8e\x01\x12\x1c\n\x17OBJECT_TYPE_MEMBER_LOAD\x10\xb7\x01\x12,\n\'OBJECT_TYPE_MEMBER_LOADS_FROM_AREA_LOAD\x10\x92\x01\x12\x31\n,OBJECT_TYPE_MEMBER_LOADS_FROM_FREE_LINE_LOAD\x10\x93\x01\x12#\n\x1fOBJECT_TYPE_MEMBER_NONLINEARITY\x10\x45\x12\x1f\n\x1bOBJECT_TYPE_MEMBER_OPENINGS\x10\x43\x12%\n!OBJECT_TYPE_MEMBER_REPRESENTATIVE\x10\x1b\x12\x30\n,OBJECT_TYPE_MEMBER_RESULT_INTERMEDIATE_POINT\x10G\x12+\n\'OBJECT_TYPE_MEMBER_ROTATIONAL_RESTRAINT\x10@\x12\x1a\n\x16OBJECT_TYPE_MEMBER_SET\x10 \x12(\n#OBJECT_TYPE_MEMBER_SET_IMPERFECTION\x10\x8f\x01\x12 \n\x1bOBJECT_TYPE_MEMBER_SET_LOAD\x10\xbb\x01\x12)\n%OBJECT_TYPE_MEMBER_SET_REPRESENTATIVE\x10!\x12\"\n\x1eOBJECT_TYPE_MEMBER_SHEAR_PANEL\x10?\x12\x1d\n\x19OBJECT_TYPE_MEMBER_SPRING\x10I\x12-\n)OBJECT_TYPE_MEMBER_STIFFNESS_MODIFICATION\x10\x44\x12\x1e\n\x1aOBJECT_TYPE_MEMBER_SUPPORT\x10>\x12+\n\'OBJECT_TYPE_MEMBER_TRANSVERSE_STIFFENER\x10\x41\x12(\n#OBJECT_TYPE_MODAL_ANALYSIS_SETTINGS\x10\xa4\x01\x12\x1c\n\x17OBJECT_TYPE_MOVING_LOAD\x10\x95\x01\x12\x1a\n\x16OBJECT_TYPE_NODAL_LINK\x10&\x12\x1b\n\x16OBJECT_TYPE_NODAL_LOAD\x10\xb5\x01\x12%\n!OBJECT_TYPE_NODAL_MESH_REFINEMENT\x10%\x12\x1d\n\x19OBJECT_TYPE_NODAL_RELEASE\x10-\x12\"\n\x1eOBJECT_TYPE_NODAL_RELEASE_TYPE\x10R\x12\x1d\n\x19OBJECT_TYPE_NODAL_SUPPORT\x10$\x12\x14\n\x10OBJECT_TYPE_NODE\x10\x17\x12\x14\n\x10OBJECT_TYPE_NOTE\x10\x62\x12\x1b\n\x17OBJECT_TYPE_OBJECT_SNAP\x10W\x12\x17\n\x13OBJECT_TYPE_OPENING\x10\x1d\x12\x1d\n\x18OBJECT_TYPE_OPENING_LOAD\x10\xba\x01\x12&\n!OBJECT_TYPE_OPTIMIZATION_SETTINGS\x10\xa9\x01\x12\x1f\n\x1bOBJECT_TYPE_PILE_RESISTANCE\x10v\x12&\n\"OBJECT_TYPE_PUNCHING_REINFORCEMENT\x10q\x12+\n&OBJECT_TYPE_PUSHOVER_ANALYSIS_SETTINGS\x10\xa7\x01\x12\'\n#OBJECT_TYPE_REINFORCEMENT_DIRECTION\x10s\x12\x30\n+OBJECT_TYPE_RELATIONSHIP_BETWEEN_LOAD_CASES\x10\xab\x01\x12\"\n\x1dOBJECT_TYPE_RESPONSE_SPECTRUM\x10\xca\x01\x12#\n\x1eOBJECT_TYPE_RESULT_COMBINATION\x10\xa0\x01\x12\x1c\n\x18OBJECT_TYPE_RESULT_POINT\x10\x35\x12\x1e\n\x1aOBJECT_TYPE_RESULT_SECTION\x10\x34\x12\x1a\n\x16OBJECT_TYPE_RIGID_LINK\x10*\x12\x17\n\x13OBJECT_TYPE_SECTION\x10\x15\x12\x1b\n\x16OBJECT_TYPE_SHEAR_WALL\x10\xb0\x01\x12\x19\n\x15OBJECT_TYPE_SHEATHING\x10l\x12+\n\'OBJECT_TYPE_SHEATHING_TO_BEAM_CONNECTOR\x10n\x12\"\n\x1dOBJECT_TYPE_SINGLE_FOUNDATION\x10\x86\x01\x12\x1b\n\x17OBJECT_TYPE_SOIL_MASSIF\x10u\x12\x15\n\x11OBJECT_TYPE_SOLID\x10\x1e\x12$\n\x1fOBJECT_TYPE_SOLID_CONFIGURATION\x10\xcf\x01\x12\x1e\n\x1aOBJECT_TYPE_SOLID_CONTACTS\x10P\x12\x19\n\x15OBJECT_TYPE_SOLID_GAS\x10O\x12\x1b\n\x16OBJECT_TYPE_SOLID_LOAD\x10\xb9\x01\x12%\n!OBJECT_TYPE_SOLID_MESH_REFINEMENT\x10N\x12\x19\n\x15OBJECT_TYPE_SOLID_SET\x10#\x12\x1f\n\x1aOBJECT_TYPE_SOLID_SET_LOAD\x10\xbd\x01\x12+\n&OBJECT_TYPE_SPECTRAL_ANALYSIS_SETTINGS\x10\xa5\x01\x12,\n\'OBJECT_TYPE_STABILITY_ANALYSIS_SETTINGS\x10\xa3\x01\x12)\n$OBJECT_TYPE_STATIC_ANALYSIS_SETTINGS\x10\xa1\x01\x12)\n%OBJECT_TYPE_STEEL_BOUNDARY_CONDITIONS\x10x\x12.\n)OBJECT_TYPE_STEEL_DESIGN_FR_CONFIGURATION\x10\xd3\x01\x12\x33\n.OBJECT_TYPE_STEEL_DESIGN_SEISMIC_CONFIGURATION\x10\xd4\x01\x12/\n*OBJECT_TYPE_STEEL_DESIGN_SLS_CONFIGURATION\x10\xd2\x01\x12/\n*OBJECT_TYPE_STEEL_DESIGN_ULS_CONFIGURATION\x10\xd1\x01\x12\'\n#OBJECT_TYPE_STEEL_EFFECTIVE_LENGTHS\x10w\x12\x1c\n\x17OBJECT_TYPE_STEEL_JOINT\x10\x87\x01\x12\x34\n0OBJECT_TYPE_STEEL_MEMBER_LOCAL_SECTION_REDUCTION\x10z\x12,\n(OBJECT_TYPE_STEEL_MEMBER_TRANSVERSE_WELD\x10y\x12&\n\"OBJECT_TYPE_STRUCTURE_MODIFICATION\x10,\x12\x17\n\x13OBJECT_TYPE_SURFACE\x10\x1c\x12 \n\x1cOBJECT_TYPE_SURFACES_CONTACT\x10)\x12%\n!OBJECT_TYPE_SURFACES_CONTACT_TYPE\x10Q\x12\x1c\n\x18OBJECT_TYPE_SURFACE_CELL\x10\x31\x12&\n!OBJECT_TYPE_SURFACE_CONFIGURATION\x10\xce\x01\x12$\n OBJECT_TYPE_SURFACE_ECCENTRICITY\x10K\x12\x1d\n\x18OBJECT_TYPE_SURFACE_LOAD\x10\xb8\x01\x12\'\n#OBJECT_TYPE_SURFACE_MESH_REFINEMENT\x10M\x12%\n!OBJECT_TYPE_SURFACE_REINFORCEMENT\x10p\x12\x1f\n\x1bOBJECT_TYPE_SURFACE_RELEASE\x10/\x12$\n OBJECT_TYPE_SURFACE_RELEASE_TYPE\x10T\x12*\n&OBJECT_TYPE_SURFACE_RESULTS_ADJUSTMENT\x10(\x12\x1b\n\x17OBJECT_TYPE_SURFACE_SET\x10\"\x12!\n\x1cOBJECT_TYPE_SURFACE_SET_LOAD\x10\xbc\x01\x12.\n*OBJECT_TYPE_SURFACE_STIFFNESS_MODIFICATION\x10L\x12\x1f\n\x1bOBJECT_TYPE_SURFACE_SUPPORT\x10J\x12\x18\n\x13OBJECT_TYPE_TERRAIN\x10\xf1\x01\x12\x17\n\x13OBJECT_TYPE_TEXTURE\x10\x66\x12\x19\n\x15OBJECT_TYPE_THICKNESS\x10\x16\x12/\n*OBJECT_TYPE_TIMBER_DESIGN_FR_CONFIGURATION\x10\xe0\x01\x12\x30\n+OBJECT_TYPE_TIMBER_DESIGN_SLS_CONFIGURATION\x10\xdf\x01\x12\x30\n+OBJECT_TYPE_TIMBER_DESIGN_ULS_CONFIGURATION\x10\xde\x01\x12(\n$OBJECT_TYPE_TIMBER_EFFECTIVE_LENGTHS\x10{\x12\x35\n1OBJECT_TYPE_TIMBER_MEMBER_LOCAL_SECTION_REDUCTION\x10\x7f\x12%\n!OBJECT_TYPE_TIMBER_MOISTURE_CLASS\x10}\x12\"\n\x1dOBJECT_TYPE_TIMBER_SCREW_TYPE\x10\x80\x01\x12$\n OBJECT_TYPE_TIMBER_SERVICE_CLASS\x10|\x12)\n%OBJECT_TYPE_TIMBER_SERVICE_CONDITIONS\x10~\x12\x1d\n\x18OBJECT_TYPE_TIME_DIAGRAM\x10\xcb\x01\x12/\n*OBJECT_TYPE_TIME_HISTORY_ANALYSIS_SETTINGS\x10\xa6\x01\x12\x1d\n\x19OBJECT_TYPE_VISUAL_OBJECT\x10\x65\x12\x1d\n\x18OBJECT_TYPE_WIND_PROFILE\x10\x99\x01\x12 \n\x1bOBJECT_TYPE_WIND_SIMULATION\x10\x9a\x01\x12\x32\n-OBJECT_TYPE_WIND_SIMULATION_ANALYSIS_SETTINGS\x10\xa8\x01\x62\x06proto3')
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!dlubal/api/rfem/object_type.proto\x12\x0f\x64lubal.api.rfem*\xf3\x39\n\nObjectType\x12\x17\n\x13OBJECT_TYPE_UNKNOWN\x10\x00\x12\x1d\n\x18OBJECT_TYPE_ACCELEROGRAM\x10\xcc\x01\x12\x17\n\x12OBJECT_TYPE_ACTION\x10\x9c\x01\x12#\n\x1eOBJECT_TYPE_ACTION_COMBINATION\x10\x9e\x01\x12+\n&OBJECT_TYPE_ADDITIONAL_FOUNDATION_LOAD\x10\xc7\x01\x12-\n(OBJECT_TYPE_ALUMINUM_BOUNDARY_CONDITIONS\x10\x82\x01\x12\x32\n-OBJECT_TYPE_ALUMINUM_DESIGN_SLS_CONFIGURATION\x10\xd6\x01\x12\x32\n-OBJECT_TYPE_ALUMINUM_DESIGN_ULS_CONFIGURATION\x10\xd5\x01\x12+\n&OBJECT_TYPE_ALUMINUM_EFFECTIVE_LENGTHS\x10\x81\x01\x12\x38\n3OBJECT_TYPE_ALUMINUM_MEMBER_LOCAL_SECTION_REDUCTION\x10\x84\x01\x12\x30\n+OBJECT_TYPE_ALUMINUM_MEMBER_TRANSVERSE_WELD\x10\x83\x01\x12&\n\"OBJECT_TYPE_BEAM_TO_BEAM_CONNECTOR\x10m\x12\x16\n\x11OBJECT_TYPE_BLOCK\x10\xf5\x01\x12\x18\n\x14OBJECT_TYPE_BOREHOLE\x10t\x12\x1d\n\x19OBJECT_TYPE_BUILDING_GRID\x10\x64\x12\x1f\n\x1aOBJECT_TYPE_BUILDING_STORY\x10\xae\x01\x12\x19\n\x14OBJECT_TYPE_CAD_LINE\x10\xed\x01\x12\x1f\n\x1aOBJECT_TYPE_CAD_LINE_POINT\x10\xec\x01\x12#\n\x1fOBJECT_TYPE_CALCULATION_DIAGRAM\x10U\x12\x1c\n\x18OBJECT_TYPE_CLIPPING_BOX\x10Z\x12\x1e\n\x1aOBJECT_TYPE_CLIPPING_PLANE\x10X\x12#\n\x1eOBJECT_TYPE_COMBINATION_WIZARD\x10\xaa\x01\x12\x1a\n\x15OBJECT_TYPE_COMPONENT\x10\xeb\x01\x12 \n\x1bOBJECT_TYPE_COMPONENT_SERIE\x10\xea\x01\x12.\n)OBJECT_TYPE_CONCRETE_DESIGN_CONFIGURATION\x10\xe5\x01\x12\x31\n,OBJECT_TYPE_CONCRETE_DESIGN_FR_CONFIGURATION\x10\xdc\x01\x12\x36\n1OBJECT_TYPE_CONCRETE_DESIGN_SEISMIC_CONFIGURATION\x10\xdd\x01\x12\x32\n-OBJECT_TYPE_CONCRETE_DESIGN_SLS_CONFIGURATION\x10\xdb\x01\x12\x32\n-OBJECT_TYPE_CONCRETE_DESIGN_ULS_CONFIGURATION\x10\xda\x01\x12#\n\x1fOBJECT_TYPE_CONCRETE_DURABILITY\x10r\x12*\n&OBJECT_TYPE_CONCRETE_EFFECTIVE_LENGTHS\x10o\x12#\n\x1eOBJECT_TYPE_CONSTRUCTION_STAGE\x10\xad\x01\x12!\n\x1dOBJECT_TYPE_COORDINATE_SYSTEM\x10V\x12\x16\n\x11OBJECT_TYPE_CRANE\x10\x8c\x01\x12\x19\n\x14OBJECT_TYPE_CRANEWAY\x10\x8b\x01\x12$\n OBJECT_TYPE_CUTTING_LINE_SETTING\x10:\x12\x1f\n\x1bOBJECT_TYPE_CUTTING_PATTERN\x10\x30\x12%\n OBJECT_TYPE_CUTTING_PATTERN_LOAD\x10\xbf\x01\x12\x1a\n\x15OBJECT_TYPE_DEEP_BEAM\x10\xb1\x01\x12!\n\x1cOBJECT_TYPE_DESIGN_SITUATION\x10\x9d\x01\x12\x1c\n\x18OBJECT_TYPE_DESIGN_STRIP\x10\x32\x12#\n\x1fOBJECT_TYPE_DESIGN_STRIP_WIZARD\x10\x33\x12\x1e\n\x1aOBJECT_TYPE_DESIGN_SUPPORT\x10H\x12\x1e\n\x1aOBJECT_TYPE_DIAGONAL_BRACE\x10\x42\x12\x19\n\x15OBJECT_TYPE_DIMENSION\x10\x61\x12&\n!OBJECT_TYPE_DXF_FILE_MODEL_OBJECT\x10\xf2\x01\x12!\n\x1cOBJECT_TYPE_DXF_MODEL_OBJECT\x10\xf3\x01\x12!\n\x1cOBJECT_TYPE_DYNAMIC_ANALYSIS\x10\xc9\x01\x12\x1a\n\x15OBJECT_TYPE_FLOOR_SET\x10\xaf\x01\x12#\n\x1eOBJECT_TYPE_FREE_CIRCULAR_LOAD\x10\xc3\x01\x12\'\n\"OBJECT_TYPE_FREE_CONCENTRATED_LOAD\x10\xc0\x01\x12\x1f\n\x1aOBJECT_TYPE_FREE_LINE_LOAD\x10\xc1\x01\x12\"\n\x1dOBJECT_TYPE_FREE_POLYGON_LOAD\x10\xc4\x01\x12&\n!OBJECT_TYPE_FREE_RECTANGULAR_LOAD\x10\xc2\x01\x12\x32\n-OBJECT_TYPE_GEOTECHNICAL_DESIGN_CONFIGURATION\x10\xe4\x01\x12(\n#OBJECT_TYPE_GLASS_COMPOSITION_MODEL\x10\x85\x01\x12/\n*OBJECT_TYPE_GLASS_DESIGN_SLS_CONFIGURATION\x10\xd9\x01\x12/\n*OBJECT_TYPE_GLASS_DESIGN_ULS_CONFIGURATION\x10\xd8\x01\x12!\n\x1cOBJECT_TYPE_GLOBAL_PARAMETER\x10\xe9\x01\x12*\n&OBJECT_TYPE_GROUP_OF_OBJECT_SELECTIONS\x10^\x12\x19\n\x15OBJECT_TYPE_GUIDELINE\x10\x63\x12&\n!OBJECT_TYPE_IFC_FILE_MODEL_OBJECT\x10\xef\x01\x12!\n\x1cOBJECT_TYPE_IFC_MODEL_OBJECT\x10\xf0\x01\x12\"\n\x1dOBJECT_TYPE_IMPERFECTION_CASE\x10\x8d\x01\x12)\n$OBJECT_TYPE_IMPORT_SUPPORT_REACTIONS\x10\x94\x01\x12)\n$OBJECT_TYPE_IMPOSED_LINE_DEFORMATION\x10\xc6\x01\x12*\n%OBJECT_TYPE_IMPOSED_NODAL_DEFORMATION\x10\xc5\x01\x12%\n!OBJECT_TYPE_INNER_STUDS_STRUCTURE\x10k\x12\x1c\n\x18OBJECT_TYPE_INTERSECTION\x10\'\x12\x37\n2OBJECT_TYPE_JOINT_STIFFNESS_ANALYSIS_CONFIGURATION\x10\xe3\x01\x12(\n#OBJECT_TYPE_JOINT_ULS_CONFIGURATION\x10\xe2\x01\x12\x15\n\x11OBJECT_TYPE_LAYER\x10_\x12\x1b\n\x17OBJECT_TYPE_LAYER_GROUP\x10`\x12\x14\n\x10OBJECT_TYPE_LINE\x10\x19\x12\x1a\n\x16OBJECT_TYPE_LINE_HINGE\x10\x38\x12\x19\n\x15OBJECT_TYPE_LINE_LINK\x10;\x12\x1a\n\x15OBJECT_TYPE_LINE_LOAD\x10\xb6\x01\x12$\n OBJECT_TYPE_LINE_MESH_REFINEMENT\x10\x37\x12\x1c\n\x18OBJECT_TYPE_LINE_RELEASE\x10.\x12!\n\x1dOBJECT_TYPE_LINE_RELEASE_TYPE\x10S\x12\x18\n\x14OBJECT_TYPE_LINE_SET\x10\x1f\x12\x1e\n\x19OBJECT_TYPE_LINE_SET_LOAD\x10\xbe\x01\x12\x1c\n\x18OBJECT_TYPE_LINE_SUPPORT\x10\x36\x12!\n\x1dOBJECT_TYPE_LINE_WELDED_JOINT\x10\x39\x12\x30\n+OBJECT_TYPE_LINE_WELDED_JOINT_CONFIGURATION\x10\xd0\x01\x12\x1a\n\x15OBJECT_TYPE_LOAD_CASE\x10\x9b\x01\x12!\n\x1cOBJECT_TYPE_LOAD_COMBINATION\x10\x9f\x01\x12\x1b\n\x16OBJECT_TYPE_LOAD_MODEL\x10\x96\x01\x12\x18\n\x14OBJECT_TYPE_MATERIAL\x10\x14\x12\x16\n\x12OBJECT_TYPE_MEMBER\x10\x1a\x12%\n OBJECT_TYPE_MEMBER_CONFIGURATION\x10\xcd\x01\x12*\n&OBJECT_TYPE_MEMBER_DEFINABLE_STIFFNESS\x10\x46\x12#\n\x1fOBJECT_TYPE_MEMBER_ECCENTRICITY\x10=\x12\x1c\n\x18OBJECT_TYPE_MEMBER_HINGE\x10<\x12$\n\x1fOBJECT_TYPE_MEMBER_IMPERFECTION\x10\x8e\x01\x12\x1c\n\x17OBJECT_TYPE_MEMBER_LOAD\x10\xb7\x01\x12,\n\'OBJECT_TYPE_MEMBER_LOADS_FROM_AREA_LOAD\x10\x92\x01\x12\x31\n,OBJECT_TYPE_MEMBER_LOADS_FROM_FREE_LINE_LOAD\x10\x93\x01\x12#\n\x1fOBJECT_TYPE_MEMBER_NONLINEARITY\x10\x45\x12\x1f\n\x1bOBJECT_TYPE_MEMBER_OPENINGS\x10\x43\x12%\n!OBJECT_TYPE_MEMBER_REPRESENTATIVE\x10\x1b\x12\x30\n,OBJECT_TYPE_MEMBER_RESULT_INTERMEDIATE_POINT\x10G\x12+\n\'OBJECT_TYPE_MEMBER_ROTATIONAL_RESTRAINT\x10@\x12\x1a\n\x16OBJECT_TYPE_MEMBER_SET\x10 \x12(\n#OBJECT_TYPE_MEMBER_SET_IMPERFECTION\x10\x8f\x01\x12 \n\x1bOBJECT_TYPE_MEMBER_SET_LOAD\x10\xbb\x01\x12)\n%OBJECT_TYPE_MEMBER_SET_REPRESENTATIVE\x10!\x12\"\n\x1eOBJECT_TYPE_MEMBER_SHEAR_PANEL\x10?\x12\x1d\n\x19OBJECT_TYPE_MEMBER_SPRING\x10I\x12-\n)OBJECT_TYPE_MEMBER_STIFFNESS_MODIFICATION\x10\x44\x12\x1e\n\x1aOBJECT_TYPE_MEMBER_SUPPORT\x10>\x12+\n\'OBJECT_TYPE_MEMBER_TRANSVERSE_STIFFENER\x10\x41\x12(\n#OBJECT_TYPE_MODAL_ANALYSIS_SETTINGS\x10\xa4\x01\x12\x1c\n\x17OBJECT_TYPE_MOVING_LOAD\x10\x95\x01\x12\x1a\n\x16OBJECT_TYPE_NODAL_LINK\x10&\x12\x1b\n\x16OBJECT_TYPE_NODAL_LOAD\x10\xb5\x01\x12%\n!OBJECT_TYPE_NODAL_MESH_REFINEMENT\x10%\x12\x1d\n\x19OBJECT_TYPE_NODAL_RELEASE\x10-\x12\"\n\x1eOBJECT_TYPE_NODAL_RELEASE_TYPE\x10R\x12\x1d\n\x19OBJECT_TYPE_NODAL_SUPPORT\x10$\x12\x14\n\x10OBJECT_TYPE_NODE\x10\x17\x12\x14\n\x10OBJECT_TYPE_NOTE\x10\x62\x12\x1b\n\x17OBJECT_TYPE_OBJECT_SNAP\x10W\x12\x17\n\x13OBJECT_TYPE_OPENING\x10\x1d\x12\x1d\n\x18OBJECT_TYPE_OPENING_LOAD\x10\xba\x01\x12&\n!OBJECT_TYPE_OPTIMIZATION_SETTINGS\x10\xa9\x01\x12\x1f\n\x1bOBJECT_TYPE_PILE_RESISTANCE\x10v\x12&\n\"OBJECT_TYPE_PUNCHING_REINFORCEMENT\x10q\x12+\n&OBJECT_TYPE_PUSHOVER_ANALYSIS_SETTINGS\x10\xa7\x01\x12\'\n#OBJECT_TYPE_REINFORCEMENT_DIRECTION\x10s\x12\x30\n+OBJECT_TYPE_RELATIONSHIP_BETWEEN_LOAD_CASES\x10\xab\x01\x12\"\n\x1dOBJECT_TYPE_RESPONSE_SPECTRUM\x10\xca\x01\x12#\n\x1eOBJECT_TYPE_RESULT_COMBINATION\x10\xa0\x01\x12\x1c\n\x18OBJECT_TYPE_RESULT_POINT\x10\x35\x12\x1e\n\x1aOBJECT_TYPE_RESULT_SECTION\x10\x34\x12\x1a\n\x16OBJECT_TYPE_RIGID_LINK\x10*\x12+\n&OBJECT_TYPE_ROUGHNESS_AND_PERMEABILITY\x10\x8a\x01\x12\x17\n\x13OBJECT_TYPE_SECTION\x10\x15\x12\x16\n\x12OBJECT_TYPE_SENSOR\x10g\x12\'\n#OBJECT_TYPE_SENSOR_VALUE_DEFINITION\x10h\x12\x1b\n\x16OBJECT_TYPE_SHEAR_WALL\x10\xb0\x01\x12\x19\n\x15OBJECT_TYPE_SHEATHING\x10l\x12+\n\'OBJECT_TYPE_SHEATHING_TO_BEAM_CONNECTOR\x10n\x12 \n\x1bOBJECT_TYPE_SHRINK_WRAPPING\x10\x89\x01\x12\"\n\x1dOBJECT_TYPE_SINGLE_FOUNDATION\x10\x86\x01\x12\x1b\n\x17OBJECT_TYPE_SOIL_MASSIF\x10u\x12\x15\n\x11OBJECT_TYPE_SOLID\x10\x1e\x12$\n\x1fOBJECT_TYPE_SOLID_CONFIGURATION\x10\xcf\x01\x12\x1e\n\x1aOBJECT_TYPE_SOLID_CONTACTS\x10P\x12\x19\n\x15OBJECT_TYPE_SOLID_GAS\x10O\x12\x1b\n\x16OBJECT_TYPE_SOLID_LOAD\x10\xb9\x01\x12%\n!OBJECT_TYPE_SOLID_MESH_REFINEMENT\x10N\x12\x19\n\x15OBJECT_TYPE_SOLID_SET\x10#\x12\x1f\n\x1aOBJECT_TYPE_SOLID_SET_LOAD\x10\xbd\x01\x12+\n&OBJECT_TYPE_SPECTRAL_ANALYSIS_SETTINGS\x10\xa5\x01\x12,\n\'OBJECT_TYPE_STABILITY_ANALYSIS_SETTINGS\x10\xa3\x01\x12)\n$OBJECT_TYPE_STATIC_ANALYSIS_SETTINGS\x10\xa1\x01\x12)\n%OBJECT_TYPE_STEEL_BOUNDARY_CONDITIONS\x10x\x12.\n)OBJECT_TYPE_STEEL_DESIGN_FR_CONFIGURATION\x10\xd3\x01\x12\x33\n.OBJECT_TYPE_STEEL_DESIGN_SEISMIC_CONFIGURATION\x10\xd4\x01\x12/\n*OBJECT_TYPE_STEEL_DESIGN_SLS_CONFIGURATION\x10\xd2\x01\x12/\n*OBJECT_TYPE_STEEL_DESIGN_ULS_CONFIGURATION\x10\xd1\x01\x12\'\n#OBJECT_TYPE_STEEL_EFFECTIVE_LENGTHS\x10w\x12\x1c\n\x17OBJECT_TYPE_STEEL_JOINT\x10\x87\x01\x12\x34\n0OBJECT_TYPE_STEEL_MEMBER_LOCAL_SECTION_REDUCTION\x10z\x12,\n(OBJECT_TYPE_STEEL_MEMBER_TRANSVERSE_WELD\x10y\x12&\n\"OBJECT_TYPE_STRUCTURE_MODIFICATION\x10,\x12\x17\n\x13OBJECT_TYPE_SURFACE\x10\x1c\x12 \n\x1cOBJECT_TYPE_SURFACES_CONTACT\x10)\x12%\n!OBJECT_TYPE_SURFACES_CONTACT_TYPE\x10Q\x12\x1c\n\x18OBJECT_TYPE_SURFACE_CELL\x10\x31\x12&\n!OBJECT_TYPE_SURFACE_CONFIGURATION\x10\xce\x01\x12$\n OBJECT_TYPE_SURFACE_ECCENTRICITY\x10K\x12\x1d\n\x18OBJECT_TYPE_SURFACE_LOAD\x10\xb8\x01\x12\'\n#OBJECT_TYPE_SURFACE_MESH_REFINEMENT\x10M\x12%\n!OBJECT_TYPE_SURFACE_REINFORCEMENT\x10p\x12\x1f\n\x1bOBJECT_TYPE_SURFACE_RELEASE\x10/\x12$\n OBJECT_TYPE_SURFACE_RELEASE_TYPE\x10T\x12*\n&OBJECT_TYPE_SURFACE_RESULTS_ADJUSTMENT\x10(\x12\x1b\n\x17OBJECT_TYPE_SURFACE_SET\x10\"\x12!\n\x1cOBJECT_TYPE_SURFACE_SET_LOAD\x10\xbc\x01\x12.\n*OBJECT_TYPE_SURFACE_STIFFNESS_MODIFICATION\x10L\x12\x1f\n\x1bOBJECT_TYPE_SURFACE_SUPPORT\x10J\x12\x18\n\x13OBJECT_TYPE_TERRAIN\x10\xf1\x01\x12\x17\n\x13OBJECT_TYPE_TEXTURE\x10\x66\x12\x19\n\x15OBJECT_TYPE_THICKNESS\x10\x16\x12/\n*OBJECT_TYPE_TIMBER_DESIGN_FR_CONFIGURATION\x10\xe0\x01\x12\x30\n+OBJECT_TYPE_TIMBER_DESIGN_SLS_CONFIGURATION\x10\xdf\x01\x12\x30\n+OBJECT_TYPE_TIMBER_DESIGN_ULS_CONFIGURATION\x10\xde\x01\x12(\n$OBJECT_TYPE_TIMBER_EFFECTIVE_LENGTHS\x10{\x12\x35\n1OBJECT_TYPE_TIMBER_MEMBER_LOCAL_SECTION_REDUCTION\x10\x7f\x12%\n!OBJECT_TYPE_TIMBER_MOISTURE_CLASS\x10}\x12\"\n\x1dOBJECT_TYPE_TIMBER_SCREW_TYPE\x10\x80\x01\x12$\n OBJECT_TYPE_TIMBER_SERVICE_CLASS\x10|\x12)\n%OBJECT_TYPE_TIMBER_SERVICE_CONDITIONS\x10~\x12\x1d\n\x18OBJECT_TYPE_TIME_DIAGRAM\x10\xcb\x01\x12/\n*OBJECT_TYPE_TIME_HISTORY_ANALYSIS_SETTINGS\x10\xa6\x01\x12\x1d\n\x19OBJECT_TYPE_VISUAL_OBJECT\x10\x65\x12\x1d\n\x18OBJECT_TYPE_WIND_PROFILE\x10\x99\x01\x12 \n\x1bOBJECT_TYPE_WIND_SIMULATION\x10\x9a\x01\x12\x32\n-OBJECT_TYPE_WIND_SIMULATION_ANALYSIS_SETTINGS\x10\xa8\x01\x62\x06proto3')
|
|
28
28
|
|
|
29
29
|
_globals = globals()
|
|
30
30
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -32,5 +32,5 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.object_type
|
|
|
32
32
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
33
|
DESCRIPTOR._loaded_options = None
|
|
34
34
|
_globals['_OBJECTTYPE']._serialized_start=55
|
|
35
|
-
_globals['_OBJECTTYPE']._serialized_end=
|
|
35
|
+
_globals['_OBJECTTYPE']._serialized_end=7466
|
|
36
36
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -142,10 +142,14 @@ class ObjectType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
|
142
142
|
OBJECT_TYPE_RESULT_POINT: _ClassVar[ObjectType]
|
|
143
143
|
OBJECT_TYPE_RESULT_SECTION: _ClassVar[ObjectType]
|
|
144
144
|
OBJECT_TYPE_RIGID_LINK: _ClassVar[ObjectType]
|
|
145
|
+
OBJECT_TYPE_ROUGHNESS_AND_PERMEABILITY: _ClassVar[ObjectType]
|
|
145
146
|
OBJECT_TYPE_SECTION: _ClassVar[ObjectType]
|
|
147
|
+
OBJECT_TYPE_SENSOR: _ClassVar[ObjectType]
|
|
148
|
+
OBJECT_TYPE_SENSOR_VALUE_DEFINITION: _ClassVar[ObjectType]
|
|
146
149
|
OBJECT_TYPE_SHEAR_WALL: _ClassVar[ObjectType]
|
|
147
150
|
OBJECT_TYPE_SHEATHING: _ClassVar[ObjectType]
|
|
148
151
|
OBJECT_TYPE_SHEATHING_TO_BEAM_CONNECTOR: _ClassVar[ObjectType]
|
|
152
|
+
OBJECT_TYPE_SHRINK_WRAPPING: _ClassVar[ObjectType]
|
|
149
153
|
OBJECT_TYPE_SINGLE_FOUNDATION: _ClassVar[ObjectType]
|
|
150
154
|
OBJECT_TYPE_SOIL_MASSIF: _ClassVar[ObjectType]
|
|
151
155
|
OBJECT_TYPE_SOLID: _ClassVar[ObjectType]
|
|
@@ -339,10 +343,14 @@ OBJECT_TYPE_RESULT_COMBINATION: ObjectType
|
|
|
339
343
|
OBJECT_TYPE_RESULT_POINT: ObjectType
|
|
340
344
|
OBJECT_TYPE_RESULT_SECTION: ObjectType
|
|
341
345
|
OBJECT_TYPE_RIGID_LINK: ObjectType
|
|
346
|
+
OBJECT_TYPE_ROUGHNESS_AND_PERMEABILITY: ObjectType
|
|
342
347
|
OBJECT_TYPE_SECTION: ObjectType
|
|
348
|
+
OBJECT_TYPE_SENSOR: ObjectType
|
|
349
|
+
OBJECT_TYPE_SENSOR_VALUE_DEFINITION: ObjectType
|
|
343
350
|
OBJECT_TYPE_SHEAR_WALL: ObjectType
|
|
344
351
|
OBJECT_TYPE_SHEATHING: ObjectType
|
|
345
352
|
OBJECT_TYPE_SHEATHING_TO_BEAM_CONNECTOR: ObjectType
|
|
353
|
+
OBJECT_TYPE_SHRINK_WRAPPING: ObjectType
|
|
346
354
|
OBJECT_TYPE_SINGLE_FOUNDATION: ObjectType
|
|
347
355
|
OBJECT_TYPE_SOIL_MASSIF: ObjectType
|
|
348
356
|
OBJECT_TYPE_SOLID: ObjectType
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: dlubal/api/rfem/reinforcement/concrete_durability.proto
|
|
5
|
+
# Protobuf Python Version: 5.28.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
5,
|
|
15
|
+
28,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'dlubal/api/rfem/reinforcement/concrete_durability.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n7dlubal/api/rfem/reinforcement/concrete_durability.proto\x12\x1d\x64lubal.api.rfem.reinforcement\"\xa7?\n\x12\x43oncreteDurability\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\x0f\n\x07members\x18\x04 \x03(\x05\x12\x13\n\x0bmember_sets\x18\x05 \x03(\x05\x12\x10\n\x08surfaces\x18\x06 \x03(\x05\x12\x12\n\ndeep_beams\x18\x07 \x03(\x05\x12\x13\n\x0bshear_walls\x18\x08 \x03(\x05\x12\x33\n&no_risk_of_corrosion_or_attack_enabled\x18\t \x01(\x08H\x03\x88\x01\x01\x12x\n\x1eno_risk_of_corrosion_or_attack\x18\n \x01(\x0e\x32K.dlubal.api.rfem.reinforcement.ConcreteDurability.NoRiskOfCorrosionOrAttackH\x04\x88\x01\x01\x12\x35\n(corrosion_induced_by_carbonation_enabled\x18\x0b \x01(\x08H\x05\x88\x01\x01\x12~\n corrosion_induced_by_carbonation\x18\x0c \x01(\x0e\x32O.dlubal.api.rfem.reinforcement.ConcreteDurability.CorrosionInducedByCarbonationH\x06\x88\x01\x01\x12\x33\n&corrosion_induced_by_chlorides_enabled\x18\r \x01(\x08H\x07\x88\x01\x01\x12z\n\x1e\x63orrosion_induced_by_chlorides\x18\x0e \x01(\x0e\x32M.dlubal.api.rfem.reinforcement.ConcreteDurability.CorrosionInducedByChloridesH\x08\x88\x01\x01\x12\x42\n5corrosion_induced_by_chlorides_from_sea_water_enabled\x18\x0f \x01(\x08H\t\x88\x01\x01\x12\x95\x01\n-corrosion_induced_by_chlorides_from_sea_water\x18\x10 \x01(\x0e\x32Y.dlubal.api.rfem.reinforcement.ConcreteDurability.CorrosionInducedByChloridesFromSeaWaterH\n\x88\x01\x01\x12\'\n\x1a\x66reeze_thaw_attack_enabled\x18\x11 \x01(\x08H\x0b\x88\x01\x01\x12\x63\n\x12\x66reeze_thaw_attack\x18\x12 \x01(\x0e\x32\x42.dlubal.api.rfem.reinforcement.ConcreteDurability.FreezeThawAttackH\x0c\x88\x01\x01\x12$\n\x17\x63hemical_attack_enabled\x18\x13 \x01(\x08H\r\x88\x01\x01\x12^\n\x0f\x63hemical_attack\x18\x14 \x01(\x0e\x32@.dlubal.api.rfem.reinforcement.ConcreteDurability.ChemicalAttackH\x0e\x88\x01\x01\x12\x37\n*concrete_corrosion_induced_by_wear_enabled\x18\x15 \x01(\x08H\x0f\x88\x01\x01\x12\x81\x01\n\"concrete_corrosion_induced_by_wear\x18\x16 \x01(\x0e\x32P.dlubal.api.rfem.reinforcement.ConcreteDurability.ConcreteCorrosionInducedByWearH\x10\x88\x01\x01\x12i\n\x15structural_class_type\x18\x17 \x01(\x0e\x32\x45.dlubal.api.rfem.reinforcement.ConcreteDurability.StructuralClassTypeH\x11\x88\x01\x01\x12w\n\x1cuserdefined_structural_class\x18\x18 \x01(\x0e\x32L.dlubal.api.rfem.reinforcement.ConcreteDurability.UserdefinedStructuralClassH\x12\x88\x01\x01\x12\x65\n\x13\x64\x65sign_working_life\x18\x19 \x01(\x0e\x32\x43.dlubal.api.rfem.reinforcement.ConcreteDurability.DesignWorkingLifeH\x13\x88\x01\x01\x12\x46\n9increase_design_working_life_from_50_to_100_years_enabled\x18\x1a \x01(\x08H\x14\x88\x01\x01\x12S\nFposition_of_reinforcement_not_affected_by_construction_process_enabled\x18\x1b \x01(\x08H\x15\x88\x01\x01\x12:\n-special_quality_control_of_production_enabled\x18\x1c \x01(\x08H\x16\x88\x01\x01\x12\x35\n(nature_of_binder_without_fly_ash_enabled\x18\x1d \x01(\x08H\x17\x88\x01\x01\x12;\n.air_entrainment_of_more_than_4_percent_enabled\x18\x1e \x01(\x08H\x18\x88\x01\x01\x12$\n\x17\x63ompact_coating_enabled\x18\x1f \x01(\x08H\x19\x88\x01\x01\x12$\n\x17\x61\x64\x65quate_cement_enabled\x18 \x01(\x08H\x1a\x88\x01\x01\x12\x8c\x01\n(maximum_equivalent_water_to_cement_ratio\x18! \x01(\x0e\x32U.dlubal.api.rfem.reinforcement.ConcreteDurability.MaximumEquivalentWaterToCementRatioH\x1b\x88\x01\x01\x12\x33\n&strength_class_of_the_concrete_enabled\x18\" \x01(\x08H\x1c\x88\x01\x01\x12\x8a\x01\n\'increase_of_minimum_concrete_cover_type\x18# \x01(\x0e\x32T.dlubal.api.rfem.reinforcement.ConcreteDurability.IncreaseOfMinimumConcreteCoverTypeH\x1d\x88\x01\x01\x12\x36\n)increase_of_minimum_concrete_cover_factor\x18$ \x01(\x01H\x1e\x88\x01\x01\x12$\n\x17stainless_steel_enabled\x18% \x01(\x08H\x1f\x88\x01\x01\x12g\n\x14stainless_steel_type\x18& \x01(\x0e\x32\x44.dlubal.api.rfem.reinforcement.ConcreteDurability.StainlessSteelTypeH \x88\x01\x01\x12#\n\x16stainless_steel_factor\x18\' \x01(\x01H!\x88\x01\x01\x12*\n\x1d\x61\x64\x64itional_protection_enabled\x18( \x01(\x08H\"\x88\x01\x01\x12s\n\x1a\x61\x64\x64itional_protection_type\x18) \x01(\x0e\x32J.dlubal.api.rfem.reinforcement.ConcreteDurability.AdditionalProtectionTypeH#\x88\x01\x01\x12)\n\x1c\x61\x64\x64itional_protection_factor\x18* \x01(\x01H$\x88\x01\x01\x12t\n\x1b\x61llowance_of_deviation_type\x18+ \x01(\x0e\x32J.dlubal.api.rfem.reinforcement.ConcreteDurability.AllowanceOfDeviationTypeH%\x88\x01\x01\x12\x36\n)userdefined_allowance_of_deviation_factor\x18, \x01(\x01H&\x88\x01\x01\x12,\n\x1frelaxed_quality_control_enabled\x18- \x01(\x08H\'\x88\x01\x01\x12\"\n\x15\x63oncrete_cast_enabled\x18. \x01(\x08H(\x88\x01\x01\x12Z\n\rconcrete_cast\x18/ \x01(\x0e\x32>.dlubal.api.rfem.reinforcement.ConcreteDurability.ConcreteCastH)\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x30 \x01(\tH*\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x31 \x01(\x08H+\x88\x01\x01\x12#\n\x16generating_object_info\x18\x32 \x01(\tH,\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x33 \x01(\tH-\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x34 \x01(\tH.\x88\x01\x01\"H\n\x19NoRiskOfCorrosionOrAttack\x12+\n\'NO_RISK_OF_CORROSION_OR_ATTACK_VERY_DRY\x10\x00\"\x82\x02\n\x1d\x43orrosionInducedByCarbonation\x12;\n7CORROSION_INDUCED_BY_CARBONATION_DRY_OR_PERMANENTLY_WET\x10\x00\x12\x37\n3CORROSION_INDUCED_BY_CARBONATION_CYCLIC_WET_AND_DRY\x10\x03\x12\x36\n2CORROSION_INDUCED_BY_CARBONATION_MODERATE_HUMIDITY\x10\x02\x12\x33\n/CORROSION_INDUCED_BY_CARBONATION_WET_RARELY_DRY\x10\x01\"\xbd\x01\n\x1b\x43orrosionInducedByChlorides\x12\x34\n0CORROSION_INDUCED_BY_CHLORIDES_MODERATE_HUMIDITY\x10\x00\x12\x35\n1CORROSION_INDUCED_BY_CHLORIDES_CYCLIC_WET_AND_DRY\x10\x02\x12\x31\n-CORROSION_INDUCED_BY_CHLORIDES_WET_RARELY_DRY\x10\x01\"\x8e\x02\n\'CorrosionInducedByChloridesFromSeaWater\x12J\nFCORROSION_INDUCED_BY_CHLORIDES_FROM_SEA_WATER_EXPOSED_TO_AIRBORNE_SALT\x10\x00\x12G\nCCORROSION_INDUCED_BY_CHLORIDES_FROM_SEA_WATER_PERMANENTLY_SUBMERGED\x10\x01\x12N\nJCORROSION_INDUCED_BY_CHLORIDES_FROM_SEA_WATER_TIDAL_SPLASH_AND_SPRAY_ZONES\x10\x02\"\xf8\x01\n\x10\x46reezeThawAttack\x12;\n7FREEZE_THAW_ATTACK_MODERATE_WATER_SATURATION_NO_DEICING\x10\x00\x12\x34\n0FREEZE_THAW_ATTACK_HIGH_WATER_SATURATION_DEICING\x10\x03\x12\x37\n3FREEZE_THAW_ATTACK_HIGH_WATER_SATURATION_NO_DEICING\x10\x02\x12\x38\n4FREEZE_THAW_ATTACK_MODERATE_WATER_SATURATION_DEICING\x10\x01\"\x8b\x01\n\x0e\x43hemicalAttack\x12\'\n#CHEMICAL_ATTACK_SLIGHTLY_AGGRESSIVE\x10\x00\x12%\n!CHEMICAL_ATTACK_HIGHLY_AGGRESSIVE\x10\x02\x12)\n%CHEMICAL_ATTACK_MODERATELY_AGGRESSIVE\x10\x01\"\xb0\x01\n\x1e\x43oncreteCorrosionInducedByWear\x12/\n+CONCRETE_CORROSION_INDUCED_BY_WEAR_MODERATE\x10\x00\x12+\n\'CONCRETE_CORROSION_INDUCED_BY_WEAR_HIGH\x10\x01\x12\x30\n,CONCRETE_CORROSION_INDUCED_BY_WEAR_VERY_HIGH\x10\x02\"\\\n\x13StructuralClassType\x12\"\n\x1eSTRUCTURAL_CLASS_TYPE_STANDARD\x10\x00\x12!\n\x1dSTRUCTURAL_CLASS_TYPE_DEFINED\x10\x01\"\xa4\x02\n\x1aUserdefinedStructuralClass\x12(\n$USERDEFINED_STRUCTURAL_CLASS_UNKNOWN\x10\x00\x12#\n\x1fUSERDEFINED_STRUCTURAL_CLASS_S1\x10\x01\x12#\n\x1fUSERDEFINED_STRUCTURAL_CLASS_S2\x10\x02\x12#\n\x1fUSERDEFINED_STRUCTURAL_CLASS_S3\x10\x03\x12#\n\x1fUSERDEFINED_STRUCTURAL_CLASS_S4\x10\x04\x12#\n\x1fUSERDEFINED_STRUCTURAL_CLASS_S5\x10\x05\x12#\n\x1fUSERDEFINED_STRUCTURAL_CLASS_S6\x10\x06\"\x82\x02\n\x11\x44\x65signWorkingLife\x12 \n\x1c\x44\x45SIGN_WORKING_LIFE_50_YEARS\x10\x00\x12!\n\x1d\x44\x45SIGN_WORKING_LIFE_100_YEARS\x10\x02\x12 \n\x1c\x44\x45SIGN_WORKING_LIFE_20_YEARS\x10\x06\x12 \n\x1c\x44\x45SIGN_WORKING_LIFE_25_YEARS\x10\x04\x12 \n\x1c\x44\x45SIGN_WORKING_LIFE_30_YEARS\x10\x05\x12 \n\x1c\x44\x45SIGN_WORKING_LIFE_75_YEARS\x10\x03\x12 \n\x1c\x44\x45SIGN_WORKING_LIFE_80_YEARS\x10\x01\"\xc5\x03\n#MaximumEquivalentWaterToCementRatio\x12\x32\n.MAXIMUM_EQUIVALENT_WATER_TO_CEMENT_RATIO_0_350\x10\x00\x12\x32\n.MAXIMUM_EQUIVALENT_WATER_TO_CEMENT_RATIO_0_000\x10\x07\x12\x32\n.MAXIMUM_EQUIVALENT_WATER_TO_CEMENT_RATIO_0_400\x10\x01\x12\x32\n.MAXIMUM_EQUIVALENT_WATER_TO_CEMENT_RATIO_0_450\x10\x02\x12\x32\n.MAXIMUM_EQUIVALENT_WATER_TO_CEMENT_RATIO_0_500\x10\x03\x12\x32\n.MAXIMUM_EQUIVALENT_WATER_TO_CEMENT_RATIO_0_550\x10\x04\x12\x32\n.MAXIMUM_EQUIVALENT_WATER_TO_CEMENT_RATIO_0_600\x10\x05\x12\x32\n.MAXIMUM_EQUIVALENT_WATER_TO_CEMENT_RATIO_0_900\x10\x06\"\x8f\x01\n\"IncreaseOfMinimumConcreteCoverType\x12\x34\n0INCREASE_OF_MINIMUM_CONCRETE_COVER_TYPE_STANDARD\x10\x00\x12\x33\n/INCREASE_OF_MINIMUM_CONCRETE_COVER_TYPE_DEFINED\x10\x01\"Y\n\x12StainlessSteelType\x12!\n\x1dSTAINLESS_STEEL_TYPE_STANDARD\x10\x00\x12 \n\x1cSTAINLESS_STEEL_TYPE_DEFINED\x10\x01\"k\n\x18\x41\x64\x64itionalProtectionType\x12\'\n#ADDITIONAL_PROTECTION_TYPE_STANDARD\x10\x00\x12&\n\"ADDITIONAL_PROTECTION_TYPE_DEFINED\x10\x01\"m\n\x18\x41llowanceOfDeviationType\x12(\n$ALLOWANCE_OF_DEVIATION_TYPE_STANDARD\x10\x00\x12\'\n#ALLOWANCE_OF_DEVIATION_TYPE_DEFINED\x10\x01\"b\n\x0c\x43oncreteCast\x12)\n%CONCRETE_CAST_AGAINST_PREPARED_GROUND\x10\x00\x12\'\n#CONCRETE_CAST_DIRECTLY_AGAINST_SOIL\x10\x01\x42\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB)\n\'_no_risk_of_corrosion_or_attack_enabledB!\n\x1f_no_risk_of_corrosion_or_attackB+\n)_corrosion_induced_by_carbonation_enabledB#\n!_corrosion_induced_by_carbonationB)\n\'_corrosion_induced_by_chlorides_enabledB!\n\x1f_corrosion_induced_by_chloridesB8\n6_corrosion_induced_by_chlorides_from_sea_water_enabledB0\n._corrosion_induced_by_chlorides_from_sea_waterB\x1d\n\x1b_freeze_thaw_attack_enabledB\x15\n\x13_freeze_thaw_attackB\x1a\n\x18_chemical_attack_enabledB\x12\n\x10_chemical_attackB-\n+_concrete_corrosion_induced_by_wear_enabledB%\n#_concrete_corrosion_induced_by_wearB\x18\n\x16_structural_class_typeB\x1f\n\x1d_userdefined_structural_classB\x16\n\x14_design_working_lifeB<\n:_increase_design_working_life_from_50_to_100_years_enabledBI\nG_position_of_reinforcement_not_affected_by_construction_process_enabledB0\n._special_quality_control_of_production_enabledB+\n)_nature_of_binder_without_fly_ash_enabledB1\n/_air_entrainment_of_more_than_4_percent_enabledB\x1a\n\x18_compact_coating_enabledB\x1a\n\x18_adequate_cement_enabledB+\n)_maximum_equivalent_water_to_cement_ratioB)\n\'_strength_class_of_the_concrete_enabledB*\n(_increase_of_minimum_concrete_cover_typeB,\n*_increase_of_minimum_concrete_cover_factorB\x1a\n\x18_stainless_steel_enabledB\x17\n\x15_stainless_steel_typeB\x19\n\x17_stainless_steel_factorB \n\x1e_additional_protection_enabledB\x1d\n\x1b_additional_protection_typeB\x1f\n\x1d_additional_protection_factorB\x1e\n\x1c_allowance_of_deviation_typeB,\n*_userdefined_allowance_of_deviation_factorB\"\n _relaxed_quality_control_enabledB\x18\n\x16_concrete_cast_enabledB\x10\n\x0e_concrete_castB\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
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.reinforcement.concrete_durability_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
DESCRIPTOR._loaded_options = None
|
|
34
|
+
_globals['_CONCRETEDURABILITY']._serialized_start=91
|
|
35
|
+
_globals['_CONCRETEDURABILITY']._serialized_end=8194
|
|
36
|
+
_globals['_CONCRETEDURABILITY_NORISKOFCORROSIONORATTACK']._serialized_start=3533
|
|
37
|
+
_globals['_CONCRETEDURABILITY_NORISKOFCORROSIONORATTACK']._serialized_end=3605
|
|
38
|
+
_globals['_CONCRETEDURABILITY_CORROSIONINDUCEDBYCARBONATION']._serialized_start=3608
|
|
39
|
+
_globals['_CONCRETEDURABILITY_CORROSIONINDUCEDBYCARBONATION']._serialized_end=3866
|
|
40
|
+
_globals['_CONCRETEDURABILITY_CORROSIONINDUCEDBYCHLORIDES']._serialized_start=3869
|
|
41
|
+
_globals['_CONCRETEDURABILITY_CORROSIONINDUCEDBYCHLORIDES']._serialized_end=4058
|
|
42
|
+
_globals['_CONCRETEDURABILITY_CORROSIONINDUCEDBYCHLORIDESFROMSEAWATER']._serialized_start=4061
|
|
43
|
+
_globals['_CONCRETEDURABILITY_CORROSIONINDUCEDBYCHLORIDESFROMSEAWATER']._serialized_end=4331
|
|
44
|
+
_globals['_CONCRETEDURABILITY_FREEZETHAWATTACK']._serialized_start=4334
|
|
45
|
+
_globals['_CONCRETEDURABILITY_FREEZETHAWATTACK']._serialized_end=4582
|
|
46
|
+
_globals['_CONCRETEDURABILITY_CHEMICALATTACK']._serialized_start=4585
|
|
47
|
+
_globals['_CONCRETEDURABILITY_CHEMICALATTACK']._serialized_end=4724
|
|
48
|
+
_globals['_CONCRETEDURABILITY_CONCRETECORROSIONINDUCEDBYWEAR']._serialized_start=4727
|
|
49
|
+
_globals['_CONCRETEDURABILITY_CONCRETECORROSIONINDUCEDBYWEAR']._serialized_end=4903
|
|
50
|
+
_globals['_CONCRETEDURABILITY_STRUCTURALCLASSTYPE']._serialized_start=4905
|
|
51
|
+
_globals['_CONCRETEDURABILITY_STRUCTURALCLASSTYPE']._serialized_end=4997
|
|
52
|
+
_globals['_CONCRETEDURABILITY_USERDEFINEDSTRUCTURALCLASS']._serialized_start=5000
|
|
53
|
+
_globals['_CONCRETEDURABILITY_USERDEFINEDSTRUCTURALCLASS']._serialized_end=5292
|
|
54
|
+
_globals['_CONCRETEDURABILITY_DESIGNWORKINGLIFE']._serialized_start=5295
|
|
55
|
+
_globals['_CONCRETEDURABILITY_DESIGNWORKINGLIFE']._serialized_end=5553
|
|
56
|
+
_globals['_CONCRETEDURABILITY_MAXIMUMEQUIVALENTWATERTOCEMENTRATIO']._serialized_start=5556
|
|
57
|
+
_globals['_CONCRETEDURABILITY_MAXIMUMEQUIVALENTWATERTOCEMENTRATIO']._serialized_end=6009
|
|
58
|
+
_globals['_CONCRETEDURABILITY_INCREASEOFMINIMUMCONCRETECOVERTYPE']._serialized_start=6012
|
|
59
|
+
_globals['_CONCRETEDURABILITY_INCREASEOFMINIMUMCONCRETECOVERTYPE']._serialized_end=6155
|
|
60
|
+
_globals['_CONCRETEDURABILITY_STAINLESSSTEELTYPE']._serialized_start=6157
|
|
61
|
+
_globals['_CONCRETEDURABILITY_STAINLESSSTEELTYPE']._serialized_end=6246
|
|
62
|
+
_globals['_CONCRETEDURABILITY_ADDITIONALPROTECTIONTYPE']._serialized_start=6248
|
|
63
|
+
_globals['_CONCRETEDURABILITY_ADDITIONALPROTECTIONTYPE']._serialized_end=6355
|
|
64
|
+
_globals['_CONCRETEDURABILITY_ALLOWANCEOFDEVIATIONTYPE']._serialized_start=6357
|
|
65
|
+
_globals['_CONCRETEDURABILITY_ALLOWANCEOFDEVIATIONTYPE']._serialized_end=6466
|
|
66
|
+
_globals['_CONCRETEDURABILITY_CONCRETECAST']._serialized_start=6468
|
|
67
|
+
_globals['_CONCRETEDURABILITY_CONCRETECAST']._serialized_end=6566
|
|
68
|
+
# @@protoc_insertion_point(module_scope)
|