dlubal.api 2.12.2__py3-none-any.whl → 2.12.4__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 +12 -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 +75 -0
- dlubal/api/rfem/{types_for_foundations → concrete_foundations}/single_foundation_pb2.pyi +2 -26
- 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/global_parameters/global_parameter_pb2.py +1 -1
- 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/{types_for_concrete_design → reinforcement}/punching_reinforcement_pb2.pyi +36 -2
- 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/material_pb2.py +114 -110
- dlubal/api/rfem/structure_core/material_pb2.pyi +22 -2
- 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/rsection/global_parameters/global_parameter_pb2.py +1 -1
- dlubal/api/rsection/structure_core/material_pb2.py +80 -76
- dlubal/api/rsection/structure_core/material_pb2.pyi +22 -2
- 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 +12 -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/rstab/concrete_foundations/single_foundation_pb2.py +75 -0
- dlubal/api/rstab/{types_for_foundations → concrete_foundations}/single_foundation_pb2.pyi +2 -26
- 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/global_parameters/global_parameter_pb2.py +1 -1
- 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/material_pb2.py +82 -78
- dlubal/api/rstab/structure_core/material_pb2.pyi +22 -2
- 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.4.dist-info}/METADATA +2 -2
- {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.4.dist-info}/RECORD +160 -148
- 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_foundations/single_foundation_pb2.py +0 -79
- 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_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}/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_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.4.dist-info}/WHEEL +0 -0
- {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.4.dist-info}/top_level.txt +0 -0
|
@@ -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)
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
|
2
|
+
from google.protobuf import descriptor as _descriptor
|
|
3
|
+
from google.protobuf import message as _message
|
|
4
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
5
|
+
|
|
6
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
7
|
+
|
|
8
|
+
class SensorValueDefinition(_message.Message):
|
|
9
|
+
__slots__ = ("no", "type", "user_defined_name_enabled", "name", "value_type_x", "value_x", "symbol_x", "variable_name_x", "unit_x", "decimal_places_x", "value_type_y", "value_y", "symbol_y", "variable_name_y", "unit_y", "decimal_places_y", "warning_limit", "alarm_limit", "unit_for_limits", "decimal_places_for_limits", "determination_of_sensor_status_based_on", "is_generated", "generating_object_info", "comment", "id_for_export_import", "metadata_for_export_import")
|
|
10
|
+
class Type(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
11
|
+
__slots__ = ()
|
|
12
|
+
TYPE_UNKNOWN: _ClassVar[SensorValueDefinition.Type]
|
|
13
|
+
TYPE_USER_DEFINED_FUNCTION: _ClassVar[SensorValueDefinition.Type]
|
|
14
|
+
TYPE_USER_DEFINED_SINGLE: _ClassVar[SensorValueDefinition.Type]
|
|
15
|
+
TYPE_UNKNOWN: SensorValueDefinition.Type
|
|
16
|
+
TYPE_USER_DEFINED_FUNCTION: SensorValueDefinition.Type
|
|
17
|
+
TYPE_USER_DEFINED_SINGLE: SensorValueDefinition.Type
|
|
18
|
+
class ValueTypeX(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
19
|
+
__slots__ = ()
|
|
20
|
+
VALUE_TYPE_X_DOUBLE: _ClassVar[SensorValueDefinition.ValueTypeX]
|
|
21
|
+
VALUE_TYPE_X_DATE: _ClassVar[SensorValueDefinition.ValueTypeX]
|
|
22
|
+
VALUE_TYPE_X_DATETIME: _ClassVar[SensorValueDefinition.ValueTypeX]
|
|
23
|
+
VALUE_TYPE_X_STRING: _ClassVar[SensorValueDefinition.ValueTypeX]
|
|
24
|
+
VALUE_TYPE_X_DOUBLE: SensorValueDefinition.ValueTypeX
|
|
25
|
+
VALUE_TYPE_X_DATE: SensorValueDefinition.ValueTypeX
|
|
26
|
+
VALUE_TYPE_X_DATETIME: SensorValueDefinition.ValueTypeX
|
|
27
|
+
VALUE_TYPE_X_STRING: SensorValueDefinition.ValueTypeX
|
|
28
|
+
class ValueTypeY(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
29
|
+
__slots__ = ()
|
|
30
|
+
VALUE_TYPE_Y_DOUBLE: _ClassVar[SensorValueDefinition.ValueTypeY]
|
|
31
|
+
VALUE_TYPE_Y_DATE: _ClassVar[SensorValueDefinition.ValueTypeY]
|
|
32
|
+
VALUE_TYPE_Y_DATETIME: _ClassVar[SensorValueDefinition.ValueTypeY]
|
|
33
|
+
VALUE_TYPE_Y_STRING: _ClassVar[SensorValueDefinition.ValueTypeY]
|
|
34
|
+
VALUE_TYPE_Y_DOUBLE: SensorValueDefinition.ValueTypeY
|
|
35
|
+
VALUE_TYPE_Y_DATE: SensorValueDefinition.ValueTypeY
|
|
36
|
+
VALUE_TYPE_Y_DATETIME: SensorValueDefinition.ValueTypeY
|
|
37
|
+
VALUE_TYPE_Y_STRING: SensorValueDefinition.ValueTypeY
|
|
38
|
+
class DeterminationOfSensorStatusBasedOn(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
39
|
+
__slots__ = ()
|
|
40
|
+
DETERMINATION_OF_SENSOR_STATUS_BASED_ON_MOST_CRITICAL_VALUE: _ClassVar[SensorValueDefinition.DeterminationOfSensorStatusBasedOn]
|
|
41
|
+
DETERMINATION_OF_SENSOR_STATUS_BASED_ON_COMPARISON: _ClassVar[SensorValueDefinition.DeterminationOfSensorStatusBasedOn]
|
|
42
|
+
DETERMINATION_OF_SENSOR_STATUS_BASED_ON_LATEST_VALUE: _ClassVar[SensorValueDefinition.DeterminationOfSensorStatusBasedOn]
|
|
43
|
+
DETERMINATION_OF_SENSOR_STATUS_BASED_ON_MOST_CRITICAL_VALUE: SensorValueDefinition.DeterminationOfSensorStatusBasedOn
|
|
44
|
+
DETERMINATION_OF_SENSOR_STATUS_BASED_ON_COMPARISON: SensorValueDefinition.DeterminationOfSensorStatusBasedOn
|
|
45
|
+
DETERMINATION_OF_SENSOR_STATUS_BASED_ON_LATEST_VALUE: SensorValueDefinition.DeterminationOfSensorStatusBasedOn
|
|
46
|
+
NO_FIELD_NUMBER: _ClassVar[int]
|
|
47
|
+
TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
48
|
+
USER_DEFINED_NAME_ENABLED_FIELD_NUMBER: _ClassVar[int]
|
|
49
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
|
50
|
+
VALUE_TYPE_X_FIELD_NUMBER: _ClassVar[int]
|
|
51
|
+
VALUE_X_FIELD_NUMBER: _ClassVar[int]
|
|
52
|
+
SYMBOL_X_FIELD_NUMBER: _ClassVar[int]
|
|
53
|
+
VARIABLE_NAME_X_FIELD_NUMBER: _ClassVar[int]
|
|
54
|
+
UNIT_X_FIELD_NUMBER: _ClassVar[int]
|
|
55
|
+
DECIMAL_PLACES_X_FIELD_NUMBER: _ClassVar[int]
|
|
56
|
+
VALUE_TYPE_Y_FIELD_NUMBER: _ClassVar[int]
|
|
57
|
+
VALUE_Y_FIELD_NUMBER: _ClassVar[int]
|
|
58
|
+
SYMBOL_Y_FIELD_NUMBER: _ClassVar[int]
|
|
59
|
+
VARIABLE_NAME_Y_FIELD_NUMBER: _ClassVar[int]
|
|
60
|
+
UNIT_Y_FIELD_NUMBER: _ClassVar[int]
|
|
61
|
+
DECIMAL_PLACES_Y_FIELD_NUMBER: _ClassVar[int]
|
|
62
|
+
WARNING_LIMIT_FIELD_NUMBER: _ClassVar[int]
|
|
63
|
+
ALARM_LIMIT_FIELD_NUMBER: _ClassVar[int]
|
|
64
|
+
UNIT_FOR_LIMITS_FIELD_NUMBER: _ClassVar[int]
|
|
65
|
+
DECIMAL_PLACES_FOR_LIMITS_FIELD_NUMBER: _ClassVar[int]
|
|
66
|
+
DETERMINATION_OF_SENSOR_STATUS_BASED_ON_FIELD_NUMBER: _ClassVar[int]
|
|
67
|
+
IS_GENERATED_FIELD_NUMBER: _ClassVar[int]
|
|
68
|
+
GENERATING_OBJECT_INFO_FIELD_NUMBER: _ClassVar[int]
|
|
69
|
+
COMMENT_FIELD_NUMBER: _ClassVar[int]
|
|
70
|
+
ID_FOR_EXPORT_IMPORT_FIELD_NUMBER: _ClassVar[int]
|
|
71
|
+
METADATA_FOR_EXPORT_IMPORT_FIELD_NUMBER: _ClassVar[int]
|
|
72
|
+
no: int
|
|
73
|
+
type: SensorValueDefinition.Type
|
|
74
|
+
user_defined_name_enabled: bool
|
|
75
|
+
name: str
|
|
76
|
+
value_type_x: SensorValueDefinition.ValueTypeX
|
|
77
|
+
value_x: str
|
|
78
|
+
symbol_x: str
|
|
79
|
+
variable_name_x: str
|
|
80
|
+
unit_x: str
|
|
81
|
+
decimal_places_x: int
|
|
82
|
+
value_type_y: SensorValueDefinition.ValueTypeY
|
|
83
|
+
value_y: str
|
|
84
|
+
symbol_y: str
|
|
85
|
+
variable_name_y: str
|
|
86
|
+
unit_y: str
|
|
87
|
+
decimal_places_y: int
|
|
88
|
+
warning_limit: str
|
|
89
|
+
alarm_limit: str
|
|
90
|
+
unit_for_limits: str
|
|
91
|
+
decimal_places_for_limits: int
|
|
92
|
+
determination_of_sensor_status_based_on: SensorValueDefinition.DeterminationOfSensorStatusBasedOn
|
|
93
|
+
is_generated: bool
|
|
94
|
+
generating_object_info: str
|
|
95
|
+
comment: str
|
|
96
|
+
id_for_export_import: str
|
|
97
|
+
metadata_for_export_import: str
|
|
98
|
+
def __init__(self, no: _Optional[int] = ..., type: _Optional[_Union[SensorValueDefinition.Type, str]] = ..., user_defined_name_enabled: bool = ..., name: _Optional[str] = ..., value_type_x: _Optional[_Union[SensorValueDefinition.ValueTypeX, str]] = ..., value_x: _Optional[str] = ..., symbol_x: _Optional[str] = ..., variable_name_x: _Optional[str] = ..., unit_x: _Optional[str] = ..., decimal_places_x: _Optional[int] = ..., value_type_y: _Optional[_Union[SensorValueDefinition.ValueTypeY, str]] = ..., value_y: _Optional[str] = ..., symbol_y: _Optional[str] = ..., variable_name_y: _Optional[str] = ..., unit_y: _Optional[str] = ..., decimal_places_y: _Optional[int] = ..., warning_limit: _Optional[str] = ..., alarm_limit: _Optional[str] = ..., unit_for_limits: _Optional[str] = ..., decimal_places_for_limits: _Optional[int] = ..., determination_of_sensor_status_based_on: _Optional[_Union[SensorValueDefinition.DeterminationOfSensorStatusBasedOn, 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,91 @@
|
|
|
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/glass_design/glass_composition_model.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/glass_design/glass_composition_model.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/glass_design/glass_composition_model.proto\x12\x1c\x64lubal.api.rfem.glass_design\x1a\x1e\x64lubal/api/common/common.proto\"\xb9[\n\x15GlassCompositionModel\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\x10\n\x08surfaces\x18\x04 \x03(\x05\x12\x16\n\tto_design\x18\x05 \x01(\x08H\x03\x88\x01\x01\x12?\n2display_stiffness_matrix_for_uncoupled_and_coupled\x18\x06 \x01(\x08H\x04\x88\x01\x01\x12\x62\n\x10\x63\x61lculation_type\x18\x07 \x01(\x0e\x32\x43.dlubal.api.rfem.glass_design.GlassCompositionModel.CalculationTypeH\x05\x88\x01\x01\x12\\\n\rmodeling_type\x18\x08 \x01(\x0e\x32@.dlubal.api.rfem.glass_design.GlassCompositionModel.ModelingTypeH\x06\x88\x01\x01\x12z\n\x1dshear_coupling_between_layers\x18\t \x01(\x0e\x32N.dlubal.api.rfem.glass_design.GlassCompositionModel.ShearCouplingBetweenLayersH\x07\x88\x01\x01\x12\x8f\x01\n#stiffness_matrix_elements_uncoupled\x18\n \x01(\x0b\x32].dlubal.api.rfem.glass_design.GlassCompositionModel.StiffnessMatrixElementsUncoupledTreeTableH\x08\x88\x01\x01\x12\x1a\n\runcoupled_D11\x18\x0b \x01(\x01H\t\x88\x01\x01\x12\x1a\n\runcoupled_D12\x18\x0c \x01(\x01H\n\x88\x01\x01\x12\x1a\n\runcoupled_D13\x18\r \x01(\x01H\x0b\x88\x01\x01\x12\x1a\n\runcoupled_D22\x18\x0e \x01(\x01H\x0c\x88\x01\x01\x12\x1a\n\runcoupled_D23\x18\x0f \x01(\x01H\r\x88\x01\x01\x12\x1a\n\runcoupled_D33\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12\x1a\n\runcoupled_D44\x18\x11 \x01(\x01H\x0f\x88\x01\x01\x12\x1a\n\runcoupled_D45\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12\x1a\n\runcoupled_D55\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12\x1a\n\runcoupled_D66\x18\x14 \x01(\x01H\x12\x88\x01\x01\x12\x1a\n\runcoupled_D67\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12\x1a\n\runcoupled_D68\x18\x16 \x01(\x01H\x14\x88\x01\x01\x12\x1a\n\runcoupled_D77\x18\x17 \x01(\x01H\x15\x88\x01\x01\x12\x1a\n\runcoupled_D78\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12\x1a\n\runcoupled_D88\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12\x1a\n\runcoupled_D16\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12\x1a\n\runcoupled_D17\x18\x1b \x01(\x01H\x19\x88\x01\x01\x12\x1a\n\runcoupled_D18\x18\x1c \x01(\x01H\x1a\x88\x01\x01\x12\x1a\n\runcoupled_D27\x18\x1d \x01(\x01H\x1b\x88\x01\x01\x12\x1a\n\runcoupled_D28\x18\x1e \x01(\x01H\x1c\x88\x01\x01\x12\x1a\n\runcoupled_D38\x18\x1f \x01(\x01H\x1d\x88\x01\x01\x12\x87\x01\n\x1fstiffness_matrix_info_uncoupled\x18 \x01(\x0b\x32Y.dlubal.api.rfem.glass_design.GlassCompositionModel.StiffnessMatrixInfoUncoupledTreeTableH\x1e\x88\x01\x01\x12\x8b\x01\n!stiffness_matrix_elements_coupled\x18! \x01(\x0b\x32[.dlubal.api.rfem.glass_design.GlassCompositionModel.StiffnessMatrixElementsCoupledTreeTableH\x1f\x88\x01\x01\x12\x18\n\x0b\x63oupled_D11\x18\" \x01(\x01H \x88\x01\x01\x12\x18\n\x0b\x63oupled_D12\x18# \x01(\x01H!\x88\x01\x01\x12\x18\n\x0b\x63oupled_D13\x18$ \x01(\x01H\"\x88\x01\x01\x12\x18\n\x0b\x63oupled_D22\x18% \x01(\x01H#\x88\x01\x01\x12\x18\n\x0b\x63oupled_D23\x18& \x01(\x01H$\x88\x01\x01\x12\x18\n\x0b\x63oupled_D33\x18\' \x01(\x01H%\x88\x01\x01\x12\x18\n\x0b\x63oupled_D44\x18( \x01(\x01H&\x88\x01\x01\x12\x18\n\x0b\x63oupled_D45\x18) \x01(\x01H\'\x88\x01\x01\x12\x18\n\x0b\x63oupled_D55\x18* \x01(\x01H(\x88\x01\x01\x12\x18\n\x0b\x63oupled_D66\x18+ \x01(\x01H)\x88\x01\x01\x12\x18\n\x0b\x63oupled_D67\x18, \x01(\x01H*\x88\x01\x01\x12\x18\n\x0b\x63oupled_D68\x18- \x01(\x01H+\x88\x01\x01\x12\x18\n\x0b\x63oupled_D77\x18. \x01(\x01H,\x88\x01\x01\x12\x18\n\x0b\x63oupled_D78\x18/ \x01(\x01H-\x88\x01\x01\x12\x18\n\x0b\x63oupled_D88\x18\x30 \x01(\x01H.\x88\x01\x01\x12\x18\n\x0b\x63oupled_D16\x18\x31 \x01(\x01H/\x88\x01\x01\x12\x18\n\x0b\x63oupled_D17\x18\x32 \x01(\x01H0\x88\x01\x01\x12\x18\n\x0b\x63oupled_D18\x18\x33 \x01(\x01H1\x88\x01\x01\x12\x18\n\x0b\x63oupled_D27\x18\x34 \x01(\x01H2\x88\x01\x01\x12\x18\n\x0b\x63oupled_D28\x18\x35 \x01(\x01H3\x88\x01\x01\x12\x18\n\x0b\x63oupled_D38\x18\x36 \x01(\x01H4\x88\x01\x01\x12\x83\x01\n\x1dstiffness_matrix_info_coupled\x18\x37 \x01(\x0b\x32W.dlubal.api.rfem.glass_design.GlassCompositionModel.StiffnessMatrixInfoCoupledTreeTableH5\x88\x01\x01\x12%\n\x18layers_surface_thickness\x18\x38 \x01(\x05H6\x88\x01\x01\x12m\n\x16layers_reference_table\x18\x39 \x01(\x0b\x32H.dlubal.api.rfem.glass_design.GlassCompositionModel.LayersReferenceTableH7\x88\x01\x01\x12#\n\x16layers_total_thickness\x18: \x01(\x01H8\x88\x01\x01\x12 \n\x13layers_total_weight\x18; \x01(\x01H9\x88\x01\x01\x12g\n\x13line_supports_table\x18< \x01(\x0b\x32\x45.dlubal.api.rfem.glass_design.GlassCompositionModel.LineSupportsTableH:\x88\x01\x01\x12i\n\x14nodal_supports_table\x18= \x01(\x0b\x32\x46.dlubal.api.rfem.glass_design.GlassCompositionModel.NodalSupportsTableH;\x88\x01\x01\x12,\n\x1fsurface_thickness_with_material\x18> \x01(\x05H<\x88\x01\x01\x12m\n\x16surface_stiffness_type\x18? \x01(\x0e\x32H.dlubal.api.rfem.glass_design.GlassCompositionModel.SurfaceStiffnessTypeH=\x88\x01\x01\x12k\n\x15surface_geometry_type\x18@ \x01(\x0e\x32G.dlubal.api.rfem.glass_design.GlassCompositionModel.SurfaceGeometryTypeH>\x88\x01\x01\x12\x19\n\x0csurface_area\x18\x41 \x01(\x01H?\x88\x01\x01\x12\x1b\n\x0esurface_volume\x18\x42 \x01(\x01H@\x88\x01\x01\x12\x19\n\x0csurface_mass\x18\x43 \x01(\x01HA\x88\x01\x01\x12\x1f\n\x12surface_total_area\x18\x44 \x01(\x01HB\x88\x01\x01\x12!\n\x14surface_total_volume\x18\x45 \x01(\x01HC\x88\x01\x01\x12\x1f\n\x12surface_total_mass\x18\x46 \x01(\x01HD\x88\x01\x01\x12\x89\x01\n climatic_loads_summer_parameters\x18G \x01(\x0b\x32Z.dlubal.api.rfem.glass_design.GlassCompositionModel.ClimaticLoadsSummerParametersTreeTableHE\x88\x01\x01\x12\x89\x01\n climatic_loads_winter_parameters\x18H \x01(\x0b\x32Z.dlubal.api.rfem.glass_design.GlassCompositionModel.ClimaticLoadsWinterParametersTreeTableHF\x88\x01\x01\x12\x35\n(climatic_loads_summer_parameters_enabled\x18I \x01(\x08HG\x88\x01\x01\x12\x35\n(climatic_loads_winter_parameters_enabled\x18J \x01(\x08HH\x88\x01\x01\x12*\n\x1dinsulating_glass_unit_enabled\x18K \x01(\x08HI\x88\x01\x01\x12\x1d\n\x10spacer_activated\x18L \x01(\x08HJ\x88\x01\x01\x12\x1d\n\x10spacer_thickness\x18M \x01(\x05HK\x88\x01\x01\x12:\n-supports_for_side_surfaces_of_gas_deactivated\x18N \x01(\x08HL\x88\x01\x01\x12,\n\x1fnumber_of_finite_element_layers\x18O \x01(\x05HM\x88\x01\x01\x12\x14\n\x07\x63omment\x18P \x01(\tHN\x88\x01\x01\x12!\n\x14id_for_export_import\x18Q \x01(\tHO\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18R \x01(\tHP\x88\x01\x01\x1a\x9b\x01\n)StiffnessMatrixElementsUncoupledTreeTable\x12n\n\x04rows\x18\x01 \x03(\x0b\x32`.dlubal.api.rfem.glass_design.GlassCompositionModel.StiffnessMatrixElementsUncoupledTreeTableRow\x1a\x94\x02\n,StiffnessMatrixElementsUncoupledTreeTableRow\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\x12\n\x05value\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x11\n\x04unit\x18\x04 \x01(\tH\x03\x88\x01\x01\x12n\n\x04rows\x18\x05 \x03(\x0b\x32`.dlubal.api.rfem.glass_design.GlassCompositionModel.StiffnessMatrixElementsUncoupledTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\x08\n\x06_valueB\x07\n\x05_unit\x1a\x93\x01\n%StiffnessMatrixInfoUncoupledTreeTable\x12j\n\x04rows\x18\x01 \x03(\x0b\x32\\.dlubal.api.rfem.glass_design.GlassCompositionModel.StiffnessMatrixInfoUncoupledTreeTableRow\x1a\x94\x02\n(StiffnessMatrixInfoUncoupledTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x12\n\x05value\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x11\n\x04unit\x18\x04 \x01(\tH\x03\x88\x01\x01\x12j\n\x04rows\x18\x05 \x03(\x0b\x32\\.dlubal.api.rfem.glass_design.GlassCompositionModel.StiffnessMatrixInfoUncoupledTreeTableRowB\x06\n\x04_keyB\x0e\n\x0c_descriptionB\x08\n\x06_valueB\x07\n\x05_unit\x1a\x97\x01\n\'StiffnessMatrixElementsCoupledTreeTable\x12l\n\x04rows\x18\x01 \x03(\x0b\x32^.dlubal.api.rfem.glass_design.GlassCompositionModel.StiffnessMatrixElementsCoupledTreeTableRow\x1a\x90\x02\n*StiffnessMatrixElementsCoupledTreeTableRow\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\x12\n\x05value\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x11\n\x04unit\x18\x04 \x01(\tH\x03\x88\x01\x01\x12l\n\x04rows\x18\x05 \x03(\x0b\x32^.dlubal.api.rfem.glass_design.GlassCompositionModel.StiffnessMatrixElementsCoupledTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\x08\n\x06_valueB\x07\n\x05_unit\x1a\x8f\x01\n#StiffnessMatrixInfoCoupledTreeTable\x12h\n\x04rows\x18\x01 \x03(\x0b\x32Z.dlubal.api.rfem.glass_design.GlassCompositionModel.StiffnessMatrixInfoCoupledTreeTableRow\x1a\x90\x02\n&StiffnessMatrixInfoCoupledTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x12\n\x05value\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x11\n\x04unit\x18\x04 \x01(\tH\x03\x88\x01\x01\x12h\n\x04rows\x18\x05 \x03(\x0b\x32Z.dlubal.api.rfem.glass_design.GlassCompositionModel.StiffnessMatrixInfoCoupledTreeTableRowB\x06\n\x04_keyB\x0e\n\x0c_descriptionB\x08\n\x06_valueB\x07\n\x05_unit\x1aq\n\x14LayersReferenceTable\x12Y\n\x04rows\x18\x01 \x03(\x0b\x32K.dlubal.api.rfem.glass_design.GlassCompositionModel.LayersReferenceTableRow\x1a\xca\x08\n\x17LayersReferenceTableRow\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\x12n\n\nlayer_type\x18\x04 \x01(\x0e\x32U.dlubal.api.rfem.glass_design.GlassCompositionModel.LayersReferenceTableRow.LayerTypeH\x03\x88\x01\x01\x12!\n\x14thickness_type_or_id\x18\x05 \x01(\tH\x04\x88\x01\x01\x12\x15\n\x08material\x18\x06 \x01(\x05H\x05\x88\x01\x01\x12\x16\n\tthickness\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\x12\n\x05\x61ngle\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12\x1f\n\x12integration_points\x18\t \x01(\x05H\x08\x88\x01\x01\x12\x37\n*connection_with_other_topological_elements\x18\n \x01(\x08H\t\x88\x01\x01\x12v\n\x0e\x65\x64ge_finishing\x18\x0b \x01(\x0e\x32Y.dlubal.api.rfem.glass_design.GlassCompositionModel.LayersReferenceTableRow.EdgeFinishingH\n\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x0c \x01(\tH\x0b\x88\x01\x01\x12\x1c\n\x0fspecific_weight\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\x13\n\x06weight\x18\x0e \x01(\x01H\r\x88\x01\x01\"t\n\tLayerType\x12!\n\x1dLAYER_TYPE_E_LAYER_TYPE_LAYER\x10\x00\x12#\n\x1fLAYER_TYPE_E_LAYER_TYPE_CONTACT\x10\x01\x12\x1f\n\x1bLAYER_TYPE_E_LAYER_TYPE_GAS\x10\x02\"\x90\x01\n\rEdgeFinishing\x12\"\n\x1e\x45\x44GE_FINISHING_CLEAN_CUT_EDGES\x10\x00\x12\x17\n\x13\x45\x44GE_FINISHING_NONE\x10\x03\x12!\n\x1d\x45\x44GE_FINISHING_POLISHED_EDGES\x10\x02\x12\x1f\n\x1b\x45\x44GE_FINISHING_SEAMED_EDGES\x10\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0b\n\t_layer_noB\r\n\x0b_layer_typeB\x17\n\x15_thickness_type_or_idB\x0b\n\t_materialB\x0c\n\n_thicknessB\x08\n\x06_angleB\x15\n\x13_integration_pointsB-\n+_connection_with_other_topological_elementsB\x11\n\x0f_edge_finishingB\n\n\x08_commentB\x12\n\x10_specific_weightB\t\n\x07_weight\x1ak\n\x11LineSupportsTable\x12V\n\x04rows\x18\x01 \x03(\x0b\x32H.dlubal.api.rfem.glass_design.GlassCompositionModel.LineSupportsTableRow\x1a\xbd\x03\n\x14LineSupportsTableRow\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\x18\n\x0bobject_pack\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x15\n\x08layer_no\x18\x04 \x01(\tH\x03\x88\x01\x01\x12w\n\x10support_location\x18\x05 \x01(\x0e\x32X.dlubal.api.rfem.glass_design.GlassCompositionModel.LineSupportsTableRow.SupportLocationH\x04\x88\x01\x01\x12\x14\n\x07support\x18\x06 \x01(\x05H\x05\x88\x01\x01\"e\n\x0fSupportLocation\x12\x18\n\x14SUPPORT_LOCATION_TOP\x10\x00\x12\x1b\n\x17SUPPORT_LOCATION_BOTTOM\x10\x02\x12\x1b\n\x17SUPPORT_LOCATION_MIDDLE\x10\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0e\n\x0c_object_packB\x0b\n\t_layer_noB\x13\n\x11_support_locationB\n\n\x08_support\x1am\n\x12NodalSupportsTable\x12W\n\x04rows\x18\x01 \x03(\x0b\x32I.dlubal.api.rfem.glass_design.GlassCompositionModel.NodalSupportsTableRow\x1a\xbf\x03\n\x15NodalSupportsTableRow\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\x18\n\x0bobject_pack\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x15\n\x08layer_no\x18\x04 \x01(\tH\x03\x88\x01\x01\x12x\n\x10support_location\x18\x05 \x01(\x0e\x32Y.dlubal.api.rfem.glass_design.GlassCompositionModel.NodalSupportsTableRow.SupportLocationH\x04\x88\x01\x01\x12\x14\n\x07support\x18\x06 \x01(\x05H\x05\x88\x01\x01\"e\n\x0fSupportLocation\x12\x18\n\x14SUPPORT_LOCATION_TOP\x10\x00\x12\x1b\n\x17SUPPORT_LOCATION_BOTTOM\x10\x02\x12\x1b\n\x17SUPPORT_LOCATION_MIDDLE\x10\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0e\n\x0c_object_packB\x0b\n\t_layer_noB\x13\n\x11_support_locationB\n\n\x08_support\x1a\x95\x01\n&ClimaticLoadsSummerParametersTreeTable\x12k\n\x04rows\x18\x01 \x03(\x0b\x32].dlubal.api.rfem.glass_design.GlassCompositionModel.ClimaticLoadsSummerParametersTreeTableRow\x1a\xc8\x02\n)ClimaticLoadsSummerParametersTreeTableRow\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\x12k\n\x04rows\x18\x06 \x03(\x0b\x32].dlubal.api.rfem.glass_design.GlassCompositionModel.ClimaticLoadsSummerParametersTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1a\x95\x01\n&ClimaticLoadsWinterParametersTreeTable\x12k\n\x04rows\x18\x01 \x03(\x0b\x32].dlubal.api.rfem.glass_design.GlassCompositionModel.ClimaticLoadsWinterParametersTreeTableRow\x1a\xc8\x02\n)ClimaticLoadsWinterParametersTreeTableRow\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\x12k\n\x04rows\x18\x06 \x03(\x0b\x32].dlubal.api.rfem.glass_design.GlassCompositionModel.ClimaticLoadsWinterParametersTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\":\n\x0f\x43\x61lculationType\x12\'\n#CALCULATION_TYPE_1_PHASE_FULL_MODEL\x10\x00\"/\n\x0cModelingType\x12\x1f\n\x1bMODELING_TYPE_SURFACE_MODEL\x10\x00\"t\n\x1aShearCouplingBetweenLayers\x12)\n%SHEAR_COUPLING_BETWEEN_LAYERS_COUPLED\x10\x00\x12+\n\'SHEAR_COUPLING_BETWEEN_LAYERS_UNCOUPLED\x10\x01\"\x90\x04\n\x14SurfaceStiffnessType\x12#\n\x1fSURFACE_STIFFNESS_TYPE_STANDARD\x10\x00\x12(\n$SURFACE_STIFFNESS_TYPE_DISCONTINUITY\x10\x04\x12 \n\x1cSURFACE_STIFFNESS_TYPE_FLOOR\x10\x08\x12*\n&SURFACE_STIFFNESS_TYPE_FLOOR_DIAPHRAGM\x10\t\x12\x33\n/SURFACE_STIFFNESS_TYPE_FLOOR_FLEXIBLE_DIAPHRAGM\x10\x0b\x12*\n&SURFACE_STIFFNESS_TYPE_FLOOR_SEMIRIGID\x10\n\x12&\n\"SURFACE_STIFFNESS_TYPE_GROUNDWATER\x10\x07\x12(\n$SURFACE_STIFFNESS_TYPE_LOAD_TRANSFER\x10\x06\x12#\n\x1fSURFACE_STIFFNESS_TYPE_MEMBRANE\x10\x03\x12 \n\x1cSURFACE_STIFFNESS_TYPE_RIGID\x10\x02\x12\x33\n/SURFACE_STIFFNESS_TYPE_WITHOUT_MEMBRANE_TENSION\x10\x05\x12,\n(SURFACE_STIFFNESS_TYPE_WITHOUT_THICKNESS\x10\x01\"\xba\x02\n\x13SurfaceGeometryType\x12!\n\x1dSURFACE_GEOMETRY_TYPE_UNKNOWN\x10\x00\x12\x32\n.SURFACE_GEOMETRY_TYPE_MINIMUM_CURVATURE_SPLINE\x10\x07\x12\x1f\n\x1bSURFACE_GEOMETRY_TYPE_NURBS\x10\x03\x12\x1e\n\x1aSURFACE_GEOMETRY_TYPE_PIPE\x10\x06\x12\x1f\n\x1bSURFACE_GEOMETRY_TYPE_PLANE\x10\x01\x12$\n SURFACE_GEOMETRY_TYPE_QUADRANGLE\x10\x02\x12!\n\x1dSURFACE_GEOMETRY_TYPE_ROTATED\x10\x05\x12!\n\x1dSURFACE_GEOMETRY_TYPE_TRIMMED\x10\x04\x42\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x0c\n\n_to_designB5\n3_display_stiffness_matrix_for_uncoupled_and_coupledB\x13\n\x11_calculation_typeB\x10\n\x0e_modeling_typeB \n\x1e_shear_coupling_between_layersB&\n$_stiffness_matrix_elements_uncoupledB\x10\n\x0e_uncoupled_D11B\x10\n\x0e_uncoupled_D12B\x10\n\x0e_uncoupled_D13B\x10\n\x0e_uncoupled_D22B\x10\n\x0e_uncoupled_D23B\x10\n\x0e_uncoupled_D33B\x10\n\x0e_uncoupled_D44B\x10\n\x0e_uncoupled_D45B\x10\n\x0e_uncoupled_D55B\x10\n\x0e_uncoupled_D66B\x10\n\x0e_uncoupled_D67B\x10\n\x0e_uncoupled_D68B\x10\n\x0e_uncoupled_D77B\x10\n\x0e_uncoupled_D78B\x10\n\x0e_uncoupled_D88B\x10\n\x0e_uncoupled_D16B\x10\n\x0e_uncoupled_D17B\x10\n\x0e_uncoupled_D18B\x10\n\x0e_uncoupled_D27B\x10\n\x0e_uncoupled_D28B\x10\n\x0e_uncoupled_D38B\"\n _stiffness_matrix_info_uncoupledB$\n\"_stiffness_matrix_elements_coupledB\x0e\n\x0c_coupled_D11B\x0e\n\x0c_coupled_D12B\x0e\n\x0c_coupled_D13B\x0e\n\x0c_coupled_D22B\x0e\n\x0c_coupled_D23B\x0e\n\x0c_coupled_D33B\x0e\n\x0c_coupled_D44B\x0e\n\x0c_coupled_D45B\x0e\n\x0c_coupled_D55B\x0e\n\x0c_coupled_D66B\x0e\n\x0c_coupled_D67B\x0e\n\x0c_coupled_D68B\x0e\n\x0c_coupled_D77B\x0e\n\x0c_coupled_D78B\x0e\n\x0c_coupled_D88B\x0e\n\x0c_coupled_D16B\x0e\n\x0c_coupled_D17B\x0e\n\x0c_coupled_D18B\x0e\n\x0c_coupled_D27B\x0e\n\x0c_coupled_D28B\x0e\n\x0c_coupled_D38B \n\x1e_stiffness_matrix_info_coupledB\x1b\n\x19_layers_surface_thicknessB\x19\n\x17_layers_reference_tableB\x19\n\x17_layers_total_thicknessB\x16\n\x14_layers_total_weightB\x16\n\x14_line_supports_tableB\x17\n\x15_nodal_supports_tableB\"\n _surface_thickness_with_materialB\x19\n\x17_surface_stiffness_typeB\x18\n\x16_surface_geometry_typeB\x0f\n\r_surface_areaB\x11\n\x0f_surface_volumeB\x0f\n\r_surface_massB\x15\n\x13_surface_total_areaB\x17\n\x15_surface_total_volumeB\x15\n\x13_surface_total_massB#\n!_climatic_loads_summer_parametersB#\n!_climatic_loads_winter_parametersB+\n)_climatic_loads_summer_parameters_enabledB+\n)_climatic_loads_winter_parameters_enabledB \n\x1e_insulating_glass_unit_enabledB\x13\n\x11_spacer_activatedB\x13\n\x11_spacer_thicknessB0\n._supports_for_side_surfaces_of_gas_deactivatedB\"\n _number_of_finite_element_layersB\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.glass_design.glass_composition_model_pb2', _globals)
|
|
33
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
|
+
DESCRIPTOR._loaded_options = None
|
|
35
|
+
_globals['_GLASSCOMPOSITIONMODEL']._serialized_start=125
|
|
36
|
+
_globals['_GLASSCOMPOSITIONMODEL']._serialized_end=11830
|
|
37
|
+
_globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXELEMENTSUNCOUPLEDTREETABLE']._serialized_start=3929
|
|
38
|
+
_globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXELEMENTSUNCOUPLEDTREETABLE']._serialized_end=4084
|
|
39
|
+
_globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXELEMENTSUNCOUPLEDTREETABLEROW']._serialized_start=4087
|
|
40
|
+
_globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXELEMENTSUNCOUPLEDTREETABLEROW']._serialized_end=4363
|
|
41
|
+
_globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXINFOUNCOUPLEDTREETABLE']._serialized_start=4366
|
|
42
|
+
_globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXINFOUNCOUPLEDTREETABLE']._serialized_end=4513
|
|
43
|
+
_globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXINFOUNCOUPLEDTREETABLEROW']._serialized_start=4516
|
|
44
|
+
_globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXINFOUNCOUPLEDTREETABLEROW']._serialized_end=4792
|
|
45
|
+
_globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXELEMENTSCOUPLEDTREETABLE']._serialized_start=4795
|
|
46
|
+
_globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXELEMENTSCOUPLEDTREETABLE']._serialized_end=4946
|
|
47
|
+
_globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXELEMENTSCOUPLEDTREETABLEROW']._serialized_start=4949
|
|
48
|
+
_globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXELEMENTSCOUPLEDTREETABLEROW']._serialized_end=5221
|
|
49
|
+
_globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXINFOCOUPLEDTREETABLE']._serialized_start=5224
|
|
50
|
+
_globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXINFOCOUPLEDTREETABLE']._serialized_end=5367
|
|
51
|
+
_globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXINFOCOUPLEDTREETABLEROW']._serialized_start=5370
|
|
52
|
+
_globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXINFOCOUPLEDTREETABLEROW']._serialized_end=5642
|
|
53
|
+
_globals['_GLASSCOMPOSITIONMODEL_LAYERSREFERENCETABLE']._serialized_start=5644
|
|
54
|
+
_globals['_GLASSCOMPOSITIONMODEL_LAYERSREFERENCETABLE']._serialized_end=5757
|
|
55
|
+
_globals['_GLASSCOMPOSITIONMODEL_LAYERSREFERENCETABLEROW']._serialized_start=5760
|
|
56
|
+
_globals['_GLASSCOMPOSITIONMODEL_LAYERSREFERENCETABLEROW']._serialized_end=6858
|
|
57
|
+
_globals['_GLASSCOMPOSITIONMODEL_LAYERSREFERENCETABLEROW_LAYERTYPE']._serialized_start=6350
|
|
58
|
+
_globals['_GLASSCOMPOSITIONMODEL_LAYERSREFERENCETABLEROW_LAYERTYPE']._serialized_end=6466
|
|
59
|
+
_globals['_GLASSCOMPOSITIONMODEL_LAYERSREFERENCETABLEROW_EDGEFINISHING']._serialized_start=6469
|
|
60
|
+
_globals['_GLASSCOMPOSITIONMODEL_LAYERSREFERENCETABLEROW_EDGEFINISHING']._serialized_end=6613
|
|
61
|
+
_globals['_GLASSCOMPOSITIONMODEL_LINESUPPORTSTABLE']._serialized_start=6860
|
|
62
|
+
_globals['_GLASSCOMPOSITIONMODEL_LINESUPPORTSTABLE']._serialized_end=6967
|
|
63
|
+
_globals['_GLASSCOMPOSITIONMODEL_LINESUPPORTSTABLEROW']._serialized_start=6970
|
|
64
|
+
_globals['_GLASSCOMPOSITIONMODEL_LINESUPPORTSTABLEROW']._serialized_end=7415
|
|
65
|
+
_globals['_GLASSCOMPOSITIONMODEL_LINESUPPORTSTABLEROW_SUPPORTLOCATION']._serialized_start=7229
|
|
66
|
+
_globals['_GLASSCOMPOSITIONMODEL_LINESUPPORTSTABLEROW_SUPPORTLOCATION']._serialized_end=7330
|
|
67
|
+
_globals['_GLASSCOMPOSITIONMODEL_NODALSUPPORTSTABLE']._serialized_start=7417
|
|
68
|
+
_globals['_GLASSCOMPOSITIONMODEL_NODALSUPPORTSTABLE']._serialized_end=7526
|
|
69
|
+
_globals['_GLASSCOMPOSITIONMODEL_NODALSUPPORTSTABLEROW']._serialized_start=7529
|
|
70
|
+
_globals['_GLASSCOMPOSITIONMODEL_NODALSUPPORTSTABLEROW']._serialized_end=7976
|
|
71
|
+
_globals['_GLASSCOMPOSITIONMODEL_NODALSUPPORTSTABLEROW_SUPPORTLOCATION']._serialized_start=7229
|
|
72
|
+
_globals['_GLASSCOMPOSITIONMODEL_NODALSUPPORTSTABLEROW_SUPPORTLOCATION']._serialized_end=7330
|
|
73
|
+
_globals['_GLASSCOMPOSITIONMODEL_CLIMATICLOADSSUMMERPARAMETERSTREETABLE']._serialized_start=7979
|
|
74
|
+
_globals['_GLASSCOMPOSITIONMODEL_CLIMATICLOADSSUMMERPARAMETERSTREETABLE']._serialized_end=8128
|
|
75
|
+
_globals['_GLASSCOMPOSITIONMODEL_CLIMATICLOADSSUMMERPARAMETERSTREETABLEROW']._serialized_start=8131
|
|
76
|
+
_globals['_GLASSCOMPOSITIONMODEL_CLIMATICLOADSSUMMERPARAMETERSTREETABLEROW']._serialized_end=8459
|
|
77
|
+
_globals['_GLASSCOMPOSITIONMODEL_CLIMATICLOADSWINTERPARAMETERSTREETABLE']._serialized_start=8462
|
|
78
|
+
_globals['_GLASSCOMPOSITIONMODEL_CLIMATICLOADSWINTERPARAMETERSTREETABLE']._serialized_end=8611
|
|
79
|
+
_globals['_GLASSCOMPOSITIONMODEL_CLIMATICLOADSWINTERPARAMETERSTREETABLEROW']._serialized_start=8614
|
|
80
|
+
_globals['_GLASSCOMPOSITIONMODEL_CLIMATICLOADSWINTERPARAMETERSTREETABLEROW']._serialized_end=8942
|
|
81
|
+
_globals['_GLASSCOMPOSITIONMODEL_CALCULATIONTYPE']._serialized_start=8944
|
|
82
|
+
_globals['_GLASSCOMPOSITIONMODEL_CALCULATIONTYPE']._serialized_end=9002
|
|
83
|
+
_globals['_GLASSCOMPOSITIONMODEL_MODELINGTYPE']._serialized_start=9004
|
|
84
|
+
_globals['_GLASSCOMPOSITIONMODEL_MODELINGTYPE']._serialized_end=9051
|
|
85
|
+
_globals['_GLASSCOMPOSITIONMODEL_SHEARCOUPLINGBETWEENLAYERS']._serialized_start=9053
|
|
86
|
+
_globals['_GLASSCOMPOSITIONMODEL_SHEARCOUPLINGBETWEENLAYERS']._serialized_end=9169
|
|
87
|
+
_globals['_GLASSCOMPOSITIONMODEL_SURFACESTIFFNESSTYPE']._serialized_start=9172
|
|
88
|
+
_globals['_GLASSCOMPOSITIONMODEL_SURFACESTIFFNESSTYPE']._serialized_end=9700
|
|
89
|
+
_globals['_GLASSCOMPOSITIONMODEL_SURFACEGEOMETRYTYPE']._serialized_start=9703
|
|
90
|
+
_globals['_GLASSCOMPOSITIONMODEL_SURFACEGEOMETRYTYPE']._serialized_end=10017
|
|
91
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -24,7 +24,7 @@ _sym_db = _symbol_database.Default()
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8dlubal/api/rfem/global_parameters/global_parameter.proto\x12!dlubal.api.rfem.global_parameters\"\x9c*\n\x0fGlobalParameter\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&\n\x19\x61ttribute_always_editable\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x13\n\x06symbol\x18\x05 \x01(\tH\x04\x88\x01\x01\x12U\n\nunit_group\x18\x06 \x01(\x0e\x32<.dlubal.api.rfem.global_parameters.GlobalParameter.UnitGroupH\x05\x88\x01\x01\x12_\n\x0f\x64\x65\x66inition_type\x18\x07 \x01(\x0e\x32\x41.dlubal.api.rfem.global_parameters.GlobalParameter.DefinitionTypeH\x06\x88\x01\x01\x12\x12\n\x05value\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12\x11\n\x04unit\x18\t \x01(\tH\x08\x88\x01\x01\x12\x14\n\x07\x66ormula\x18\n \x01(\tH\t\x88\x01\x01\x12\x10\n\x03min\x18\x0b \x01(\x01H\n\x88\x01\x01\x12\x10\n\x03max\x18\x0c \x01(\x01H\x0b\x88\x01\x01\x12\x16\n\tincrement\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\x12\n\x05steps\x18\x0e \x01(\x05H\r\x88\x01\x01\x12%\n\x18\x66rom_rsection_model_name\x18\x0f \x01(\tH\x0e\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x10 \x01(\tH\x0f\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x11 \x01(\tH\x10\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x12 \x01(\tH\x11\x88\x01\x01\"\x9f!\n\tUnitGroup\x12\x18\n\x14UNIT_GROUP_EG_MODULE\x10\x00\x12\x14\n\x10UNIT_GROUP_ANGLE\x10\
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8dlubal/api/rfem/global_parameters/global_parameter.proto\x12!dlubal.api.rfem.global_parameters\"\x9c*\n\x0fGlobalParameter\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&\n\x19\x61ttribute_always_editable\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x13\n\x06symbol\x18\x05 \x01(\tH\x04\x88\x01\x01\x12U\n\nunit_group\x18\x06 \x01(\x0e\x32<.dlubal.api.rfem.global_parameters.GlobalParameter.UnitGroupH\x05\x88\x01\x01\x12_\n\x0f\x64\x65\x66inition_type\x18\x07 \x01(\x0e\x32\x41.dlubal.api.rfem.global_parameters.GlobalParameter.DefinitionTypeH\x06\x88\x01\x01\x12\x12\n\x05value\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12\x11\n\x04unit\x18\t \x01(\tH\x08\x88\x01\x01\x12\x14\n\x07\x66ormula\x18\n \x01(\tH\t\x88\x01\x01\x12\x10\n\x03min\x18\x0b \x01(\x01H\n\x88\x01\x01\x12\x10\n\x03max\x18\x0c \x01(\x01H\x0b\x88\x01\x01\x12\x16\n\tincrement\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\x12\n\x05steps\x18\x0e \x01(\x05H\r\x88\x01\x01\x12%\n\x18\x66rom_rsection_model_name\x18\x0f \x01(\tH\x0e\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x10 \x01(\tH\x0f\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x11 \x01(\tH\x10\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x12 \x01(\tH\x11\x88\x01\x01\"\x9f!\n\tUnitGroup\x12\x18\n\x14UNIT_GROUP_EG_MODULE\x10\x00\x12\x14\n\x10UNIT_GROUP_ANGLE\x10\x46\x12\x13\n\x0fUNIT_GROUP_AREA\x10\x43\x12\"\n\x1dUNIT_GROUP_COATING_DIMENSIONS\x10\xaa\x01\x12!\n\x1cUNIT_GROUP_COATING_ROTATIONS\x10\xab\x01\x12\"\n\x1eUNIT_GROUP_DAMPING_COEFFICIENT\x10h\x12\x16\n\x12UNIT_GROUP_DENSITY\x10\x05\x12\x1c\n\x18UNIT_GROUP_DIMENSIONLESS\x10M\x12&\n\"UNIT_GROUP_DYNAMIC_INCREASE_FACTOR\x10\x1c\x12\x16\n\x12UNIT_GROUP_FACTOR3\x10Z\x12\x1e\n\x1aUNIT_GROUP_FRACTURE_ENERGY\x10\x0e\x12#\n\x1fUNIT_GROUP_FRICTION_COEFFICIENT\x10T\x12%\n!UNIT_GROUP_GEOGRAPHIC_COORDINATES\x10G\x12)\n%UNIT_GROUP_GRAVITATIONAL_ACCELERATION\x10\r\x12\x15\n\x11UNIT_GROUP_LENGTH\x10\x41\x12#\n\x1fUNIT_GROUP_LINE_SPRING_CONSTANT\x10]\x12/\n+UNIT_GROUP_LINE_SPRING_ROTATIONAL_STIFFNESS\x10^\x12$\n\x1fUNIT_GROUP_LOADING_COATING_AREA\x10\xac\x01\x12*\n%UNIT_GROUP_LOADS_AMOUNT_PRECIPITATION\x10\xa9\x01\x12*\n%UNIT_GROUP_LOADS_ANGULAR_ACCELERATION\x10\xa2\x01\x12&\n!UNIT_GROUP_LOADS_ANGULAR_VELOCITY\x10\xa1\x01\x12\x1f\n\x1aUNIT_GROUP_LOADS_AREA_MASS\x10\x9e\x01\x12\"\n\x1dUNIT_GROUP_LOADS_AXIAL_STRAIN\x10\x93\x01\x12*\n%UNIT_GROUP_LOADS_CUTTING_PATTERN_LOAD\x10\xad\x01\x12\x1d\n\x18UNIT_GROUP_LOADS_DENSITY\x10\x9a\x01\x12\"\n\x1dUNIT_GROUP_LOADS_DISPLACEMENT\x10\x8d\x01\x12\x32\n-UNIT_GROUP_LOADS_DISPLACEMENT_PER_UNIT_LENGTH\x10\x96\x01\x12\x1b\n\x16UNIT_GROUP_LOADS_FORCE\x10\x8a\x01\x12+\n&UNIT_GROUP_LOADS_FORCE_PER_UNIT_LENGTH\x10\x94\x01\x12*\n%UNIT_GROUP_LOADS_IMPOSED_DISPLACEMENT\x10\x9f\x01\x12&\n!UNIT_GROUP_LOADS_IMPOSED_ROTATION\x10\xa0\x01\x12)\n$UNIT_GROUP_LOADS_KINEMATIC_VISCOSITY\x10\xa4\x01\x12$\n\x1fUNIT_GROUP_LOADS_KINETIC_ENERGY\x10\xa5\x01\x12\x1c\n\x17UNIT_GROUP_LOADS_LENGTH\x10\x8f\x01\x12\x1a\n\x15UNIT_GROUP_LOADS_MASS\x10\x8c\x01\x12\x1c\n\x17UNIT_GROUP_LOADS_MOMENT\x10\x8b\x01\x12,\n\'UNIT_GROUP_LOADS_MOMENT_PER_UNIT_LENGTH\x10\x95\x01\x12\x1f\n\x1aUNIT_GROUP_LOADS_PRECAMBER\x10\x9d\x01\x12\x1e\n\x19UNIT_GROUP_LOADS_PRESSURE\x10\x9b\x01\x12,\n\'UNIT_GROUP_LOADS_PRESTRESS_TENDON_RATIO\x10\xaf\x01\x12%\n UNIT_GROUP_LOADS_RELATIVE_LENGTH\x10\x90\x01\x12\x1e\n\x19UNIT_GROUP_LOADS_ROTATION\x10\x8e\x01\x12.\n)UNIT_GROUP_LOADS_ROTATION_PER_UNIT_LENGTH\x10\x97\x01\x12\'\n\"UNIT_GROUP_LOADS_SHAPE_COEFFICIENT\x10\xae\x01\x12%\n UNIT_GROUP_LOADS_SOLID_TYPE_LOAD\x10\x99\x01\x12%\n UNIT_GROUP_LOADS_SPECIFIC_ENERGY\x10\xa7\x01\x12%\n UNIT_GROUP_LOADS_SPECIFIC_WEIGHT\x10\xa8\x01\x12\'\n\"UNIT_GROUP_LOADS_SURFACE_TYPE_LOAD\x10\x98\x01\x12!\n\x1cUNIT_GROUP_LOADS_TEMPERATURE\x10\x91\x01\x12(\n#UNIT_GROUP_LOADS_TEMPERATURE_CHANGE\x10\x92\x01\x12\x30\n+UNIT_GROUP_LOADS_TURBULENT_DISSIPATION_RATE\x10\xa6\x01\x12\x1e\n\x19UNIT_GROUP_LOADS_VELOCITY\x10\xa3\x01\x12\x13\n\x0fUNIT_GROUP_MASS\x10H\x12(\n$UNIT_GROUP_MASS_MOMENT_PER_UNIT_AREA\x10\x65\x12!\n\x1dUNIT_GROUP_MASS_PER_UNIT_AREA\x10\x63\x12#\n\x1fUNIT_GROUP_MASS_PER_UNIT_LENGTH\x10\x64\x12\x1d\n\x19UNIT_GROUP_MATERIAL_ANGLE\x10\x11\x12#\n\x1fUNIT_GROUP_MATERIAL_DEFORMATION\x10\x0b\x12\x1e\n\x1aUNIT_GROUP_MATERIAL_FACTOR\x10\t\x12(\n$UNIT_GROUP_MATERIAL_QUANTITY_INTEGER\x10\x0f\x12\'\n#UNIT_GROUP_MATERIAL_SPECIFIC_WEIGHT\x10\x03\x12!\n\x1dUNIT_GROUP_MATERIAL_THICKNESS\x10\n\x12(\n$UNIT_GROUP_ORTHOTROPY_BENDING_MOMENT\x10\x61\x12%\n!UNIT_GROUP_ORTHOTROPY_LINE_MOMENT\x10\x62\x12\x1d\n\x19UNIT_GROUP_PARTIAL_FACTOR\x10P\x12\x1d\n\x19UNIT_GROUP_POISSONS_RATIO\x10\x06\x12\x1f\n\x1bUNIT_GROUP_PRECISION_FACTOR\x10S\x12\x17\n\x13UNIT_GROUP_QUANTITY\x10V\x12\x1f\n\x1bUNIT_GROUP_QUANTITY_INTEGER\x10X\x12\x14\n\x10UNIT_GROUP_RATIO\x10R\x12\x1e\n\x1aUNIT_GROUP_RELATIVE_LENGTH\x10N\x12\x1c\n\x18UNIT_GROUP_SECTION_ANGLE\x10\"\x12\x1b\n\x17UNIT_GROUP_SECTION_AREA\x10!\x12\x1f\n\x1bUNIT_GROUP_SECTION_BIMOMENT\x10.\x12!\n\x1dUNIT_GROUP_SECTION_COMPLIANCE\x10 \x12 \n\x1cUNIT_GROUP_SECTION_DIMENSION\x10\x1e\x12%\n!UNIT_GROUP_SECTION_EFFECTIVE_AREA\x10\'\x12\x36\n2UNIT_GROUP_SECTION_EFFECTIVE_SECOND_MOMENT_OF_AREA\x10&\x12\x1c\n\x18UNIT_GROUP_SECTION_FORCE\x10/\x12\x38\n4UNIT_GROUP_SECTION_LIMIT_FOR_REINFORCEMENT_PLACEMENT\x10\x36\x12\x1d\n\x19UNIT_GROUP_SECTION_MOMENT\x10\x30\x12(\n$UNIT_GROUP_SECTION_MOMENT_OF_INERTIA\x10#\x12 \n\x1cUNIT_GROUP_SECTION_PERIMETER\x10\x1f\x12\x1f\n\x1bUNIT_GROUP_SECTION_QUANTITY\x10\x35\x12%\n!UNIT_GROUP_SECTION_SECTION_FACTOR\x10$\x12&\n\"UNIT_GROUP_SECTION_SECTION_MODULUS\x10%\x12.\n*UNIT_GROUP_SECTION_STATICAL_MOMENT_OF_AREA\x10(\x12\x1e\n\x1aUNIT_GROUP_SECTION_SURFACE\x10\x38\x12\"\n\x1eUNIT_GROUP_SECTION_TEMPERATURE\x10\x33\x12)\n%UNIT_GROUP_SECTION_TEMPERATURE_CHANGE\x10\x34\x12\x32\n.UNIT_GROUP_SECTION_TENSION_FIELD_COEFFICIENT_1\x10)\x12\x32\n.UNIT_GROUP_SECTION_TENSION_FIELD_COEFFICIENT_2\x10*\x12$\n UNIT_GROUP_SECTION_UNIT_STRESSES\x10\x31\x12,\n(UNIT_GROUP_SECTION_UNIT_WARPING_FUNCTION\x10\x32\x12\x1d\n\x19UNIT_GROUP_SECTION_VOLUME\x10\x37\x12\'\n#UNIT_GROUP_SECTION_WARPING_CONSTANT\x10+\x12\'\n#UNIT_GROUP_SECTION_WARPING_ORDINATE\x10,\x12.\n*UNIT_GROUP_SECTION_WARPING_STATICAL_MOMENT\x10-\x12\x1d\n\x19UNIT_GROUP_SECTION_WEIGHT\x10\x39\x12\"\n\x1dUNIT_GROUP_SELF_WEIGHT_FACTOR\x10\x9c\x01\x12\x1f\n\x1bUNIT_GROUP_SELF_WEIGHT_MASS\x10J\x12$\n UNIT_GROUP_SHEAR_SPRING_CONSTANT\x10`\x12$\n UNIT_GROUP_SOLID_SHEAR_STIFFNESS\x10g\x12*\n&UNIT_GROUP_SPRING_ROTATIONAL_STIFFNESS\x10\\\x12\x1f\n\x1bUNIT_GROUP_SPRING_STIFFNESS\x10[\x12.\n*UNIT_GROUP_STIFFNESS_MULTIPLICATION_FACTOR\x10U\x12\x15\n\x11UNIT_GROUP_STRAIN\x10\x0c\x12\x1a\n\x16UNIT_GROUP_STRAIN_RATE\x10\x1d\x12\x17\n\x13UNIT_GROUP_STRESSES\x10\x01\x12\x34\n0UNIT_GROUP_SURFACES_CONTACT_TYPE_SHEAR_STIFFNESS\x10\x66\x12&\n\"UNIT_GROUP_SURFACE_SPRING_CONSTANT\x10_\x12,\n(UNIT_GROUP_THERMAL_EXPANSION_COEFFICIENT\x10\x04\x12\x18\n\x14UNIT_GROUP_THICKNESS\x10K\x12\x13\n\x0fUNIT_GROUP_TIME\x10L\x12\x15\n\x11UNIT_GROUP_VOLUME\x10\x45\x12\x1e\n\x1aUNIT_GROUP_WEIGHT_AND_KNOT\x10Q\"\xed\x01\n\x0e\x44\x65\x66initionType\x12\x19\n\x15\x44\x45\x46INITION_TYPE_VALUE\x10\x00\x12\x1b\n\x17\x44\x45\x46INITION_TYPE_FORMULA\x10\x01\x12 \n\x1c\x44\x45\x46INITION_TYPE_OPTIMIZATION\x10\x02\x12*\n&DEFINITION_TYPE_OPTIMIZATION_ASCENDING\x10\x03\x12+\n\'DEFINITION_TYPE_OPTIMIZATION_DESCENDING\x10\x04\x12(\n$DEFINITION_TYPE_OPTIMIZATION_FORMULA\x10\x05\x42\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x1c\n\x1a_attribute_always_editableB\t\n\x07_symbolB\r\n\x0b_unit_groupB\x12\n\x10_definition_typeB\x08\n\x06_valueB\x07\n\x05_unitB\n\n\x08_formulaB\x06\n\x04_minB\x06\n\x04_maxB\x0c\n\n_incrementB\x08\n\x06_stepsB\x1b\n\x19_from_rsection_model_nameB\n\n\x08_commentB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
|
|
28
28
|
|
|
29
29
|
_globals = globals()
|
|
30
30
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|