dlubal.api 2.12.2__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 +7 -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/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/glass_design/glass_composition_model_pb2.py +91 -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/object_type_pb2.py +2 -2
- dlubal/api/rfem/object_type_pb2.pyi +4 -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/member_pb2.py +192 -190
- dlubal/api/rfem/structure_core/member_pb2.pyi +8 -2
- dlubal/api/rfem/structure_core/member_representative_pb2.py +288 -286
- dlubal/api/rfem/structure_core/member_representative_pb2.pyi +8 -2
- dlubal/api/rfem/structure_core/member_set_representative_pb2.py +406 -404
- dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +8 -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/rstab/__init__.py +6 -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/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/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 +4 -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 +8 -2
- dlubal/api/rstab/structure_core/member_representative_pb2.py +276 -274
- dlubal/api/rstab/structure_core/member_representative_pb2.pyi +8 -2
- dlubal/api/rstab/structure_core/member_set_representative_pb2.py +396 -394
- dlubal/api/rstab/structure_core/member_set_representative_pb2.pyi +8 -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-2.12.2.dist-info → dlubal_api-2.12.3.dist-info}/METADATA +2 -2
- {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.3.dist-info}/RECORD +151 -139
- examples/rfem/column.py +1 -1
- examples/rstab/column.py +7 -7
- 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.2.dist-info → dlubal_api-2.12.3.dist-info}/WHEEL +0 -0
- {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.3.dist-info}/top_level.txt +0 -0
|
@@ -45,7 +45,7 @@ class BaseData(_message.Message):
|
|
|
45
45
|
solids_active: bool
|
|
46
46
|
def __init__(self, model_name: _Optional[str] = ..., model_description: _Optional[str] = ..., comment: _Optional[str] = ..., model_type: _Optional[_Union[BaseData.Main.ModelType, str]] = ..., building_grid_active: _Optional[int] = ..., members_active: bool = ..., surfaces_active: bool = ..., solids_active: bool = ...) -> None: ...
|
|
47
47
|
class Addons(_message.Message):
|
|
48
|
-
__slots__ = ("load_wizards_active", "combination_wizard_and_classification_active", "nonlinear_material_behavior_active", "structure_stability_active", "construction_stages_analysis_active", "time_dependent_analysis_active", "form_finding_active", "cutting_patterns_active", "torsional_warping_active", "cost_estimation_active", "modal_analysis_active", "response_spectrum_analysis_active", "time_history_analysis_active", "pushover_analysis_active", "building_model_active", "wind_simulation_active", "geotechnical_analysis_active", "tendons_active", "layout_and_drawing_active", "stress_strain_analysis_active", "concrete_design_active", "steel_design_active", "timber_design_active", "aluminum_design_active", "glass_design_active", "steel_joints_active", "concrete_foundations_active", "components_active", "multilayer_surfaces_active", "masonry_design_active")
|
|
48
|
+
__slots__ = ("load_wizards_active", "combination_wizard_and_classification_active", "nonlinear_material_behavior_active", "structure_stability_active", "construction_stages_analysis_active", "time_dependent_analysis_active", "form_finding_active", "cutting_patterns_active", "torsional_warping_active", "cost_estimation_active", "modal_analysis_active", "response_spectrum_analysis_active", "time_history_analysis_active", "pushover_analysis_active", "building_model_active", "digital_twins_active", "wind_simulation_active", "geotechnical_analysis_active", "tendons_active", "layout_and_drawing_active", "stress_strain_analysis_active", "concrete_design_active", "steel_design_active", "timber_design_active", "aluminum_design_active", "glass_design_active", "steel_joints_active", "concrete_foundations_active", "components_active", "multilayer_surfaces_active", "masonry_design_active")
|
|
49
49
|
LOAD_WIZARDS_ACTIVE_FIELD_NUMBER: _ClassVar[int]
|
|
50
50
|
COMBINATION_WIZARD_AND_CLASSIFICATION_ACTIVE_FIELD_NUMBER: _ClassVar[int]
|
|
51
51
|
NONLINEAR_MATERIAL_BEHAVIOR_ACTIVE_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -61,6 +61,7 @@ class BaseData(_message.Message):
|
|
|
61
61
|
TIME_HISTORY_ANALYSIS_ACTIVE_FIELD_NUMBER: _ClassVar[int]
|
|
62
62
|
PUSHOVER_ANALYSIS_ACTIVE_FIELD_NUMBER: _ClassVar[int]
|
|
63
63
|
BUILDING_MODEL_ACTIVE_FIELD_NUMBER: _ClassVar[int]
|
|
64
|
+
DIGITAL_TWINS_ACTIVE_FIELD_NUMBER: _ClassVar[int]
|
|
64
65
|
WIND_SIMULATION_ACTIVE_FIELD_NUMBER: _ClassVar[int]
|
|
65
66
|
GEOTECHNICAL_ANALYSIS_ACTIVE_FIELD_NUMBER: _ClassVar[int]
|
|
66
67
|
TENDONS_ACTIVE_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -91,6 +92,7 @@ class BaseData(_message.Message):
|
|
|
91
92
|
time_history_analysis_active: bool
|
|
92
93
|
pushover_analysis_active: bool
|
|
93
94
|
building_model_active: bool
|
|
95
|
+
digital_twins_active: bool
|
|
94
96
|
wind_simulation_active: bool
|
|
95
97
|
geotechnical_analysis_active: bool
|
|
96
98
|
tendons_active: bool
|
|
@@ -106,7 +108,7 @@ class BaseData(_message.Message):
|
|
|
106
108
|
components_active: bool
|
|
107
109
|
multilayer_surfaces_active: bool
|
|
108
110
|
masonry_design_active: bool
|
|
109
|
-
def __init__(self, load_wizards_active: bool = ..., combination_wizard_and_classification_active: bool = ..., nonlinear_material_behavior_active: bool = ..., structure_stability_active: bool = ..., construction_stages_analysis_active: bool = ..., time_dependent_analysis_active: bool = ..., form_finding_active: bool = ..., cutting_patterns_active: bool = ..., torsional_warping_active: bool = ..., cost_estimation_active: bool = ..., modal_analysis_active: bool = ..., response_spectrum_analysis_active: bool = ..., time_history_analysis_active: bool = ..., pushover_analysis_active: bool = ..., building_model_active: bool = ..., wind_simulation_active: bool = ..., geotechnical_analysis_active: bool = ..., tendons_active: bool = ..., layout_and_drawing_active: bool = ..., stress_strain_analysis_active: bool = ..., concrete_design_active: bool = ..., steel_design_active: bool = ..., timber_design_active: bool = ..., aluminum_design_active: bool = ..., glass_design_active: bool = ..., steel_joints_active: bool = ..., concrete_foundations_active: bool = ..., components_active: bool = ..., multilayer_surfaces_active: bool = ..., masonry_design_active: bool = ...) -> None: ...
|
|
111
|
+
def __init__(self, load_wizards_active: bool = ..., combination_wizard_and_classification_active: bool = ..., nonlinear_material_behavior_active: bool = ..., structure_stability_active: bool = ..., construction_stages_analysis_active: bool = ..., time_dependent_analysis_active: bool = ..., form_finding_active: bool = ..., cutting_patterns_active: bool = ..., torsional_warping_active: bool = ..., cost_estimation_active: bool = ..., modal_analysis_active: bool = ..., response_spectrum_analysis_active: bool = ..., time_history_analysis_active: bool = ..., pushover_analysis_active: bool = ..., building_model_active: bool = ..., digital_twins_active: bool = ..., wind_simulation_active: bool = ..., geotechnical_analysis_active: bool = ..., tendons_active: bool = ..., layout_and_drawing_active: bool = ..., stress_strain_analysis_active: bool = ..., concrete_design_active: bool = ..., steel_design_active: bool = ..., timber_design_active: bool = ..., aluminum_design_active: bool = ..., glass_design_active: bool = ..., steel_joints_active: bool = ..., concrete_foundations_active: bool = ..., components_active: bool = ..., multilayer_surfaces_active: bool = ..., masonry_design_active: bool = ...) -> None: ...
|
|
110
112
|
class Standards(_message.Message):
|
|
111
113
|
__slots__ = ("aluminum_design_standard", "combination_wizard_standard", "concrete_design_standard", "glass_design_standard", "load_wizard_standard", "dynamic_analysis_standard", "geotechnical_analysis_standard", "steel_design_standard", "steel_joint_design_standard", "timber_design_standard", "masonry_design_standard", "aluminum_design_standard_group", "combination_wizard_standard_group", "concrete_design_standard_group", "glass_design_standard_group", "load_wizard_standard_group", "dynamic_analysis_standard_group", "geotechnical_analysis_standard_group", "steel_design_standard_group", "steel_joint_design_standard_group", "timber_design_standard_group", "masonry_design_standard_group")
|
|
112
114
|
class AluminumDesignStandard(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
@@ -515,6 +517,7 @@ class BaseData(_message.Message):
|
|
|
515
517
|
CONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_TKP_2009_12_STANDARD: _ClassVar[BaseData.Standards.ConcreteDesignStandard]
|
|
516
518
|
CONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_UNE_2015_09_STANDARD: _ClassVar[BaseData.Standards.ConcreteDesignStandard]
|
|
517
519
|
CONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_UNI_2007_07_STANDARD: _ClassVar[BaseData.Standards.ConcreteDesignStandard]
|
|
520
|
+
CONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_IS_456_2000_07_STANDARD: _ClassVar[BaseData.Standards.ConcreteDesignStandard]
|
|
518
521
|
CONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_NTC_2018_01_STANDARD: _ClassVar[BaseData.Standards.ConcreteDesignStandard]
|
|
519
522
|
CONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_SP_63_13330_2018_12_STANDARD: _ClassVar[BaseData.Standards.ConcreteDesignStandard]
|
|
520
523
|
CONCRETE_DESIGN_STANDARD_NATIONAL_ANNEX_AND_EDITION_EN_1992_CEN_2014_11_STANDARD: _ClassVar[BaseData.Standards.ConcreteDesignStandard]
|
|
@@ -560,6 +563,7 @@ class BaseData(_message.Message):
|
|
|
560
563
|
CONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_TKP_2009_12_STANDARD: BaseData.Standards.ConcreteDesignStandard
|
|
561
564
|
CONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_UNE_2015_09_STANDARD: BaseData.Standards.ConcreteDesignStandard
|
|
562
565
|
CONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_UNI_2007_07_STANDARD: BaseData.Standards.ConcreteDesignStandard
|
|
566
|
+
CONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_IS_456_2000_07_STANDARD: BaseData.Standards.ConcreteDesignStandard
|
|
563
567
|
CONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_NTC_2018_01_STANDARD: BaseData.Standards.ConcreteDesignStandard
|
|
564
568
|
CONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_SP_63_13330_2018_12_STANDARD: BaseData.Standards.ConcreteDesignStandard
|
|
565
569
|
CONCRETE_DESIGN_STANDARD_NATIONAL_ANNEX_AND_EDITION_EN_1992_CEN_2014_11_STANDARD: BaseData.Standards.ConcreteDesignStandard
|
|
@@ -1346,12 +1350,14 @@ class BaseData(_message.Message):
|
|
|
1346
1350
|
CONCRETE_DESIGN_STANDARD_GROUP_UNKNOWN: _ClassVar[BaseData.Standards.ConcreteDesignStandardGroup]
|
|
1347
1351
|
CONCRETE_DESIGN_ACI_318_STANDARD_GROUP: _ClassVar[BaseData.Standards.ConcreteDesignStandardGroup]
|
|
1348
1352
|
CONCRETE_DESIGN_CSA_A23_3_STANDARD_GROUP: _ClassVar[BaseData.Standards.ConcreteDesignStandardGroup]
|
|
1353
|
+
CONCRETE_DESIGN_IS_456_STANDARD_GROUP: _ClassVar[BaseData.Standards.ConcreteDesignStandardGroup]
|
|
1349
1354
|
CONCRETE_DESIGN_NTC_STANDARD_GROUP: _ClassVar[BaseData.Standards.ConcreteDesignStandardGroup]
|
|
1350
1355
|
CONCRETE_DESIGN_SP_63_13330_STANDARD_GROUP: _ClassVar[BaseData.Standards.ConcreteDesignStandardGroup]
|
|
1351
1356
|
CONCRETE_DESIGN_STANDARD_GROUP_EN_1992_STANDARD_GROUP: _ClassVar[BaseData.Standards.ConcreteDesignStandardGroup]
|
|
1352
1357
|
CONCRETE_DESIGN_STANDARD_GROUP_UNKNOWN: BaseData.Standards.ConcreteDesignStandardGroup
|
|
1353
1358
|
CONCRETE_DESIGN_ACI_318_STANDARD_GROUP: BaseData.Standards.ConcreteDesignStandardGroup
|
|
1354
1359
|
CONCRETE_DESIGN_CSA_A23_3_STANDARD_GROUP: BaseData.Standards.ConcreteDesignStandardGroup
|
|
1360
|
+
CONCRETE_DESIGN_IS_456_STANDARD_GROUP: BaseData.Standards.ConcreteDesignStandardGroup
|
|
1355
1361
|
CONCRETE_DESIGN_NTC_STANDARD_GROUP: BaseData.Standards.ConcreteDesignStandardGroup
|
|
1356
1362
|
CONCRETE_DESIGN_SP_63_13330_STANDARD_GROUP: BaseData.Standards.ConcreteDesignStandardGroup
|
|
1357
1363
|
CONCRETE_DESIGN_STANDARD_GROUP_EN_1992_STANDARD_GROUP: BaseData.Standards.ConcreteDesignStandardGroup
|
|
@@ -0,0 +1,107 @@
|
|
|
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/concrete_design_objects/concrete_effective_lengths.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/concrete_design_objects/concrete_effective_lengths.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from dlubal.api.rfem import object_id_pb2 as dlubal_dot_api_dot_rfem_dot_object__id__pb2
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nHdlubal/api/rfem/concrete_design_objects/concrete_effective_lengths.proto\x12\'dlubal.api.rfem.concrete_design_objects\x1a\x1f\x64lubal/api/rfem/object_id.proto\"\xe3q\n\x18\x43oncreteEffectiveLengths\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\x14\n\x07\x63omment\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x0f\n\x07members\x18\x05 \x03(\x05\x12\x13\n\x0bmember_sets\x18\x06 \x03(\x05\x12&\n\x19\x66lexural_buckling_about_y\x18\x07 \x01(\x08H\x04\x88\x01\x01\x12&\n\x19\x66lexural_buckling_about_z\x18\x08 \x01(\x08H\x05\x88\x01\x01\x12\'\n\x1alateral_torsional_buckling\x18\t \x01(\x08H\x06\x88\x01\x01\x12\x82\x01\n\x1a\x62uckling_factor_value_type\x18\n \x01(\x0e\x32Y.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.BucklingFactorValueTypeH\x07\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x0b \x01(\x08H\x08\x88\x01\x01\x12#\n\x16generating_object_info\x18\x0c \x01(\tH\t\x88\x01\x01\x12q\n\x0enodal_supports\x18\r \x01(\x0b\x32T.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.NodalSupportsTableH\n\x88\x01\x01\x12\x64\n\x07\x66\x61\x63tors\x18\x0e \x01(\x0b\x32N.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.FactorsTableH\x0b\x88\x01\x01\x12\x64\n\x07lengths\x18\x0f \x01(\x0b\x32N.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.LengthsTableH\x0c\x88\x01\x01\x12\x1f\n\x12intermediate_nodes\x18\x10 \x01(\x08H\r\x88\x01\x01\x12!\n\x14\x64ifferent_properties\x18\x11 \x01(\x08H\x0e\x88\x01\x01\x12(\n\x1b\x66\x61\x63tors_definition_absolute\x18\x12 \x01(\x08H\x0f\x88\x01\x01\x12\x87\x01\n\x1a\x66ire_design_nodal_supports\x18\x13 \x01(\x0b\x32^.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.FireDesignNodalSupportsTableH\x10\x88\x01\x01\x12z\n\x13\x66ire_design_factors\x18\x14 \x01(\x0b\x32X.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.FireDesignFactorsTableH\x11\x88\x01\x01\x12z\n\x13\x66ire_design_lengths\x18\x15 \x01(\x0b\x32X.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.FireDesignLengthsTableH\x12\x88\x01\x01\x12+\n\x1e\x66ire_design_intermediate_nodes\x18\x16 \x01(\x08H\x13\x88\x01\x01\x12-\n fire_design_different_properties\x18\x17 \x01(\x08H\x14\x88\x01\x01\x12\x34\n\'fire_design_factors_definition_absolute\x18\x18 \x01(\x08H\x15\x88\x01\x01\x12\x33\n&fire_design_different_buckling_factors\x18\x19 \x01(\x08H\x16\x88\x01\x01\x12\x33\n&import_from_stability_analysis_enabled\x18\x1a \x01(\x08H\x17\x88\x01\x01\x12>\n1stability_import_data_factors_definition_absolute\x18\x1b \x01(\x08H\x18\x88\x01\x01\x12+\n\x1estability_import_data_member_y\x18\x1c \x01(\x05H\x19\x88\x01\x01\x12G\n\x1fstability_import_data_loading_y\x18\x1d \x01(\x0b\x32\x19.dlubal.api.rfem.ObjectIdH\x1a\x88\x01\x01\x12\x30\n#stability_import_data_mode_number_y\x18\x1e \x01(\x05H\x1b\x88\x01\x01\x12+\n\x1estability_import_data_member_z\x18\x1f \x01(\x05H\x1c\x88\x01\x01\x12G\n\x1fstability_import_data_loading_z\x18 \x01(\x0b\x32\x19.dlubal.api.rfem.ObjectIdH\x1d\x88\x01\x01\x12\x30\n#stability_import_data_mode_number_z\x18! \x01(\x05H\x1e\x88\x01\x01\x12\x8d\x01\n\x1dstability_import_data_factors\x18\" \x01(\x0b\x32\x61.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.StabilityImportDataFactorsTableH\x1f\x88\x01\x01\x12\x8d\x01\n\x1dstability_import_data_lengths\x18# \x01(\x0b\x32\x61.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.StabilityImportDataLengthsTableH \x88\x01\x01\x12\x31\n$stability_import_data_user_defined_y\x18$ \x01(\x08H!\x88\x01\x01\x12\x31\n$stability_import_data_user_defined_z\x18% \x01(\x08H\"\x88\x01\x01\x12\x83\x01\n\x1bstructure_type_about_axis_y\x18& \x01(\x0e\x32Y.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.StructureTypeAboutAxisYH#\x88\x01\x01\x12\x83\x01\n\x1bstructure_type_about_axis_z\x18\' \x01(\x0e\x32Y.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.StructureTypeAboutAxisZH$\x88\x01\x01\x12\x8c\x01\n structure_type_about_axis_y_sp63\x18( \x01(\x0e\x32].dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.StructureTypeAboutAxisYSp63H%\x88\x01\x01\x12\x8c\x01\n structure_type_about_axis_z_sp63\x18) \x01(\x0e\x32].dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.StructureTypeAboutAxisZSp63H&\x88\x01\x01\x12\x89\x01\n\x1estructural_scheme_about_axis_y\x18* \x01(\x0e\x32\\.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.StructuralSchemeAboutAxisYH\'\x88\x01\x01\x12\x89\x01\n\x1estructural_scheme_about_axis_z\x18+ \x01(\x0e\x32\\.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.StructuralSchemeAboutAxisZH(\x88\x01\x01\x12!\n\x14id_for_export_import\x18, \x01(\tH)\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18- \x01(\tH*\x88\x01\x01\x1av\n\x12NodalSupportsTable\x12`\n\x04rows\x18\x01 \x03(\x0b\x32R.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.NodalSupportsRow\x1a\xa9\x13\n\x10NodalSupportsRow\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\x12y\n\x0csupport_type\x18\x03 \x01(\x0e\x32^.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.NodalSupportsRow.SupportTypeH\x02\x88\x01\x01\x12\x19\n\x0csupport_in_z\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12 \n\x13support_spring_in_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x83\x01\n\x11\x65\x63\x63\x65ntricity_type\x18\x06 \x01(\x0e\x32\x63.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.NodalSupportsRow.EccentricityTypeH\x05\x88\x01\x01\x12\x1c\n\x0f\x65\x63\x63\x65ntricity_ez\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12%\n\x18restraint_spring_about_x\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12%\n\x18restraint_spring_about_z\x18\t \x01(\x01H\x08\x88\x01\x01\x12%\n\x18restraint_spring_warping\x18\n \x01(\x01H\t\x88\x01\x01\x12x\n\x0csupport_in_y\x18\x0b \x01(\x0e\x32].dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.NodalSupportsRow.SupportInYH\n\x88\x01\x01\x12\x82\x01\n\x11restraint_about_x\x18\x0c \x01(\x0e\x32\x62.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.NodalSupportsRow.RestraintAboutXH\x0b\x88\x01\x01\x12\x82\x01\n\x11restraint_about_z\x18\r \x01(\x0e\x32\x62.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.NodalSupportsRow.RestraintAboutZH\x0c\x88\x01\x01\x12\x83\x01\n\x11restraint_warping\x18\x0e \x01(\x0e\x32\x63.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.NodalSupportsRow.RestraintWarpingH\r\x88\x01\x01\x12\r\n\x05nodes\x18\x0f \x03(\x05\"\xfd\x02\n\x0bSupportType\x12\x15\n\x11SUPPORT_TYPE_NONE\x10\x00\x12\x1a\n\x16SUPPORT_TYPE_FIXED_ALL\x10\x08\x12\x1b\n\x17SUPPORT_TYPE_FIXED_IN_Y\x10\x02\x12\x1b\n\x17SUPPORT_TYPE_FIXED_IN_Z\x10\x01\x12\'\n#SUPPORT_TYPE_FIXED_IN_Z_AND_TORSION\x10\x04\x12\x33\n/SUPPORT_TYPE_FIXED_IN_Z_AND_TORSION_AND_WARPING\x10\x06\x12)\n%SUPPORT_TYPE_FIXED_IN_Z_Y_AND_TORSION\x10\x05\x12\x35\n1SUPPORT_TYPE_FIXED_IN_Z_Y_AND_TORSION_AND_WARPING\x10\x07\x12\x1d\n\x19SUPPORT_TYPE_INDIVIDUALLY\x10\t\x12\"\n\x1eSUPPORT_TYPE_RESTRAINT_ABOUT_X\x10\x03\"\x9e\x01\n\x10\x45\x63\x63\x65ntricityType\x12\x1a\n\x16\x45\x43\x43\x45NTRICITY_TYPE_NONE\x10\x00\x12%\n!ECCENTRICITY_TYPE_AT_LOWER_FLANGE\x10\x02\x12%\n!ECCENTRICITY_TYPE_AT_UPPER_FLANGE\x10\x01\x12 \n\x1c\x45\x43\x43\x45NTRICITY_TYPE_USER_VALUE\x10\x03\"}\n\nSupportInY\x12\"\n\x1eSUPPORT_IN_Y_SUPPORT_STATUS_NO\x10\x00\x12&\n\"SUPPORT_IN_Y_SUPPORT_STATUS_SPRING\x10\x01\x12#\n\x1fSUPPORT_IN_Y_SUPPORT_STATUS_YES\x10\x02\"\x91\x01\n\x0fRestraintAboutX\x12\'\n#RESTRAINT_ABOUT_X_SUPPORT_STATUS_NO\x10\x00\x12+\n\'RESTRAINT_ABOUT_X_SUPPORT_STATUS_SPRING\x10\x01\x12(\n$RESTRAINT_ABOUT_X_SUPPORT_STATUS_YES\x10\x02\"\x91\x01\n\x0fRestraintAboutZ\x12\'\n#RESTRAINT_ABOUT_Z_SUPPORT_STATUS_NO\x10\x00\x12+\n\'RESTRAINT_ABOUT_Z_SUPPORT_STATUS_SPRING\x10\x01\x12(\n$RESTRAINT_ABOUT_Z_SUPPORT_STATUS_YES\x10\x02\"\x92\x01\n\x10RestraintWarping\x12\'\n#RESTRAINT_WARPING_SUPPORT_STATUS_NO\x10\x00\x12+\n\'RESTRAINT_WARPING_SUPPORT_STATUS_SPRING\x10\x01\x12(\n$RESTRAINT_WARPING_SUPPORT_STATUS_YES\x10\x02\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0f\n\r_support_typeB\x0f\n\r_support_in_zB\x16\n\x14_support_spring_in_yB\x14\n\x12_eccentricity_typeB\x12\n\x10_eccentricity_ezB\x1b\n\x19_restraint_spring_about_xB\x1b\n\x19_restraint_spring_about_zB\x1b\n\x19_restraint_spring_warpingB\x0f\n\r_support_in_yB\x14\n\x12_restraint_about_xB\x14\n\x12_restraint_about_zB\x14\n\x12_restraint_warping\x1aj\n\x0c\x46\x61\x63torsTable\x12Z\n\x04rows\x18\x01 \x03(\x0b\x32L.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.FactorsRow\x1a\xea\x03\n\nFactorsRow\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\x13\x66lexural_buckling_y\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12 \n\x13\x66lexural_buckling_z\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_z\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_y\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_z\x18\x08 \x01(\x01H\x07\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_flexural_buckling_yB\x16\n\x14_flexural_buckling_zB\x1f\n\x1d_unbraced_flexural_buckling_yB\x1f\n\x1d_unbraced_flexural_buckling_zB\x1d\n\x1b_braced_flexural_buckling_yB\x1d\n\x1b_braced_flexural_buckling_z\x1aj\n\x0cLengthsTable\x12Z\n\x04rows\x18\x01 \x03(\x0b\x32L.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.LengthsRow\x1a\xea\x03\n\nLengthsRow\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\x13\x66lexural_buckling_y\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12 \n\x13\x66lexural_buckling_z\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_z\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_y\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_z\x18\x08 \x01(\x01H\x07\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_flexural_buckling_yB\x16\n\x14_flexural_buckling_zB\x1f\n\x1d_unbraced_flexural_buckling_yB\x1f\n\x1d_unbraced_flexural_buckling_zB\x1d\n\x1b_braced_flexural_buckling_yB\x1d\n\x1b_braced_flexural_buckling_z\x1a\x8a\x01\n\x1c\x46ireDesignNodalSupportsTable\x12j\n\x04rows\x18\x01 \x03(\x0b\x32\\.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.FireDesignNodalSupportsRow\x1a\xf1\x13\n\x1a\x46ireDesignNodalSupportsRow\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\x83\x01\n\x0csupport_type\x18\x03 \x01(\x0e\x32h.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.FireDesignNodalSupportsRow.SupportTypeH\x02\x88\x01\x01\x12\x19\n\x0csupport_in_z\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12 \n\x13support_spring_in_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x8d\x01\n\x11\x65\x63\x63\x65ntricity_type\x18\x06 \x01(\x0e\x32m.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.FireDesignNodalSupportsRow.EccentricityTypeH\x05\x88\x01\x01\x12\x1c\n\x0f\x65\x63\x63\x65ntricity_ez\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12%\n\x18restraint_spring_about_x\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12%\n\x18restraint_spring_about_z\x18\t \x01(\x01H\x08\x88\x01\x01\x12%\n\x18restraint_spring_warping\x18\n \x01(\x01H\t\x88\x01\x01\x12\x82\x01\n\x0csupport_in_y\x18\x0b \x01(\x0e\x32g.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.FireDesignNodalSupportsRow.SupportInYH\n\x88\x01\x01\x12\x8c\x01\n\x11restraint_about_x\x18\x0c \x01(\x0e\x32l.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.FireDesignNodalSupportsRow.RestraintAboutXH\x0b\x88\x01\x01\x12\x8c\x01\n\x11restraint_about_z\x18\r \x01(\x0e\x32l.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.FireDesignNodalSupportsRow.RestraintAboutZH\x0c\x88\x01\x01\x12\x8d\x01\n\x11restraint_warping\x18\x0e \x01(\x0e\x32m.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.FireDesignNodalSupportsRow.RestraintWarpingH\r\x88\x01\x01\x12\r\n\x05nodes\x18\x0f \x03(\x05\"\xfd\x02\n\x0bSupportType\x12\x15\n\x11SUPPORT_TYPE_NONE\x10\x00\x12\x1a\n\x16SUPPORT_TYPE_FIXED_ALL\x10\x08\x12\x1b\n\x17SUPPORT_TYPE_FIXED_IN_Y\x10\x02\x12\x1b\n\x17SUPPORT_TYPE_FIXED_IN_Z\x10\x01\x12\'\n#SUPPORT_TYPE_FIXED_IN_Z_AND_TORSION\x10\x04\x12\x33\n/SUPPORT_TYPE_FIXED_IN_Z_AND_TORSION_AND_WARPING\x10\x06\x12)\n%SUPPORT_TYPE_FIXED_IN_Z_Y_AND_TORSION\x10\x05\x12\x35\n1SUPPORT_TYPE_FIXED_IN_Z_Y_AND_TORSION_AND_WARPING\x10\x07\x12\x1d\n\x19SUPPORT_TYPE_INDIVIDUALLY\x10\t\x12\"\n\x1eSUPPORT_TYPE_RESTRAINT_ABOUT_X\x10\x03\"\x9e\x01\n\x10\x45\x63\x63\x65ntricityType\x12\x1a\n\x16\x45\x43\x43\x45NTRICITY_TYPE_NONE\x10\x00\x12%\n!ECCENTRICITY_TYPE_AT_LOWER_FLANGE\x10\x02\x12%\n!ECCENTRICITY_TYPE_AT_UPPER_FLANGE\x10\x01\x12 \n\x1c\x45\x43\x43\x45NTRICITY_TYPE_USER_VALUE\x10\x03\"}\n\nSupportInY\x12\"\n\x1eSUPPORT_IN_Y_SUPPORT_STATUS_NO\x10\x00\x12&\n\"SUPPORT_IN_Y_SUPPORT_STATUS_SPRING\x10\x01\x12#\n\x1fSUPPORT_IN_Y_SUPPORT_STATUS_YES\x10\x02\"\x91\x01\n\x0fRestraintAboutX\x12\'\n#RESTRAINT_ABOUT_X_SUPPORT_STATUS_NO\x10\x00\x12+\n\'RESTRAINT_ABOUT_X_SUPPORT_STATUS_SPRING\x10\x01\x12(\n$RESTRAINT_ABOUT_X_SUPPORT_STATUS_YES\x10\x02\"\x91\x01\n\x0fRestraintAboutZ\x12\'\n#RESTRAINT_ABOUT_Z_SUPPORT_STATUS_NO\x10\x00\x12+\n\'RESTRAINT_ABOUT_Z_SUPPORT_STATUS_SPRING\x10\x01\x12(\n$RESTRAINT_ABOUT_Z_SUPPORT_STATUS_YES\x10\x02\"\x92\x01\n\x10RestraintWarping\x12\'\n#RESTRAINT_WARPING_SUPPORT_STATUS_NO\x10\x00\x12+\n\'RESTRAINT_WARPING_SUPPORT_STATUS_SPRING\x10\x01\x12(\n$RESTRAINT_WARPING_SUPPORT_STATUS_YES\x10\x02\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0f\n\r_support_typeB\x0f\n\r_support_in_zB\x16\n\x14_support_spring_in_yB\x14\n\x12_eccentricity_typeB\x12\n\x10_eccentricity_ezB\x1b\n\x19_restraint_spring_about_xB\x1b\n\x19_restraint_spring_about_zB\x1b\n\x19_restraint_spring_warpingB\x0f\n\r_support_in_yB\x14\n\x12_restraint_about_xB\x14\n\x12_restraint_about_zB\x14\n\x12_restraint_warping\x1a~\n\x16\x46ireDesignFactorsTable\x12\x64\n\x04rows\x18\x01 \x03(\x0b\x32V.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.FireDesignFactorsRow\x1a\xf4\x03\n\x14\x46ireDesignFactorsRow\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\x13\x66lexural_buckling_y\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12 \n\x13\x66lexural_buckling_z\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_z\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_y\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_z\x18\x08 \x01(\x01H\x07\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_flexural_buckling_yB\x16\n\x14_flexural_buckling_zB\x1f\n\x1d_unbraced_flexural_buckling_yB\x1f\n\x1d_unbraced_flexural_buckling_zB\x1d\n\x1b_braced_flexural_buckling_yB\x1d\n\x1b_braced_flexural_buckling_z\x1a~\n\x16\x46ireDesignLengthsTable\x12\x64\n\x04rows\x18\x01 \x03(\x0b\x32V.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.FireDesignLengthsRow\x1a\xf4\x03\n\x14\x46ireDesignLengthsRow\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\x13\x66lexural_buckling_y\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12 \n\x13\x66lexural_buckling_z\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_z\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_y\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_z\x18\x08 \x01(\x01H\x07\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_flexural_buckling_yB\x16\n\x14_flexural_buckling_zB\x1f\n\x1d_unbraced_flexural_buckling_yB\x1f\n\x1d_unbraced_flexural_buckling_zB\x1d\n\x1b_braced_flexural_buckling_yB\x1d\n\x1b_braced_flexural_buckling_z\x1a\x90\x01\n\x1fStabilityImportDataFactorsTable\x12m\n\x04rows\x18\x01 \x03(\x0b\x32_.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.StabilityImportDataFactorsRow\x1a\xfd\x03\n\x1dStabilityImportDataFactorsRow\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\x13\x66lexural_buckling_y\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12 \n\x13\x66lexural_buckling_z\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_z\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_y\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_z\x18\x08 \x01(\x01H\x07\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_flexural_buckling_yB\x16\n\x14_flexural_buckling_zB\x1f\n\x1d_unbraced_flexural_buckling_yB\x1f\n\x1d_unbraced_flexural_buckling_zB\x1d\n\x1b_braced_flexural_buckling_yB\x1d\n\x1b_braced_flexural_buckling_z\x1a\x90\x01\n\x1fStabilityImportDataLengthsTable\x12m\n\x04rows\x18\x01 \x03(\x0b\x32_.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.StabilityImportDataLengthsRow\x1a\xfd\x03\n\x1dStabilityImportDataLengthsRow\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\x13\x66lexural_buckling_y\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12 \n\x13\x66lexural_buckling_z\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_z\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_y\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_z\x18\x08 \x01(\x01H\x07\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_flexural_buckling_yB\x16\n\x14_flexural_buckling_zB\x1f\n\x1d_unbraced_flexural_buckling_yB\x1f\n\x1d_unbraced_flexural_buckling_zB\x1d\n\x1b_braced_flexural_buckling_yB\x1d\n\x1b_braced_flexural_buckling_z\"q\n\x17\x42ucklingFactorValueType\x12*\n&BUCKLING_FACTOR_VALUE_TYPE_THEORETICAL\x10\x00\x12*\n&BUCKLING_FACTOR_VALUE_TYPE_RECOMMENDED\x10\x01\"k\n\x17StructureTypeAboutAxisY\x12(\n$STRUCTURE_TYPE_ABOUT_AXIS_Y_UNBRACED\x10\x00\x12&\n\"STRUCTURE_TYPE_ABOUT_AXIS_Y_BRACED\x10\x01\"k\n\x17StructureTypeAboutAxisZ\x12(\n$STRUCTURE_TYPE_ABOUT_AXIS_Z_UNBRACED\x10\x00\x12&\n\"STRUCTURE_TYPE_ABOUT_AXIS_Z_BRACED\x10\x01\"\xa8\x01\n\x1bStructureTypeAboutAxisYSp63\x12-\n)STRUCTURE_TYPE_ABOUT_AXIS_Y_SP63_UNBRACED\x10\x00\x12+\n\'STRUCTURE_TYPE_ABOUT_AXIS_Y_SP63_BRACED\x10\x01\x12-\n)STRUCTURE_TYPE_ABOUT_AXIS_Y_SP63_COMBINED\x10\x02\"\xa8\x01\n\x1bStructureTypeAboutAxisZSp63\x12-\n)STRUCTURE_TYPE_ABOUT_AXIS_Z_SP63_UNBRACED\x10\x00\x12+\n\'STRUCTURE_TYPE_ABOUT_AXIS_Z_SP63_BRACED\x10\x01\x12-\n)STRUCTURE_TYPE_ABOUT_AXIS_Z_SP63_COMBINED\x10\x02\"~\n\x1aStructuralSchemeAboutAxisY\x12-\n)STRUCTURAL_SCHEME_ABOUT_AXIS_Y_DETERMINED\x10\x00\x12\x31\n-STRUCTURAL_SCHEME_ABOUT_AXIS_Y_NON_DETERMINED\x10\x01\"~\n\x1aStructuralSchemeAboutAxisZ\x12-\n)STRUCTURAL_SCHEME_ABOUT_AXIS_Z_DETERMINED\x10\x00\x12\x31\n-STRUCTURAL_SCHEME_ABOUT_AXIS_Z_NON_DETERMINED\x10\x01\x42\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\n\n\x08_commentB\x1c\n\x1a_flexural_buckling_about_yB\x1c\n\x1a_flexural_buckling_about_zB\x1d\n\x1b_lateral_torsional_bucklingB\x1d\n\x1b_buckling_factor_value_typeB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x11\n\x0f_nodal_supportsB\n\n\x08_factorsB\n\n\x08_lengthsB\x15\n\x13_intermediate_nodesB\x17\n\x15_different_propertiesB\x1e\n\x1c_factors_definition_absoluteB\x1d\n\x1b_fire_design_nodal_supportsB\x16\n\x14_fire_design_factorsB\x16\n\x14_fire_design_lengthsB!\n\x1f_fire_design_intermediate_nodesB#\n!_fire_design_different_propertiesB*\n(_fire_design_factors_definition_absoluteB)\n\'_fire_design_different_buckling_factorsB)\n\'_import_from_stability_analysis_enabledB4\n2_stability_import_data_factors_definition_absoluteB!\n\x1f_stability_import_data_member_yB\"\n _stability_import_data_loading_yB&\n$_stability_import_data_mode_number_yB!\n\x1f_stability_import_data_member_zB\"\n _stability_import_data_loading_zB&\n$_stability_import_data_mode_number_zB \n\x1e_stability_import_data_factorsB \n\x1e_stability_import_data_lengthsB\'\n%_stability_import_data_user_defined_yB\'\n%_stability_import_data_user_defined_zB\x1e\n\x1c_structure_type_about_axis_yB\x1e\n\x1c_structure_type_about_axis_zB#\n!_structure_type_about_axis_y_sp63B#\n!_structure_type_about_axis_z_sp63B!\n\x1f_structural_scheme_about_axis_yB!\n\x1f_structural_scheme_about_axis_zB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
|
|
29
|
+
|
|
30
|
+
_globals = globals()
|
|
31
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
32
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.concrete_design_objects.concrete_effective_lengths_pb2', _globals)
|
|
33
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
|
+
DESCRIPTOR._loaded_options = None
|
|
35
|
+
_globals['_CONCRETEEFFECTIVELENGTHS']._serialized_start=151
|
|
36
|
+
_globals['_CONCRETEEFFECTIVELENGTHS']._serialized_end=14714
|
|
37
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSTABLE']._serialized_start=3400
|
|
38
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSTABLE']._serialized_end=3518
|
|
39
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW']._serialized_start=3521
|
|
40
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW']._serialized_end=5994
|
|
41
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_SUPPORTTYPE']._serialized_start=4587
|
|
42
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_SUPPORTTYPE']._serialized_end=4968
|
|
43
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_ECCENTRICITYTYPE']._serialized_start=4971
|
|
44
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_ECCENTRICITYTYPE']._serialized_end=5129
|
|
45
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_SUPPORTINY']._serialized_start=5131
|
|
46
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_SUPPORTINY']._serialized_end=5256
|
|
47
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTABOUTX']._serialized_start=5259
|
|
48
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTABOUTX']._serialized_end=5404
|
|
49
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTABOUTZ']._serialized_start=5407
|
|
50
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTABOUTZ']._serialized_end=5552
|
|
51
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTWARPING']._serialized_start=5555
|
|
52
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTWARPING']._serialized_end=5701
|
|
53
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_FACTORSTABLE']._serialized_start=5996
|
|
54
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_FACTORSTABLE']._serialized_end=6102
|
|
55
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_FACTORSROW']._serialized_start=6105
|
|
56
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_FACTORSROW']._serialized_end=6595
|
|
57
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_LENGTHSTABLE']._serialized_start=6597
|
|
58
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_LENGTHSTABLE']._serialized_end=6703
|
|
59
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_LENGTHSROW']._serialized_start=6706
|
|
60
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_LENGTHSROW']._serialized_end=7196
|
|
61
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSTABLE']._serialized_start=7199
|
|
62
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSTABLE']._serialized_end=7337
|
|
63
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW']._serialized_start=7340
|
|
64
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW']._serialized_end=9885
|
|
65
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_SUPPORTTYPE']._serialized_start=4587
|
|
66
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_SUPPORTTYPE']._serialized_end=4968
|
|
67
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_ECCENTRICITYTYPE']._serialized_start=4971
|
|
68
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_ECCENTRICITYTYPE']._serialized_end=5129
|
|
69
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_SUPPORTINY']._serialized_start=5131
|
|
70
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_SUPPORTINY']._serialized_end=5256
|
|
71
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_RESTRAINTABOUTX']._serialized_start=5259
|
|
72
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_RESTRAINTABOUTX']._serialized_end=5404
|
|
73
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_RESTRAINTABOUTZ']._serialized_start=5407
|
|
74
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_RESTRAINTABOUTZ']._serialized_end=5552
|
|
75
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_RESTRAINTWARPING']._serialized_start=5555
|
|
76
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_RESTRAINTWARPING']._serialized_end=5701
|
|
77
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNFACTORSTABLE']._serialized_start=9887
|
|
78
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNFACTORSTABLE']._serialized_end=10013
|
|
79
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNFACTORSROW']._serialized_start=10016
|
|
80
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNFACTORSROW']._serialized_end=10516
|
|
81
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNLENGTHSTABLE']._serialized_start=10518
|
|
82
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNLENGTHSTABLE']._serialized_end=10644
|
|
83
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNLENGTHSROW']._serialized_start=10647
|
|
84
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNLENGTHSROW']._serialized_end=11147
|
|
85
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATAFACTORSTABLE']._serialized_start=11150
|
|
86
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATAFACTORSTABLE']._serialized_end=11294
|
|
87
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATAFACTORSROW']._serialized_start=11297
|
|
88
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATAFACTORSROW']._serialized_end=11806
|
|
89
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATALENGTHSTABLE']._serialized_start=11809
|
|
90
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATALENGTHSTABLE']._serialized_end=11953
|
|
91
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATALENGTHSROW']._serialized_start=11956
|
|
92
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATALENGTHSROW']._serialized_end=12465
|
|
93
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_BUCKLINGFACTORVALUETYPE']._serialized_start=12467
|
|
94
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_BUCKLINGFACTORVALUETYPE']._serialized_end=12580
|
|
95
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISY']._serialized_start=12582
|
|
96
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISY']._serialized_end=12689
|
|
97
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISZ']._serialized_start=12691
|
|
98
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISZ']._serialized_end=12798
|
|
99
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISYSP63']._serialized_start=12801
|
|
100
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISYSP63']._serialized_end=12969
|
|
101
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISZSP63']._serialized_start=12972
|
|
102
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISZSP63']._serialized_end=13140
|
|
103
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURALSCHEMEABOUTAXISY']._serialized_start=13142
|
|
104
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURALSCHEMEABOUTAXISY']._serialized_end=13268
|
|
105
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURALSCHEMEABOUTAXISZ']._serialized_start=13270
|
|
106
|
+
_globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURALSCHEMEABOUTAXISZ']._serialized_end=13396
|
|
107
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,79 @@
|
|
|
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/concrete_foundations/single_foundation.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/concrete_foundations/single_foundation.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from dlubal.api.common import common_pb2 as dlubal_dot_api_dot_common_dot_common__pb2
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n<dlubal/api/rfem/concrete_foundations/single_foundation.proto\x12$dlubal.api.rfem.concrete_foundations\x1a\x1e\x64lubal/api/common/common.proto\"\xa2J\n\x10SingleFoundation\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x63\n\x0f\x66oundation_type\x18\x02 \x01(\x0e\x32\x45.dlubal.api.rfem.concrete_foundations.SingleFoundation.FoundationTypeH\x01\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12\x11\n\x04name\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x16\n\x0enodal_supports\x18\x05 \x03(\x05\x12\x1b\n\x0eplate_material\x18\x06 \x01(\x05H\x04\x88\x01\x01\x12\x1c\n\x0f\x62ucket_material\x18\x07 \x01(\x05H\x05\x88\x01\x01\x12&\n\x19\x64\x65sign_properties_enabled\x18\x08 \x01(\x08H\x06\x88\x01\x01\x12l\n\x0fgeometry_config\x18\t \x01(\x0b\x32N.dlubal.api.rfem.concrete_foundations.SingleFoundation.GeometryConfigTreeTableH\x07\x88\x01\x01\x12\x81\x01\n\x1aplate_reinforcement_config\x18\n \x01(\x0b\x32X.dlubal.api.rfem.concrete_foundations.SingleFoundation.PlateReinforcementConfigTreeTableH\x08\x88\x01\x01\x12\x83\x01\n\x1b\x62ucket_reinforcement_config\x18\x0b \x01(\x0b\x32Y.dlubal.api.rfem.concrete_foundations.SingleFoundation.BucketReinforcementConfigTreeTableH\t\x88\x01\x01\x12\x8e\x01\n!rough_bucket_reinforcement_config\x18\x0c \x01(\x0b\x32^.dlubal.api.rfem.concrete_foundations.SingleFoundation.RoughBucketReinforcementConfigTreeTableH\n\x88\x01\x01\x12\x81\x01\n\x1a\x62lock_reinforcement_config\x18\r \x01(\x0b\x32X.dlubal.api.rfem.concrete_foundations.SingleFoundation.BlockReinforcementConfigTreeTableH\x0b\x88\x01\x01\x12#\n\x16reinforcement_material\x18\x0e \x01(\x05H\x0c\x88\x01\x01\x12i\n\x12reinforcement_type\x18\x0f \x01(\x0e\x32H.dlubal.api.rfem.concrete_foundations.SingleFoundation.ReinforcementTypeH\r\x88\x01\x01\x12\x36\n)plate_reinforcement_automatically_enabled\x18\x10 \x01(\x08H\x0e\x88\x01\x01\x12t\n\x18horizontal_stirrups_type\x18\x11 \x01(\x0e\x32M.dlubal.api.rfem.concrete_foundations.SingleFoundation.HorizontalStirrupsTypeH\x0f\x88\x01\x01\x12=\n0bucket_block_reinforcement_automatically_enabled\x18\x12 \x01(\x08H\x10\x88\x01\x01\x12\x30\n#concrete_cover_user_defined_enabled\x18\x13 \x01(\x08H\x11\x88\x01\x01\x12>\n1concrete_cover_different_at_section_sides_enabled\x18\x14 \x01(\x08H\x12\x88\x01\x01\x12\x1b\n\x0e\x63oncrete_cover\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12\'\n\x1a\x63oncrete_cover_surface_top\x18\x16 \x01(\x01H\x14\x88\x01\x01\x12*\n\x1d\x63oncrete_cover_surface_bottom\x18\x17 \x01(\x01H\x15\x88\x01\x01\x12(\n\x1b\x63oncrete_cover_surface_side\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12+\n\x1e\x63oncrete_cover_bucket_or_block\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12\x1f\n\x12\x63oncrete_cover_min\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12+\n\x1e\x63oncrete_cover_min_surface_top\x18\x1b \x01(\x01H\x19\x88\x01\x01\x12.\n!concrete_cover_min_surface_bottom\x18\x1c \x01(\x01H\x1a\x88\x01\x01\x12,\n\x1f\x63oncrete_cover_min_surface_side\x18\x1d \x01(\x01H\x1b\x88\x01\x01\x12/\n\"concrete_cover_min_bucket_or_block\x18\x1e \x01(\x01H\x1c\x88\x01\x01\x12 \n\x13\x63oncrete_durability\x18\x1f \x01(\x05H\x1d\x88\x01\x01\x12,\n\x1f\x63oncrete_durability_surface_top\x18 \x01(\x05H\x1e\x88\x01\x01\x12/\n\"concrete_durability_surface_bottom\x18! \x01(\x05H\x1f\x88\x01\x01\x12-\n concrete_durability_surface_side\x18\" \x01(\x05H \x88\x01\x01\x12\'\n\x1a\x63oncrete_durability_bucket\x18# \x01(\x05H!\x88\x01\x01\x12l\n\x14soil_definition_type\x18$ \x01(\x0e\x32I.dlubal.api.rfem.concrete_foundations.SingleFoundation.SoilDefinitionTypeH\"\x88\x01\x01\x12p\n\x16subsoil_condition_type\x18% \x01(\x0e\x32K.dlubal.api.rfem.concrete_foundations.SingleFoundation.SubsoilConditionTypeH#\x88\x01\x01\x12\x1e\n\x11soil_layer_bottom\x18& \x01(\x05H$\x88\x01\x01\x12\x1e\n\x11soil_layer_middle\x18\' \x01(\x05H%\x88\x01\x01\x12\x1b\n\x0esoil_layer_top\x18( \x01(\x05H&\x88\x01\x01\x12%\n\x18\x65\x61rth_covering_thickness\x18) \x01(\x01H\'\x88\x01\x01\x12 \n\x13groundwater_enabled\x18* \x01(\x08H(\x88\x01\x01\x12\x1e\n\x11groundwater_level\x18+ \x01(\x01H)\x88\x01\x01\x12o\n\x16\x61ngle_of_soil_friction\x18, \x01(\x0e\x32J.dlubal.api.rfem.concrete_foundations.SingleFoundation.AngleOfSoilFrictionH*\x88\x01\x01\x12o\n\x16\x61ngle_of_wall_friction\x18- \x01(\x0e\x32J.dlubal.api.rfem.concrete_foundations.SingleFoundation.AngleOfWallFrictionH+\x88\x01\x01\x12l\n\x0fsoil_parameters\x18. \x01(\x0b\x32N.dlubal.api.rfem.concrete_foundations.SingleFoundation.SoilParametersTreeTableH,\x88\x01\x01\x12\x16\n\tto_design\x18/ \x01(\x08H-\x88\x01\x01\x12\x16\n\x0eselected_nodes\x18\x30 \x03(\x05\x12\x17\n\x0fnodes_to_design\x18\x31 \x03(\x05\x12!\n\x19nodes_removed_from_design\x18\x32 \x03(\x05\x12#\n\x1bnot_valid_deactivated_nodes\x18\x33 \x03(\x05\x12 \n\x13\x61ll_nodes_to_design\x18\x34 \x01(\x08H.\x88\x01\x01\x12*\n\x1d\x63oncrete_design_configuration\x18\x35 \x01(\x05H/\x88\x01\x01\x12.\n!geotechnical_design_configuration\x18\x36 \x01(\x05H0\x88\x01\x01\x12\x15\n\x08\x62orehole\x18\x37 \x01(\x05H1\x88\x01\x01\x12q\n\x14\x62orehole_soil_layers\x18\x38 \x01(\x0b\x32N.dlubal.api.rfem.concrete_foundations.SingleFoundation.BoreholeSoilLayersTableH2\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x39 \x01(\x08H3\x88\x01\x01\x12\x19\n\x0cgenerated_by\x18: \x01(\tH4\x88\x01\x01\x12\x14\n\x07\x63omment\x18; \x01(\tH5\x88\x01\x01\x12!\n\x14id_for_export_import\x18< \x01(\tH6\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18= \x01(\tH7\x88\x01\x01\x1az\n\x17GeometryConfigTreeTable\x12_\n\x04rows\x18\x01 \x03(\x0b\x32Q.dlubal.api.rfem.concrete_foundations.SingleFoundation.GeometryConfigTreeTableRow\x1a\xad\x02\n\x1aGeometryConfigTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63\x61ption\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x06symbol\x18\x03 \x01(\tH\x02\x88\x01\x01\x12,\n\x05value\x18\x04 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12_\n\x04rows\x18\x06 \x03(\x0b\x32Q.dlubal.api.rfem.concrete_foundations.SingleFoundation.GeometryConfigTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1a\x8e\x01\n!PlateReinforcementConfigTreeTable\x12i\n\x04rows\x18\x01 \x03(\x0b\x32[.dlubal.api.rfem.concrete_foundations.SingleFoundation.PlateReinforcementConfigTreeTableRow\x1a\xc1\x02\n$PlateReinforcementConfigTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63\x61ption\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x06symbol\x18\x03 \x01(\tH\x02\x88\x01\x01\x12,\n\x05value\x18\x04 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12i\n\x04rows\x18\x06 \x03(\x0b\x32[.dlubal.api.rfem.concrete_foundations.SingleFoundation.PlateReinforcementConfigTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1a\x90\x01\n\"BucketReinforcementConfigTreeTable\x12j\n\x04rows\x18\x01 \x03(\x0b\x32\\.dlubal.api.rfem.concrete_foundations.SingleFoundation.BucketReinforcementConfigTreeTableRow\x1a\xc3\x02\n%BucketReinforcementConfigTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63\x61ption\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x06symbol\x18\x03 \x01(\tH\x02\x88\x01\x01\x12,\n\x05value\x18\x04 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12j\n\x04rows\x18\x06 \x03(\x0b\x32\\.dlubal.api.rfem.concrete_foundations.SingleFoundation.BucketReinforcementConfigTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1a\x9a\x01\n\'RoughBucketReinforcementConfigTreeTable\x12o\n\x04rows\x18\x01 \x03(\x0b\x32\x61.dlubal.api.rfem.concrete_foundations.SingleFoundation.RoughBucketReinforcementConfigTreeTableRow\x1a\xcd\x02\n*RoughBucketReinforcementConfigTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63\x61ption\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x06symbol\x18\x03 \x01(\tH\x02\x88\x01\x01\x12,\n\x05value\x18\x04 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12o\n\x04rows\x18\x06 \x03(\x0b\x32\x61.dlubal.api.rfem.concrete_foundations.SingleFoundation.RoughBucketReinforcementConfigTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1a\x8e\x01\n!BlockReinforcementConfigTreeTable\x12i\n\x04rows\x18\x01 \x03(\x0b\x32[.dlubal.api.rfem.concrete_foundations.SingleFoundation.BlockReinforcementConfigTreeTableRow\x1a\xc1\x02\n$BlockReinforcementConfigTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63\x61ption\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x06symbol\x18\x03 \x01(\tH\x02\x88\x01\x01\x12,\n\x05value\x18\x04 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12i\n\x04rows\x18\x06 \x03(\x0b\x32[.dlubal.api.rfem.concrete_foundations.SingleFoundation.BlockReinforcementConfigTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1az\n\x17SoilParametersTreeTable\x12_\n\x04rows\x18\x01 \x03(\x0b\x32Q.dlubal.api.rfem.concrete_foundations.SingleFoundation.SoilParametersTreeTableRow\x1a\xad\x02\n\x1aSoilParametersTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63\x61ption\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x06symbol\x18\x03 \x01(\tH\x02\x88\x01\x01\x12,\n\x05value\x18\x04 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12_\n\x04rows\x18\x06 \x03(\x0b\x32Q.dlubal.api.rfem.concrete_foundations.SingleFoundation.SoilParametersTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1au\n\x17\x42oreholeSoilLayersTable\x12Z\n\x04rows\x18\x01 \x03(\x0b\x32L.dlubal.api.rfem.concrete_foundations.SingleFoundation.BoreholeSoilLayersRow\x1a\xe1\x02\n\x15\x42oreholeSoilLayersRow\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\x08layer_no\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12\x1a\n\rsoil_material\x18\x04 \x01(\x05H\x03\x88\x01\x01\x12\x12\n\x05\x64\x65pth\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12%\n\x18\x62ottom_ordinate_below_gl\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12-\n bottom_ordinate_below_foundation\x18\x07 \x01(\x01H\x06\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0b\n\t_layer_noB\x10\n\x0e_soil_materialB\x08\n\x06_depthB\x1b\n\x19_bottom_ordinate_below_glB#\n!_bottom_ordinate_below_foundation\"\xf1\x03\n\x0e\x46oundationType\x12\x1b\n\x17\x46OUNDATION_TYPE_UNKNOWN\x10\x00\x12<\n8FOUNDATION_TYPE_BLOCK_FOUNDATION_WITH_ROUGH_BUCKET_SIDES\x10\x04\x12=\n9FOUNDATION_TYPE_BLOCK_FOUNDATION_WITH_SMOOTH_BUCKET_SIDES\x10\x03\x12=\n9FOUNDATION_TYPE_BUCKET_FOUNDATION_WITH_ROUGH_BUCKET_SIDES\x10\x06\x12>\n:FOUNDATION_TYPE_BUCKET_FOUNDATION_WITH_SMOOTH_BUCKET_SIDES\x10\x05\x12$\n FOUNDATION_TYPE_FOUNDATION_PLATE\x10\x01\x12:\n6FOUNDATION_TYPE_FOUNDATION_PLATE_WITHOUT_REINFORCEMENT\x10\x02\x12&\n\"FOUNDATION_TYPE_STEPPED_FOUNDATION\x10\x07\x12<\n8FOUNDATION_TYPE_STEPPED_FOUNDATION_WITHOUT_REINFORCEMENT\x10\x08\"w\n\x11ReinforcementType\x12&\n\"REINFORCEMENT_TYPE_MESH_AND_REBARS\x10\x00\x12\x1b\n\x17REINFORCEMENT_TYPE_MESH\x10\x01\x12\x1d\n\x19REINFORCEMENT_TYPE_REBARS\x10\x02\"\x85\x01\n\x16HorizontalStirrupsType\x12-\n)HORIZONTAL_STIRRUPS_TYPE_ENCLOSING_COLUMN\x10\x00\x12<\n8HORIZONTAL_STIRRUPS_TYPE_ENTIRELY_LOCATED_IN_BUCKET_WALL\x10\x01\"m\n\x12SoilDefinitionType\x12\'\n#SOIL_DEFINITION_TYPE_SINGLE_LAYERED\x10\x00\x12.\n*SOIL_DEFINITION_TYPE_MULTILAYERED_BOREHOLE\x10\x02\"`\n\x14SubsoilConditionType\x12\"\n\x1eSUBSOIL_CONDITION_TYPE_DRAINED\x10\x00\x12$\n SUBSOIL_CONDITION_TYPE_UNDRAINED\x10\x01\"\x88\x01\n\x13\x41ngleOfSoilFriction\x12;\n7ANGLE_OF_SOIL_FRICTION_CAST_IN_SITU_CONCRETE_FOUNDATION\x10\x00\x12\x34\n0ANGLE_OF_SOIL_FRICTION_SMOOTH_PRECAST_FOUNDATION\x10\x01\"\xb1\x01\n\x13\x41ngleOfWallFriction\x12\x35\n1ANGLE_OF_WALL_FRICTION_UNIMPROVED_FOUNDATION_WALL\x10\x00\x12\x30\n,ANGLE_OF_WALL_FRICTION_ROUGH_FOUNDATION_WALL\x10\x01\x12\x31\n-ANGLE_OF_WALL_FRICTION_SMOOTH_FOUNDATION_WALL\x10\x02\x42\x05\n\x03_noB\x12\n\x10_foundation_typeB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x11\n\x0f_plate_materialB\x12\n\x10_bucket_materialB\x1c\n\x1a_design_properties_enabledB\x12\n\x10_geometry_configB\x1d\n\x1b_plate_reinforcement_configB\x1e\n\x1c_bucket_reinforcement_configB$\n\"_rough_bucket_reinforcement_configB\x1d\n\x1b_block_reinforcement_configB\x19\n\x17_reinforcement_materialB\x15\n\x13_reinforcement_typeB,\n*_plate_reinforcement_automatically_enabledB\x1b\n\x19_horizontal_stirrups_typeB3\n1_bucket_block_reinforcement_automatically_enabledB&\n$_concrete_cover_user_defined_enabledB4\n2_concrete_cover_different_at_section_sides_enabledB\x11\n\x0f_concrete_coverB\x1d\n\x1b_concrete_cover_surface_topB \n\x1e_concrete_cover_surface_bottomB\x1e\n\x1c_concrete_cover_surface_sideB!\n\x1f_concrete_cover_bucket_or_blockB\x15\n\x13_concrete_cover_minB!\n\x1f_concrete_cover_min_surface_topB$\n\"_concrete_cover_min_surface_bottomB\"\n _concrete_cover_min_surface_sideB%\n#_concrete_cover_min_bucket_or_blockB\x16\n\x14_concrete_durabilityB\"\n _concrete_durability_surface_topB%\n#_concrete_durability_surface_bottomB#\n!_concrete_durability_surface_sideB\x1d\n\x1b_concrete_durability_bucketB\x17\n\x15_soil_definition_typeB\x19\n\x17_subsoil_condition_typeB\x14\n\x12_soil_layer_bottomB\x14\n\x12_soil_layer_middleB\x11\n\x0f_soil_layer_topB\x1b\n\x19_earth_covering_thicknessB\x16\n\x14_groundwater_enabledB\x14\n\x12_groundwater_levelB\x19\n\x17_angle_of_soil_frictionB\x19\n\x17_angle_of_wall_frictionB\x12\n\x10_soil_parametersB\x0c\n\n_to_designB\x16\n\x14_all_nodes_to_designB \n\x1e_concrete_design_configurationB$\n\"_geotechnical_design_configurationB\x0b\n\t_boreholeB\x17\n\x15_borehole_soil_layersB\x0f\n\r_is_generatedB\x0f\n\r_generated_byB\n\n\x08_commentB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
|
|
29
|
+
|
|
30
|
+
_globals = globals()
|
|
31
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
32
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.concrete_foundations.single_foundation_pb2', _globals)
|
|
33
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
|
+
DESCRIPTOR._loaded_options = None
|
|
35
|
+
_globals['_SINGLEFOUNDATION']._serialized_start=135
|
|
36
|
+
_globals['_SINGLEFOUNDATION']._serialized_end=9641
|
|
37
|
+
_globals['_SINGLEFOUNDATION_GEOMETRYCONFIGTREETABLE']._serialized_start=3561
|
|
38
|
+
_globals['_SINGLEFOUNDATION_GEOMETRYCONFIGTREETABLE']._serialized_end=3683
|
|
39
|
+
_globals['_SINGLEFOUNDATION_GEOMETRYCONFIGTREETABLEROW']._serialized_start=3686
|
|
40
|
+
_globals['_SINGLEFOUNDATION_GEOMETRYCONFIGTREETABLEROW']._serialized_end=3987
|
|
41
|
+
_globals['_SINGLEFOUNDATION_PLATEREINFORCEMENTCONFIGTREETABLE']._serialized_start=3990
|
|
42
|
+
_globals['_SINGLEFOUNDATION_PLATEREINFORCEMENTCONFIGTREETABLE']._serialized_end=4132
|
|
43
|
+
_globals['_SINGLEFOUNDATION_PLATEREINFORCEMENTCONFIGTREETABLEROW']._serialized_start=4135
|
|
44
|
+
_globals['_SINGLEFOUNDATION_PLATEREINFORCEMENTCONFIGTREETABLEROW']._serialized_end=4456
|
|
45
|
+
_globals['_SINGLEFOUNDATION_BUCKETREINFORCEMENTCONFIGTREETABLE']._serialized_start=4459
|
|
46
|
+
_globals['_SINGLEFOUNDATION_BUCKETREINFORCEMENTCONFIGTREETABLE']._serialized_end=4603
|
|
47
|
+
_globals['_SINGLEFOUNDATION_BUCKETREINFORCEMENTCONFIGTREETABLEROW']._serialized_start=4606
|
|
48
|
+
_globals['_SINGLEFOUNDATION_BUCKETREINFORCEMENTCONFIGTREETABLEROW']._serialized_end=4929
|
|
49
|
+
_globals['_SINGLEFOUNDATION_ROUGHBUCKETREINFORCEMENTCONFIGTREETABLE']._serialized_start=4932
|
|
50
|
+
_globals['_SINGLEFOUNDATION_ROUGHBUCKETREINFORCEMENTCONFIGTREETABLE']._serialized_end=5086
|
|
51
|
+
_globals['_SINGLEFOUNDATION_ROUGHBUCKETREINFORCEMENTCONFIGTREETABLEROW']._serialized_start=5089
|
|
52
|
+
_globals['_SINGLEFOUNDATION_ROUGHBUCKETREINFORCEMENTCONFIGTREETABLEROW']._serialized_end=5422
|
|
53
|
+
_globals['_SINGLEFOUNDATION_BLOCKREINFORCEMENTCONFIGTREETABLE']._serialized_start=5425
|
|
54
|
+
_globals['_SINGLEFOUNDATION_BLOCKREINFORCEMENTCONFIGTREETABLE']._serialized_end=5567
|
|
55
|
+
_globals['_SINGLEFOUNDATION_BLOCKREINFORCEMENTCONFIGTREETABLEROW']._serialized_start=5570
|
|
56
|
+
_globals['_SINGLEFOUNDATION_BLOCKREINFORCEMENTCONFIGTREETABLEROW']._serialized_end=5891
|
|
57
|
+
_globals['_SINGLEFOUNDATION_SOILPARAMETERSTREETABLE']._serialized_start=5893
|
|
58
|
+
_globals['_SINGLEFOUNDATION_SOILPARAMETERSTREETABLE']._serialized_end=6015
|
|
59
|
+
_globals['_SINGLEFOUNDATION_SOILPARAMETERSTREETABLEROW']._serialized_start=6018
|
|
60
|
+
_globals['_SINGLEFOUNDATION_SOILPARAMETERSTREETABLEROW']._serialized_end=6319
|
|
61
|
+
_globals['_SINGLEFOUNDATION_BOREHOLESOILLAYERSTABLE']._serialized_start=6321
|
|
62
|
+
_globals['_SINGLEFOUNDATION_BOREHOLESOILLAYERSTABLE']._serialized_end=6438
|
|
63
|
+
_globals['_SINGLEFOUNDATION_BOREHOLESOILLAYERSROW']._serialized_start=6441
|
|
64
|
+
_globals['_SINGLEFOUNDATION_BOREHOLESOILLAYERSROW']._serialized_end=6794
|
|
65
|
+
_globals['_SINGLEFOUNDATION_FOUNDATIONTYPE']._serialized_start=6797
|
|
66
|
+
_globals['_SINGLEFOUNDATION_FOUNDATIONTYPE']._serialized_end=7294
|
|
67
|
+
_globals['_SINGLEFOUNDATION_REINFORCEMENTTYPE']._serialized_start=7296
|
|
68
|
+
_globals['_SINGLEFOUNDATION_REINFORCEMENTTYPE']._serialized_end=7415
|
|
69
|
+
_globals['_SINGLEFOUNDATION_HORIZONTALSTIRRUPSTYPE']._serialized_start=7418
|
|
70
|
+
_globals['_SINGLEFOUNDATION_HORIZONTALSTIRRUPSTYPE']._serialized_end=7551
|
|
71
|
+
_globals['_SINGLEFOUNDATION_SOILDEFINITIONTYPE']._serialized_start=7553
|
|
72
|
+
_globals['_SINGLEFOUNDATION_SOILDEFINITIONTYPE']._serialized_end=7662
|
|
73
|
+
_globals['_SINGLEFOUNDATION_SUBSOILCONDITIONTYPE']._serialized_start=7664
|
|
74
|
+
_globals['_SINGLEFOUNDATION_SUBSOILCONDITIONTYPE']._serialized_end=7760
|
|
75
|
+
_globals['_SINGLEFOUNDATION_ANGLEOFSOILFRICTION']._serialized_start=7763
|
|
76
|
+
_globals['_SINGLEFOUNDATION_ANGLEOFSOILFRICTION']._serialized_end=7899
|
|
77
|
+
_globals['_SINGLEFOUNDATION_ANGLEOFWALLFRICTION']._serialized_start=7902
|
|
78
|
+
_globals['_SINGLEFOUNDATION_ANGLEOFWALLFRICTION']._serialized_end=8079
|
|
79
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from . import digital_twins
|
|
@@ -0,0 +1,47 @@
|
|
|
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/digital_twins/digital_twins/sensor.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/digital_twins/digital_twins/sensor.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from dlubal.api.common import common_pb2 as dlubal_dot_api_dot_common_dot_common__pb2
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8dlubal/api/rfem/digital_twins/digital_twins/sensor.proto\x12+dlubal.api.rfem.digital_twins.digital_twins\x1a\x1e\x64lubal/api/common/common.proto\"\xad\x11\n\x06Sensor\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12K\n\x04type\x18\x02 \x01(\x0e\x32\x38.dlubal.api.rfem.digital_twins.digital_twins.Sensor.TypeH\x01\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12\x11\n\x04name\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x36\n\x0csensor_point\x18\x05 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x04\x88\x01\x01\x12\x1b\n\x0esensor_point_x\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\x1b\n\x0esensor_point_y\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\x1b\n\x0esensor_point_z\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12/\n\x05point\x18\t \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x08\x88\x01\x01\x12\x14\n\x07point_x\x18\n \x01(\x01H\t\x88\x01\x01\x12\x14\n\x07point_y\x18\x0b \x01(\x01H\n\x88\x01\x01\x12\x14\n\x07point_z\x18\x0c \x01(\x01H\x0b\x88\x01\x01\x12\x11\n\x04node\x18\r \x01(\x05H\x0c\x88\x01\x01\x12`\n\x0cmeasurements\x18\x0e \x01(\x0b\x32\x45.dlubal.api.rfem.digital_twins.digital_twins.Sensor.MeasurementsTableH\r\x88\x01\x01\x12T\n\x06values\x18\x0f \x01(\x0b\x32?.dlubal.api.rfem.digital_twins.digital_twins.Sensor.ValuesTableH\x0e\x88\x01\x01\x12\x13\n\x06status\x18\x10 \x01(\tH\x0f\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x11 \x01(\x08H\x10\x88\x01\x01\x12#\n\x16generating_object_info\x18\x12 \x01(\tH\x11\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x13 \x01(\tH\x12\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x14 \x01(\tH\x13\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x15 \x01(\tH\x14\x88\x01\x01\x1a\x66\n\x11MeasurementsTable\x12Q\n\x04rows\x18\x01 \x03(\x0b\x32\x43.dlubal.api.rfem.digital_twins.digital_twins.Sensor.MeasurementsRow\x1a\xc7\x03\n\x0fMeasurementsRow\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\x1d\n\x10value_definition\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12\x12\n\x05value\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12\x13\n\x06status\x18\x06 \x01(\tH\x05\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x07 \x01(\tH\x06\x88\x01\x01\x12\x13\n\x06values\x18\x08 \x01(\tH\x07\x88\x01\x01\x12\x16\n\treference\x18\t \x01(\tH\x08\x88\x01\x01\x12\x17\n\ndeviations\x18\n \x01(\tH\t\x88\x01\x01\x12\x1c\n\x0frelative_values\x18\x0b \x01(\tH\n\x88\x01\x01\x12\x15\n\x08statuses\x18\x0c \x01(\tH\x0b\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x13\n\x11_value_definitionB\x08\n\x06_valueB\x07\n\x05_unitB\t\n\x07_statusB\n\n\x08_commentB\t\n\x07_valuesB\x0c\n\n_referenceB\r\n\x0b_deviationsB\x12\n\x10_relative_valuesB\x0b\n\t_statuses\x1aZ\n\x0bValuesTable\x12K\n\x04rows\x18\x01 \x03(\x0b\x32=.dlubal.api.rfem.digital_twins.digital_twins.Sensor.ValuesRow\x1a\xad\x02\n\tValuesRow\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\x16\n\treference\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12\x14\n\x07value_x\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x14\n\x07value_y\x18\x05 \x01(\tH\x04\x88\x01\x01\x12\x1b\n\x0erelative_value\x18\x06 \x01(\tH\x05\x88\x01\x01\x12\x16\n\tdeviation\x18\x07 \x01(\tH\x06\x88\x01\x01\x12\x13\n\x06status\x18\x08 \x01(\tH\x07\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0c\n\n_referenceB\n\n\x08_value_xB\n\n\x08_value_yB\x11\n\x0f_relative_valueB\x0c\n\n_deviationB\t\n\x07_status\"y\n\x04Type\x12\x10\n\x0cTYPE_UNKNOWN\x10\x00\x12\r\n\tTYPE_LINE\x10\x03\x12\x0f\n\x0bTYPE_MEMBER\x10\x04\x12\r\n\tTYPE_NODE\x10\x02\x12\x0e\n\nTYPE_POINT\x10\x01\x12\x0e\n\nTYPE_SOLID\x10\x06\x12\x10\n\x0cTYPE_SURFACE\x10\x05\x42\x05\n\x03_noB\x07\n\x05_typeB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x0f\n\r_sensor_pointB\x11\n\x0f_sensor_point_xB\x11\n\x0f_sensor_point_yB\x11\n\x0f_sensor_point_zB\x08\n\x06_pointB\n\n\x08_point_xB\n\n\x08_point_yB\n\n\x08_point_zB\x07\n\x05_nodeB\x0f\n\r_measurementsB\t\n\x07_valuesB\t\n\x07_statusB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\n\n\x08_commentB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
|
|
29
|
+
|
|
30
|
+
_globals = globals()
|
|
31
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
32
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.digital_twins.digital_twins.sensor_pb2', _globals)
|
|
33
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
|
+
DESCRIPTOR._loaded_options = None
|
|
35
|
+
_globals['_SENSOR']._serialized_start=138
|
|
36
|
+
_globals['_SENSOR']._serialized_end=2359
|
|
37
|
+
_globals['_SENSOR_MEASUREMENTSTABLE']._serialized_start=945
|
|
38
|
+
_globals['_SENSOR_MEASUREMENTSTABLE']._serialized_end=1047
|
|
39
|
+
_globals['_SENSOR_MEASUREMENTSROW']._serialized_start=1050
|
|
40
|
+
_globals['_SENSOR_MEASUREMENTSROW']._serialized_end=1505
|
|
41
|
+
_globals['_SENSOR_VALUESTABLE']._serialized_start=1507
|
|
42
|
+
_globals['_SENSOR_VALUESTABLE']._serialized_end=1597
|
|
43
|
+
_globals['_SENSOR_VALUESROW']._serialized_start=1600
|
|
44
|
+
_globals['_SENSOR_VALUESROW']._serialized_end=1901
|
|
45
|
+
_globals['_SENSOR_TYPE']._serialized_start=1903
|
|
46
|
+
_globals['_SENSOR_TYPE']._serialized_end=2024
|
|
47
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
from dlubal.api.common import common_pb2 as _common_pb2
|
|
2
|
+
from google.protobuf.internal import containers as _containers
|
|
3
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
|
4
|
+
from google.protobuf import descriptor as _descriptor
|
|
5
|
+
from google.protobuf import message as _message
|
|
6
|
+
from typing import ClassVar as _ClassVar, Iterable as _Iterable, Mapping as _Mapping, Optional as _Optional, Union as _Union
|
|
7
|
+
|
|
8
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
9
|
+
|
|
10
|
+
class Sensor(_message.Message):
|
|
11
|
+
__slots__ = ("no", "type", "user_defined_name_enabled", "name", "sensor_point", "sensor_point_x", "sensor_point_y", "sensor_point_z", "point", "point_x", "point_y", "point_z", "node", "measurements", "values", "status", "is_generated", "generating_object_info", "comment", "id_for_export_import", "metadata_for_export_import")
|
|
12
|
+
class Type(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
13
|
+
__slots__ = ()
|
|
14
|
+
TYPE_UNKNOWN: _ClassVar[Sensor.Type]
|
|
15
|
+
TYPE_LINE: _ClassVar[Sensor.Type]
|
|
16
|
+
TYPE_MEMBER: _ClassVar[Sensor.Type]
|
|
17
|
+
TYPE_NODE: _ClassVar[Sensor.Type]
|
|
18
|
+
TYPE_POINT: _ClassVar[Sensor.Type]
|
|
19
|
+
TYPE_SOLID: _ClassVar[Sensor.Type]
|
|
20
|
+
TYPE_SURFACE: _ClassVar[Sensor.Type]
|
|
21
|
+
TYPE_UNKNOWN: Sensor.Type
|
|
22
|
+
TYPE_LINE: Sensor.Type
|
|
23
|
+
TYPE_MEMBER: Sensor.Type
|
|
24
|
+
TYPE_NODE: Sensor.Type
|
|
25
|
+
TYPE_POINT: Sensor.Type
|
|
26
|
+
TYPE_SOLID: Sensor.Type
|
|
27
|
+
TYPE_SURFACE: Sensor.Type
|
|
28
|
+
class MeasurementsTable(_message.Message):
|
|
29
|
+
__slots__ = ("rows",)
|
|
30
|
+
ROWS_FIELD_NUMBER: _ClassVar[int]
|
|
31
|
+
rows: _containers.RepeatedCompositeFieldContainer[Sensor.MeasurementsRow]
|
|
32
|
+
def __init__(self, rows: _Optional[_Iterable[_Union[Sensor.MeasurementsRow, _Mapping]]] = ...) -> None: ...
|
|
33
|
+
class MeasurementsRow(_message.Message):
|
|
34
|
+
__slots__ = ("no", "description", "value_definition", "value", "unit", "status", "comment", "values", "reference", "deviations", "relative_values", "statuses")
|
|
35
|
+
NO_FIELD_NUMBER: _ClassVar[int]
|
|
36
|
+
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
37
|
+
VALUE_DEFINITION_FIELD_NUMBER: _ClassVar[int]
|
|
38
|
+
VALUE_FIELD_NUMBER: _ClassVar[int]
|
|
39
|
+
UNIT_FIELD_NUMBER: _ClassVar[int]
|
|
40
|
+
STATUS_FIELD_NUMBER: _ClassVar[int]
|
|
41
|
+
COMMENT_FIELD_NUMBER: _ClassVar[int]
|
|
42
|
+
VALUES_FIELD_NUMBER: _ClassVar[int]
|
|
43
|
+
REFERENCE_FIELD_NUMBER: _ClassVar[int]
|
|
44
|
+
DEVIATIONS_FIELD_NUMBER: _ClassVar[int]
|
|
45
|
+
RELATIVE_VALUES_FIELD_NUMBER: _ClassVar[int]
|
|
46
|
+
STATUSES_FIELD_NUMBER: _ClassVar[int]
|
|
47
|
+
no: int
|
|
48
|
+
description: str
|
|
49
|
+
value_definition: int
|
|
50
|
+
value: str
|
|
51
|
+
unit: str
|
|
52
|
+
status: str
|
|
53
|
+
comment: str
|
|
54
|
+
values: str
|
|
55
|
+
reference: str
|
|
56
|
+
deviations: str
|
|
57
|
+
relative_values: str
|
|
58
|
+
statuses: str
|
|
59
|
+
def __init__(self, no: _Optional[int] = ..., description: _Optional[str] = ..., value_definition: _Optional[int] = ..., value: _Optional[str] = ..., unit: _Optional[str] = ..., status: _Optional[str] = ..., comment: _Optional[str] = ..., values: _Optional[str] = ..., reference: _Optional[str] = ..., deviations: _Optional[str] = ..., relative_values: _Optional[str] = ..., statuses: _Optional[str] = ...) -> None: ...
|
|
60
|
+
class ValuesTable(_message.Message):
|
|
61
|
+
__slots__ = ("rows",)
|
|
62
|
+
ROWS_FIELD_NUMBER: _ClassVar[int]
|
|
63
|
+
rows: _containers.RepeatedCompositeFieldContainer[Sensor.ValuesRow]
|
|
64
|
+
def __init__(self, rows: _Optional[_Iterable[_Union[Sensor.ValuesRow, _Mapping]]] = ...) -> None: ...
|
|
65
|
+
class ValuesRow(_message.Message):
|
|
66
|
+
__slots__ = ("no", "description", "reference", "value_x", "value_y", "relative_value", "deviation", "status")
|
|
67
|
+
NO_FIELD_NUMBER: _ClassVar[int]
|
|
68
|
+
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
69
|
+
REFERENCE_FIELD_NUMBER: _ClassVar[int]
|
|
70
|
+
VALUE_X_FIELD_NUMBER: _ClassVar[int]
|
|
71
|
+
VALUE_Y_FIELD_NUMBER: _ClassVar[int]
|
|
72
|
+
RELATIVE_VALUE_FIELD_NUMBER: _ClassVar[int]
|
|
73
|
+
DEVIATION_FIELD_NUMBER: _ClassVar[int]
|
|
74
|
+
STATUS_FIELD_NUMBER: _ClassVar[int]
|
|
75
|
+
no: int
|
|
76
|
+
description: str
|
|
77
|
+
reference: bool
|
|
78
|
+
value_x: str
|
|
79
|
+
value_y: str
|
|
80
|
+
relative_value: str
|
|
81
|
+
deviation: str
|
|
82
|
+
status: str
|
|
83
|
+
def __init__(self, no: _Optional[int] = ..., description: _Optional[str] = ..., reference: bool = ..., value_x: _Optional[str] = ..., value_y: _Optional[str] = ..., relative_value: _Optional[str] = ..., deviation: _Optional[str] = ..., status: _Optional[str] = ...) -> None: ...
|
|
84
|
+
NO_FIELD_NUMBER: _ClassVar[int]
|
|
85
|
+
TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
86
|
+
USER_DEFINED_NAME_ENABLED_FIELD_NUMBER: _ClassVar[int]
|
|
87
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
|
88
|
+
SENSOR_POINT_FIELD_NUMBER: _ClassVar[int]
|
|
89
|
+
SENSOR_POINT_X_FIELD_NUMBER: _ClassVar[int]
|
|
90
|
+
SENSOR_POINT_Y_FIELD_NUMBER: _ClassVar[int]
|
|
91
|
+
SENSOR_POINT_Z_FIELD_NUMBER: _ClassVar[int]
|
|
92
|
+
POINT_FIELD_NUMBER: _ClassVar[int]
|
|
93
|
+
POINT_X_FIELD_NUMBER: _ClassVar[int]
|
|
94
|
+
POINT_Y_FIELD_NUMBER: _ClassVar[int]
|
|
95
|
+
POINT_Z_FIELD_NUMBER: _ClassVar[int]
|
|
96
|
+
NODE_FIELD_NUMBER: _ClassVar[int]
|
|
97
|
+
MEASUREMENTS_FIELD_NUMBER: _ClassVar[int]
|
|
98
|
+
VALUES_FIELD_NUMBER: _ClassVar[int]
|
|
99
|
+
STATUS_FIELD_NUMBER: _ClassVar[int]
|
|
100
|
+
IS_GENERATED_FIELD_NUMBER: _ClassVar[int]
|
|
101
|
+
GENERATING_OBJECT_INFO_FIELD_NUMBER: _ClassVar[int]
|
|
102
|
+
COMMENT_FIELD_NUMBER: _ClassVar[int]
|
|
103
|
+
ID_FOR_EXPORT_IMPORT_FIELD_NUMBER: _ClassVar[int]
|
|
104
|
+
METADATA_FOR_EXPORT_IMPORT_FIELD_NUMBER: _ClassVar[int]
|
|
105
|
+
no: int
|
|
106
|
+
type: Sensor.Type
|
|
107
|
+
user_defined_name_enabled: bool
|
|
108
|
+
name: str
|
|
109
|
+
sensor_point: _common_pb2.Vector3d
|
|
110
|
+
sensor_point_x: float
|
|
111
|
+
sensor_point_y: float
|
|
112
|
+
sensor_point_z: float
|
|
113
|
+
point: _common_pb2.Vector3d
|
|
114
|
+
point_x: float
|
|
115
|
+
point_y: float
|
|
116
|
+
point_z: float
|
|
117
|
+
node: int
|
|
118
|
+
measurements: Sensor.MeasurementsTable
|
|
119
|
+
values: Sensor.ValuesTable
|
|
120
|
+
status: str
|
|
121
|
+
is_generated: bool
|
|
122
|
+
generating_object_info: str
|
|
123
|
+
comment: str
|
|
124
|
+
id_for_export_import: str
|
|
125
|
+
metadata_for_export_import: str
|
|
126
|
+
def __init__(self, no: _Optional[int] = ..., type: _Optional[_Union[Sensor.Type, str]] = ..., user_defined_name_enabled: bool = ..., name: _Optional[str] = ..., sensor_point: _Optional[_Union[_common_pb2.Vector3d, _Mapping]] = ..., sensor_point_x: _Optional[float] = ..., sensor_point_y: _Optional[float] = ..., sensor_point_z: _Optional[float] = ..., point: _Optional[_Union[_common_pb2.Vector3d, _Mapping]] = ..., point_x: _Optional[float] = ..., point_y: _Optional[float] = ..., point_z: _Optional[float] = ..., node: _Optional[int] = ..., measurements: _Optional[_Union[Sensor.MeasurementsTable, _Mapping]] = ..., values: _Optional[_Union[Sensor.ValuesTable, _Mapping]] = ..., status: _Optional[str] = ..., is_generated: bool = ..., generating_object_info: _Optional[str] = ..., comment: _Optional[str] = ..., id_for_export_import: _Optional[str] = ..., metadata_for_export_import: _Optional[str] = ...) -> None: ...
|
|
@@ -0,0 +1,44 @@
|
|
|
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/digital_twins/digital_twins/sensor_value_definition.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/digital_twins/digital_twins/sensor_value_definition.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'\nIdlubal/api/rfem/digital_twins/digital_twins/sensor_value_definition.proto\x12+dlubal.api.rfem.digital_twins.digital_twins\"\xc6\x10\n\x15SensorValueDefinition\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12Z\n\x04type\x18\x02 \x01(\x0e\x32G.dlubal.api.rfem.digital_twins.digital_twins.SensorValueDefinition.TypeH\x01\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12\x11\n\x04name\x18\x04 \x01(\tH\x03\x88\x01\x01\x12h\n\x0cvalue_type_x\x18\x05 \x01(\x0e\x32M.dlubal.api.rfem.digital_twins.digital_twins.SensorValueDefinition.ValueTypeXH\x04\x88\x01\x01\x12\x14\n\x07value_x\x18\x06 \x01(\tH\x05\x88\x01\x01\x12\x15\n\x08symbol_x\x18\x07 \x01(\tH\x06\x88\x01\x01\x12\x1c\n\x0fvariable_name_x\x18\x08 \x01(\tH\x07\x88\x01\x01\x12\x13\n\x06unit_x\x18\t \x01(\tH\x08\x88\x01\x01\x12\x1d\n\x10\x64\x65\x63imal_places_x\x18\n \x01(\x05H\t\x88\x01\x01\x12h\n\x0cvalue_type_y\x18\x0b \x01(\x0e\x32M.dlubal.api.rfem.digital_twins.digital_twins.SensorValueDefinition.ValueTypeYH\n\x88\x01\x01\x12\x14\n\x07value_y\x18\x0c \x01(\tH\x0b\x88\x01\x01\x12\x15\n\x08symbol_y\x18\r \x01(\tH\x0c\x88\x01\x01\x12\x1c\n\x0fvariable_name_y\x18\x0e \x01(\tH\r\x88\x01\x01\x12\x13\n\x06unit_y\x18\x0f \x01(\tH\x0e\x88\x01\x01\x12\x1d\n\x10\x64\x65\x63imal_places_y\x18\x10 \x01(\x05H\x0f\x88\x01\x01\x12\x1a\n\rwarning_limit\x18\x11 \x01(\tH\x10\x88\x01\x01\x12\x18\n\x0b\x61larm_limit\x18\x12 \x01(\tH\x11\x88\x01\x01\x12\x1c\n\x0funit_for_limits\x18\x13 \x01(\tH\x12\x88\x01\x01\x12&\n\x19\x64\x65\x63imal_places_for_limits\x18\x14 \x01(\x05H\x13\x88\x01\x01\x12\x9b\x01\n\'determination_of_sensor_status_based_on\x18\x15 \x01(\x0e\x32\x65.dlubal.api.rfem.digital_twins.digital_twins.SensorValueDefinition.DeterminationOfSensorStatusBasedOnH\x14\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x16 \x01(\x08H\x15\x88\x01\x01\x12#\n\x16generating_object_info\x18\x17 \x01(\tH\x16\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x18 \x01(\tH\x17\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x19 \x01(\tH\x18\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x1a \x01(\tH\x19\x88\x01\x01\"V\n\x04Type\x12\x10\n\x0cTYPE_UNKNOWN\x10\x00\x12\x1e\n\x1aTYPE_USER_DEFINED_FUNCTION\x10\x02\x12\x1c\n\x18TYPE_USER_DEFINED_SINGLE\x10\x01\"p\n\nValueTypeX\x12\x17\n\x13VALUE_TYPE_X_DOUBLE\x10\x00\x12\x15\n\x11VALUE_TYPE_X_DATE\x10\x02\x12\x19\n\x15VALUE_TYPE_X_DATETIME\x10\x01\x12\x17\n\x13VALUE_TYPE_X_STRING\x10\x03\"p\n\nValueTypeY\x12\x17\n\x13VALUE_TYPE_Y_DOUBLE\x10\x00\x12\x15\n\x11VALUE_TYPE_Y_DATE\x10\x02\x12\x19\n\x15VALUE_TYPE_Y_DATETIME\x10\x01\x12\x17\n\x13VALUE_TYPE_Y_STRING\x10\x03\"\xd7\x01\n\"DeterminationOfSensorStatusBasedOn\x12?\n;DETERMINATION_OF_SENSOR_STATUS_BASED_ON_MOST_CRITICAL_VALUE\x10\x00\x12\x36\n2DETERMINATION_OF_SENSOR_STATUS_BASED_ON_COMPARISON\x10\x02\x12\x38\n4DETERMINATION_OF_SENSOR_STATUS_BASED_ON_LATEST_VALUE\x10\x01\x42\x05\n\x03_noB\x07\n\x05_typeB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x0f\n\r_value_type_xB\n\n\x08_value_xB\x0b\n\t_symbol_xB\x12\n\x10_variable_name_xB\t\n\x07_unit_xB\x13\n\x11_decimal_places_xB\x0f\n\r_value_type_yB\n\n\x08_value_yB\x0b\n\t_symbol_yB\x12\n\x10_variable_name_yB\t\n\x07_unit_yB\x13\n\x11_decimal_places_yB\x10\n\x0e_warning_limitB\x0e\n\x0c_alarm_limitB\x12\n\x10_unit_for_limitsB\x1c\n\x1a_decimal_places_for_limitsB*\n(_determination_of_sensor_status_based_onB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\n\n\x08_commentB\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.digital_twins.digital_twins.sensor_value_definition_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
DESCRIPTOR._loaded_options = None
|
|
34
|
+
_globals['_SENSORVALUEDEFINITION']._serialized_start=123
|
|
35
|
+
_globals['_SENSORVALUEDEFINITION']._serialized_end=2241
|
|
36
|
+
_globals['_SENSORVALUEDEFINITION_TYPE']._serialized_start=1226
|
|
37
|
+
_globals['_SENSORVALUEDEFINITION_TYPE']._serialized_end=1312
|
|
38
|
+
_globals['_SENSORVALUEDEFINITION_VALUETYPEX']._serialized_start=1314
|
|
39
|
+
_globals['_SENSORVALUEDEFINITION_VALUETYPEX']._serialized_end=1426
|
|
40
|
+
_globals['_SENSORVALUEDEFINITION_VALUETYPEY']._serialized_start=1428
|
|
41
|
+
_globals['_SENSORVALUEDEFINITION_VALUETYPEY']._serialized_end=1540
|
|
42
|
+
_globals['_SENSORVALUEDEFINITION_DETERMINATIONOFSENSORSTATUSBASEDON']._serialized_start=1543
|
|
43
|
+
_globals['_SENSORVALUEDEFINITION_DETERMINATIONOFSENSORSTATUSBASEDON']._serialized_end=1758
|
|
44
|
+
# @@protoc_insertion_point(module_scope)
|