dlubal.api 2.12.1__py3-none-any.whl → 2.12.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of dlubal.api might be problematic. Click here for more details.
- dlubal/api/rfem/__init__.py +1 -0
- dlubal/api/rfem/application.py +17 -17
- dlubal/api/rfem/base_data_objects/terrain_pb2.py +8 -8
- dlubal/api/rfem/base_data_objects/terrain_pb2.pyi +6 -2
- dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +1 -1
- dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +2 -2
- dlubal/api/rfem/guide_objects/visual_object_pb2.py +6 -6
- dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +10 -2
- dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.py +12 -12
- dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.pyi +10 -2
- dlubal/api/rfem/layout_and_drawing/cad_line_pb2.py +13 -13
- dlubal/api/rfem/layout_and_drawing/cad_line_pb2.pyi +2 -0
- dlubal/api/rfem/mesh/mesh_settings_pb2.py +7 -11
- dlubal/api/rfem/mesh/mesh_settings_pb2.pyi +18 -76
- dlubal/api/rfem/object_type_pb2.py +2 -2
- dlubal/api/rfem/object_type_pb2.pyi +4 -0
- dlubal/api/rfem/structure_core/line_pb2.py +17 -17
- dlubal/api/rfem/structure_core/line_pb2.pyi +2 -0
- dlubal/api/rfem/structure_core/member_pb2.py +190 -190
- dlubal/api/rfem/structure_core/member_pb2.pyi +14 -2
- dlubal/api/rfem/structure_core/member_representative_pb2.py +286 -286
- dlubal/api/rfem/structure_core/member_representative_pb2.pyi +14 -2
- dlubal/api/rfem/structure_core/member_set_representative_pb2.py +404 -404
- dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +14 -2
- dlubal/api/rfem/structure_core/solid_pb2.py +28 -28
- dlubal/api/rfem/structure_core/solid_pb2.pyi +10 -2
- dlubal/api/rfem/structure_core/surface_pb2.py +62 -62
- dlubal/api/rfem/structure_core/surface_pb2.pyi +14 -2
- dlubal/api/rfem/types_for_wind_simulation/__init__.py +2 -0
- dlubal/api/rfem/types_for_wind_simulation/roughness_and_permeability_pb2.py +40 -0
- dlubal/api/rfem/types_for_wind_simulation/roughness_and_permeability_pb2.pyi +85 -0
- dlubal/api/rfem/types_for_wind_simulation/shrink_wrapping_pb2.py +40 -0
- dlubal/api/rfem/types_for_wind_simulation/shrink_wrapping_pb2.pyi +59 -0
- dlubal/api/rsection/application.py +16 -0
- dlubal/api/rstab/__init__.py +1 -0
- dlubal/api/rstab/application.py +17 -17
- dlubal/api/rstab/base_data_objects/terrain_pb2.py +8 -8
- dlubal/api/rstab/base_data_objects/terrain_pb2.pyi +6 -2
- dlubal/api/rstab/guide_objects/visual_object_pb2.py +6 -6
- dlubal/api/rstab/guide_objects/visual_object_pb2.pyi +10 -2
- dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.py +12 -12
- dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.pyi +10 -2
- dlubal/api/rstab/object_type_pb2.py +2 -2
- dlubal/api/rstab/object_type_pb2.pyi +4 -0
- dlubal/api/rstab/structure_core/member_pb2.py +178 -178
- dlubal/api/rstab/structure_core/member_pb2.pyi +14 -2
- dlubal/api/rstab/structure_core/member_representative_pb2.py +274 -274
- dlubal/api/rstab/structure_core/member_representative_pb2.pyi +14 -2
- dlubal/api/rstab/structure_core/member_set_representative_pb2.py +394 -394
- dlubal/api/rstab/structure_core/member_set_representative_pb2.pyi +14 -2
- dlubal/api/rstab/types_for_wind_simulation/__init__.py +2 -0
- dlubal/api/rstab/types_for_wind_simulation/roughness_and_permeability_pb2.py +40 -0
- dlubal/api/rstab/types_for_wind_simulation/roughness_and_permeability_pb2.pyi +81 -0
- dlubal/api/rstab/types_for_wind_simulation/shrink_wrapping_pb2.py +40 -0
- dlubal/api/rstab/types_for_wind_simulation/shrink_wrapping_pb2.pyi +55 -0
- {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.2.dist-info}/METADATA +2 -2
- {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.2.dist-info}/RECORD +61 -51
- examples/rfem/import_from_ifc.py +3 -3
- examples/rstab/import_from_ifc.py +1 -1
- {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.2.dist-info}/WHEEL +0 -0
- {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.2.dist-info}/top_level.txt +0 -0
|
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
|
|
|
25
25
|
from dlubal.api.common import common_pb2 as dlubal_dot_api_dot_common_dot_common__pb2
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(dlubal/api/rfem/mesh/mesh_settings.proto\x12\x14\x64lubal.api.rfem.mesh\x1a\x1e\x64lubal/api/common/common.proto\"\xe7?\n\x0cMeshSettings\x12#\n\x1bgeneral_target_length_of_fe\x18\x01 \x01(\x01\x12\x36\n.general_maximum_distance_between_node_and_line\x18\x02 \x01(\x01\x12*\n\"general_independent_mesh_preferred\x18\x03 \x01(\x08\x12\x38\n0general_independent_mesh_connect_eliminated_node\x18\x04 \x01(\x05\x12T\nLgeneral_independent_mesh_connect_eliminated_node_to_group_of_elements_radius\x18\x05 \x01(\x01\x12\x35\n-members_number_of_divisions_for_special_types\x18\x06 \x01(\x05\x12:\n2members_activate_division_due_to_analysis_settings\x18\x07 \x01(\x08\x12\x36\n.members_number_of_divisions_for_result_diagram\x18\x08 \x01(\x05\x12\x36\n.members_number_of_divisions_for_min_max_values\x18\t \x01(\x05\x12\x31\n)members_use_division_for_concrete_members\x18\n \x01(\x08\x12\x38\n0members_number_of_divisions_for_concrete_members\x18\x0b \x01(\x05\x12\x33\n+members_use_division_for_members_with_nodes\x18\x0c \x01(\x08\x12$\n\x1csurfaces_maximum_ratio_of_fe\x18\r \x01(\x01\x12\x31\n)surfaces_maximum_out_of_plane_inclination\x18\x0e \x01(\x01\x12 \n\x18surfaces_mesh_refinement\x18\x0f \x01(\x08\x12\x1d\n\x15surfaces_relationship\x18\x10 \x01(\x01\x12\x32\n*surfaces_integrate_also_unutilized_objects\x18\x11 \x01(\x08\x12o\n!surfaces_shape_of_finite_elements\x18\x12 \x01(\x0e\x32\x44.dlubal.api.rfem.mesh.MeshSettings.SurfacesShapeOfFiniteElementsType\x12\x1d\n\x15surfaces_same_squares\x18\x13 \x01(\x08\x12(\n surfaces_triangles_for_membranes\x18\x14 \x01(\x08\x12&\n\x1esurfaces_mapped_mesh_preferred\x18\x15 \x01(\x08\x12\x37\n/solids_use_refinement_if_containing_close_nodes\x18\x16 \x01(\x08\x12)\n!solids_maximum_number_of_elements\x18\x17 \x01(\x05\x12\x34\n,solids_use_target_length_of_fe_for_type_soil\x18\x18 \x01(\x08\x12\x30\n(solids_target_length_of_fe_for_type_soil\x18\x19 \x01(\x01\x12\x62\n\x1csurfaces_mesh_quality_config\x18\x1a \x01(\x0b\x32<.dlubal.api.rfem.mesh.MeshSettings.SurfacesMeshQualityConfig\x12^\n\x1asolids_mesh_quality_config\x18\x1b \x01(\x0b\x32:.dlubal.api.rfem.mesh.MeshSettings.SolidsMeshQualityConfig\x12`\n\x1bwind_simulation_mesh_config\x18\x1c \x01(\x0b\x32;.dlubal.api.rfem.mesh.MeshSettings.WindSimulationMeshConfig\x1a\x8e\r\n\x19SurfacesMeshQualityConfig\x12G\n%mesh_quality_color_indicator_ok_color\x18\x01 \x01(\x0b\x32\x18.dlubal.api.common.Color\x12L\n*mesh_quality_color_indicator_warning_color\x18\x02 \x01(\x0b\x32\x18.dlubal.api.common.Color\x12L\n*mesh_quality_color_indicator_failure_color\x18\x03 \x01(\x0b\x32\x18.dlubal.api.common.Color\x12\x8b\x01\n$quality_criteria_config_for_surfaces\x18\x04 \x01(\x0b\x32].dlubal.api.rfem.mesh.MeshSettings.SurfacesMeshQualityConfig.QualityCriteriaConfigForSurfaces\x1a\xfd\t\n QualityCriteriaConfigForSurfaces\x12,\n$quality_criterion_check_aspect_ratio\x18\x01 \x01(\x08\x12\x34\n,quality_criterion_check_aspect_ratio_warning\x18\x02 \x01(\x01\x12\x34\n,quality_criterion_check_aspect_ratio_failure\x18\x03 \x01(\x01\x12-\n%quality_criterion_parallel_deviations\x18\x04 \x01(\x08\x12\x35\n-quality_criterion_parallel_deviations_warning\x18\x05 \x01(\x01\x12\x35\n-quality_criterion_parallel_deviations_failure\x18\x06 \x01(\x01\x12<\n4quality_criterion_corner_angles_of_triangle_elements\x18\x07 \x01(\x08\x12\x44\n<quality_criterion_corner_angles_of_triangle_elements_warning\x18\x08 \x01(\x01\x12\x44\n<quality_criterion_corner_angles_of_triangle_elements_failure\x18\t \x01(\x01\x12>\n6quality_criterion_corner_angles_of_quadrangle_elements\x18\n \x01(\x08\x12\x46\n>quality_criterion_corner_angles_of_quadrangle_elements_warning\x18\x0b \x01(\x01\x12\x46\n>quality_criterion_corner_angles_of_quadrangle_elements_failure\x18\x0c \x01(\x01\x12\x36\n.quality_criterion_warping_of_membrane_elements\x18\r \x01(\x08\x12>\n6quality_criterion_warping_of_membrane_elements_warning\x18\x0e \x01(\x01\x12>\n6quality_criterion_warping_of_membrane_elements_failure\x18\x0f \x01(\x01\x12:\n2quality_criterion_warping_of_non_membrane_elements\x18\x10 \x01(\x08\x12\x42\n:quality_criterion_warping_of_non_membrane_elements_warning\x18\x11 \x01(\x01\x12\x42\n:quality_criterion_warping_of_non_membrane_elements_failure\x18\x12 \x01(\x01\x12(\n quality_criterion_jacobian_ratio\x18\x13 \x01(\x08\x12\x30\n(quality_criterion_jacobian_ratio_warning\x18\x14 \x01(\x01\x12\x30\n(quality_criterion_jacobian_ratio_failure\x18\x15 \x01(\x01\x1a\x81\x0b\n\x17SolidsMeshQualityConfig\x12G\n%mesh_quality_color_indicator_ok_color\x18\x01 \x01(\x0b\x32\x18.dlubal.api.common.Color\x12L\n*mesh_quality_color_indicator_warning_color\x18\x02 \x01(\x0b\x32\x18.dlubal.api.common.Color\x12L\n*mesh_quality_color_indicator_failure_color\x18\x03 \x01(\x0b\x32\x18.dlubal.api.common.Color\x12\x85\x01\n\"quality_criteria_config_for_solids\x18\x04 \x01(\x0b\x32Y.dlubal.api.rfem.mesh.MeshSettings.SolidsMeshQualityConfig.QualityCriteriaConfigForSolids\x1a\xf8\x07\n\x1eQualityCriteriaConfigForSolids\x12,\n$quality_criterion_check_aspect_ratio\x18\x01 \x01(\x08\x12\x34\n,quality_criterion_check_aspect_ratio_warning\x18\x02 \x01(\x01\x12\x34\n,quality_criterion_check_aspect_ratio_failure\x18\x03 \x01(\x01\x12-\n%quality_criterion_parallel_deviations\x18\x04 \x01(\x08\x12\x35\n-quality_criterion_parallel_deviations_warning\x18\x05 \x01(\x01\x12\x35\n-quality_criterion_parallel_deviations_failure\x18\x06 \x01(\x01\x12<\n4quality_criterion_corner_angles_of_triangle_elements\x18\x07 \x01(\x08\x12\x44\n<quality_criterion_corner_angles_of_triangle_elements_warning\x18\x08 \x01(\x01\x12\x44\n<quality_criterion_corner_angles_of_triangle_elements_failure\x18\t \x01(\x01\x12>\n6quality_criterion_corner_angles_of_quadrangle_elements\x18\n \x01(\x08\x12\x46\n>quality_criterion_corner_angles_of_quadrangle_elements_warning\x18\x0b \x01(\x01\x12\x46\n>quality_criterion_corner_angles_of_quadrangle_elements_failure\x18\x0c \x01(\x01\x12!\n\x19quality_criterion_warping\x18\r \x01(\x08\x12)\n!quality_criterion_warping_warning\x18\x0e \x01(\x01\x12)\n!quality_criterion_warping_failure\x18\x0f \x01(\x01\x12(\n quality_criterion_jacobian_ratio\x18\x10 \x01(\x08\x12\x30\n(quality_criterion_jacobian_ratio_warning\x18\x11 \x01(\x01\x12\x30\n(quality_criterion_jacobian_ratio_failure\x18\x12 \x01(\x01\x1a\xd3\x18\n\x18WindSimulationMeshConfig\x12\x37\n/windsimulation_mesh_config_value_simplify_model\x18\x01 \x01(\x08\x12\xae\x01\n5windsimulation_mesh_config_value_determine_details_by\x18\x02 \x01(\x0e\x32o.dlubal.api.rfem.mesh.MeshSettings.WindSimulationMeshConfig.WindsimulationMeshConfigValueDetermineDetailsByType\x12\x39\n1windsimulation_mesh_config_value_level_of_details\x18\x03 \x01(\x05\x12\x34\n,windsimulation_mesh_config_value_detail_size\x18\x04 \x01(\x01\x12\xb7\x01\n<windsimulation_mesh_config_value_small_openings_closure_type\x18\x05 \x01(\x0e\x32q.dlubal.api.rfem.mesh.MeshSettings.WindSimulationMeshConfig.WindsimulationMeshConfigValueSmallOpeningsClosureType\x12\x45\n=windsimulation_mesh_config_value_small_openings_closure_value\x18\x06 \x01(\x01\x12\x42\n:windsimulation_mesh_config_value_optimized_member_topology\x18\x07 \x01(\x08\x12\x44\n<windsimulation_mesh_config_value_optimized_member_topo_value\x18\x08 \x01(\x05\x12N\nFwindsimulation_mesh_config_value_optimized_member_fill_hollow_sections\x18\t \x01(\x08\x12<\n4windsimulation_mesh_config_value_active_objects_only\x18\n \x01(\x08\x12\x30\n(windsimulation_mesh_config_value_terrain\x18\x0b \x01(\x08\x12;\n3windsimulation_mesh_config_value_terrain_from_model\x18\x0c \x01(\x08\x12;\n3windsimulation_mesh_config_value_terrain_objects_id\x18\r \x01(\t\x12<\n4windsimulation_mesh_config_value_terrain_objects_all\x18\x0e \x01(\x08\x12:\n2windsimulation_mesh_config_value_surrounding_model\x18\x0f \x01(\x08\x12I\nAwindsimulation_mesh_config_value_surrounding_model_ifc_objects_id\x18\x10 \x01(\t\x12J\nBwindsimulation_mesh_config_value_surrounding_model_ifc_objects_all\x18\x11 \x01(\x08\x12L\nDwindsimulation_mesh_config_value_surrounding_model_visual_objects_id\x18\x12 \x01(\t\x12M\nEwindsimulation_mesh_config_value_surrounding_model_visual_objects_all\x18\x13 \x01(\x08\x12\x45\n=windsimulation_mesh_config_value_keep_results_if_mesh_deleted\x18\x14 \x01(\x08\x12\x43\n;windsimulation_mesh_config_value_consider_surface_thickness\x18\x15 \x01(\x08\x12\x39\n1windsimulation_mesh_config_value_run_rwind_silent\x18\x16 \x01(\x08\x12N\nFwindsimulation_mesh_config_value_rwind4_shrink_wrapping_main_structure\x18\x17 \x01(\x05\x12S\nKwindsimulation_mesh_config_value_rwind4_shrink_wrapping_surrounding_objects\x18\x18 \x01(\x05\x12G\n?windsimulation_mesh_config_value_rwind4_shrink_wrapping_terrain\x18\x19 \x01(\x05\x12\x42\n:windsimulation_mesh_config_value_rwind4_member_detail_size\x18\x1a \x01(\x05\x12]\nUwindsimulation_mesh_config_value_rwind4_use_only_external_surface_for_hollow_sections\x18\x1b \x01(\x08\x12X\nPwindsimulation_mesh_config_value_rwind4_consider_surface_thickness_above_enabled\x18\x1c \x01(\x08\x12V\nNwindsimulation_mesh_config_value_rwind4_consider_surface_thickness_above_value\x18\x1d \x01(\x01\x12L\nDwindsimulation_mesh_config_value_rwind4_keep_results_if_mesh_deleted\x18\x1e \x01(\x08\x12@\n8windsimulation_mesh_config_value_rwind4_run_rwind_silent\x18\x1f \x01(\x08\"\xd5\x02\n3WindsimulationMeshConfigValueDetermineDetailsByType\x12\x41\n=WINDSIMULATION_MESH_CONFIG_VALUE_DETERMINE_DETAILS_BY_UNKNOWN\x10\x00\x12j\nfWINDSIMULATION_MESH_CONFIG_VALUE_DETERMINE_DETAILS_BY_WINDSIMULATION_DETERMINE_DETAILS_BY__DETAIL_SIZE\x10\x02\x12o\nkWINDSIMULATION_MESH_CONFIG_VALUE_DETERMINE_DETAILS_BY_WINDSIMULATION_DETERMINE_DETAILS_BY__LEVEL_OF_DETAILS\x10\x01\"\xf6\x02\n5WindsimulationMeshConfigValueSmallOpeningsClosureType\x12H\nDWINDSIMULATION_MESH_CONFIG_VALUE_SMALL_OPENINGS_CLOSURE_TYPE_UNKNOWN\x10\x00\x12\x80\x01\n|WINDSIMULATION_MESH_CONFIG_VALUE_SMALL_OPENINGS_CLOSURE_TYPE_WINDSIMULATION_OPENINGS_CLOSURE_TYPE__PERCENT_OF_MODEL_DIAMETER\x10\x01\x12p\nlWINDSIMULATION_MESH_CONFIG_VALUE_SMALL_OPENINGS_CLOSURE_TYPE_WINDSIMULATION_OPENINGS_CLOSURE_TYPE__REAL_SIZE\x10\x02\"\xab\x02\n!SurfacesShapeOfFiniteElementsType\x12-\n)SURFACES_SHAPE_OF_FINITE_ELEMENTS_UNKNOWN\x10\x00\x12\x44\n@SURFACES_SHAPE_OF_FINITE_ELEMENTS_FOR_SURFACES__QUADRANGLES_ONLY\x10\x01\x12M\nISURFACES_SHAPE_OF_FINITE_ELEMENTS_FOR_SURFACES__TRIANGLES_AND_QUADRANGLES\x10\x03\x12\x42\n>SURFACES_SHAPE_OF_FINITE_ELEMENTS_FOR_SURFACES__TRIANGLES_ONLY\x10\x02\"\x90\x01\n\x0eMeshStatistics\x12!\n\x19member_1D_finite_elements\x18\x01 \x01(\x05\x12\"\n\x1asurface_2D_finite_elements\x18\x02 \x01(\x05\x12 \n\x18solid_3D_finite_elements\x18\x03 \x01(\x05\x12\x15\n\rnode_elements\x18\x04 \x01(\x05\x62\x06proto3')
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(dlubal/api/rfem/mesh/mesh_settings.proto\x12\x14\x64lubal.api.rfem.mesh\x1a\x1e\x64lubal/api/common/common.proto\"\xfc,\n\x0cMeshSettings\x12#\n\x1bgeneral_target_length_of_fe\x18\x01 \x01(\x01\x12\x36\n.general_maximum_distance_between_node_and_line\x18\x02 \x01(\x01\x12*\n\"general_independent_mesh_preferred\x18\x03 \x01(\x08\x12\x38\n0general_independent_mesh_connect_eliminated_node\x18\x04 \x01(\x05\x12T\nLgeneral_independent_mesh_connect_eliminated_node_to_group_of_elements_radius\x18\x05 \x01(\x01\x12\x35\n-members_number_of_divisions_for_special_types\x18\x06 \x01(\x05\x12:\n2members_activate_division_due_to_analysis_settings\x18\x07 \x01(\x08\x12\x36\n.members_number_of_divisions_for_result_diagram\x18\x08 \x01(\x05\x12\x36\n.members_number_of_divisions_for_min_max_values\x18\t \x01(\x05\x12\x31\n)members_use_division_for_concrete_members\x18\n \x01(\x08\x12\x38\n0members_number_of_divisions_for_concrete_members\x18\x0b \x01(\x05\x12\x33\n+members_use_division_for_members_with_nodes\x18\x0c \x01(\x08\x12$\n\x1csurfaces_maximum_ratio_of_fe\x18\r \x01(\x01\x12\x31\n)surfaces_maximum_out_of_plane_inclination\x18\x0e \x01(\x01\x12 \n\x18surfaces_mesh_refinement\x18\x0f \x01(\x08\x12\x1d\n\x15surfaces_relationship\x18\x10 \x01(\x01\x12\x32\n*surfaces_integrate_also_unutilized_objects\x18\x11 \x01(\x08\x12o\n!surfaces_shape_of_finite_elements\x18\x12 \x01(\x0e\x32\x44.dlubal.api.rfem.mesh.MeshSettings.SurfacesShapeOfFiniteElementsType\x12\x1d\n\x15surfaces_same_squares\x18\x13 \x01(\x08\x12(\n surfaces_triangles_for_membranes\x18\x14 \x01(\x08\x12&\n\x1esurfaces_mapped_mesh_preferred\x18\x15 \x01(\x08\x12\x37\n/solids_use_refinement_if_containing_close_nodes\x18\x16 \x01(\x08\x12)\n!solids_maximum_number_of_elements\x18\x17 \x01(\x05\x12\x34\n,solids_use_target_length_of_fe_for_type_soil\x18\x18 \x01(\x08\x12\x30\n(solids_target_length_of_fe_for_type_soil\x18\x19 \x01(\x01\x12\x62\n\x1csurfaces_mesh_quality_config\x18\x1a \x01(\x0b\x32<.dlubal.api.rfem.mesh.MeshSettings.SurfacesMeshQualityConfig\x12^\n\x1asolids_mesh_quality_config\x18\x1b \x01(\x0b\x32:.dlubal.api.rfem.mesh.MeshSettings.SolidsMeshQualityConfig\x12`\n\x1bwind_simulation_mesh_config\x18\x1c \x01(\x0b\x32;.dlubal.api.rfem.mesh.MeshSettings.WindSimulationMeshConfig\x1a\x8e\r\n\x19SurfacesMeshQualityConfig\x12G\n%mesh_quality_color_indicator_ok_color\x18\x01 \x01(\x0b\x32\x18.dlubal.api.common.Color\x12L\n*mesh_quality_color_indicator_warning_color\x18\x02 \x01(\x0b\x32\x18.dlubal.api.common.Color\x12L\n*mesh_quality_color_indicator_failure_color\x18\x03 \x01(\x0b\x32\x18.dlubal.api.common.Color\x12\x8b\x01\n$quality_criteria_config_for_surfaces\x18\x04 \x01(\x0b\x32].dlubal.api.rfem.mesh.MeshSettings.SurfacesMeshQualityConfig.QualityCriteriaConfigForSurfaces\x1a\xfd\t\n QualityCriteriaConfigForSurfaces\x12,\n$quality_criterion_check_aspect_ratio\x18\x01 \x01(\x08\x12\x34\n,quality_criterion_check_aspect_ratio_warning\x18\x02 \x01(\x01\x12\x34\n,quality_criterion_check_aspect_ratio_failure\x18\x03 \x01(\x01\x12-\n%quality_criterion_parallel_deviations\x18\x04 \x01(\x08\x12\x35\n-quality_criterion_parallel_deviations_warning\x18\x05 \x01(\x01\x12\x35\n-quality_criterion_parallel_deviations_failure\x18\x06 \x01(\x01\x12<\n4quality_criterion_corner_angles_of_triangle_elements\x18\x07 \x01(\x08\x12\x44\n<quality_criterion_corner_angles_of_triangle_elements_warning\x18\x08 \x01(\x01\x12\x44\n<quality_criterion_corner_angles_of_triangle_elements_failure\x18\t \x01(\x01\x12>\n6quality_criterion_corner_angles_of_quadrangle_elements\x18\n \x01(\x08\x12\x46\n>quality_criterion_corner_angles_of_quadrangle_elements_warning\x18\x0b \x01(\x01\x12\x46\n>quality_criterion_corner_angles_of_quadrangle_elements_failure\x18\x0c \x01(\x01\x12\x36\n.quality_criterion_warping_of_membrane_elements\x18\r \x01(\x08\x12>\n6quality_criterion_warping_of_membrane_elements_warning\x18\x0e \x01(\x01\x12>\n6quality_criterion_warping_of_membrane_elements_failure\x18\x0f \x01(\x01\x12:\n2quality_criterion_warping_of_non_membrane_elements\x18\x10 \x01(\x08\x12\x42\n:quality_criterion_warping_of_non_membrane_elements_warning\x18\x11 \x01(\x01\x12\x42\n:quality_criterion_warping_of_non_membrane_elements_failure\x18\x12 \x01(\x01\x12(\n quality_criterion_jacobian_ratio\x18\x13 \x01(\x08\x12\x30\n(quality_criterion_jacobian_ratio_warning\x18\x14 \x01(\x01\x12\x30\n(quality_criterion_jacobian_ratio_failure\x18\x15 \x01(\x01\x1a\x81\x0b\n\x17SolidsMeshQualityConfig\x12G\n%mesh_quality_color_indicator_ok_color\x18\x01 \x01(\x0b\x32\x18.dlubal.api.common.Color\x12L\n*mesh_quality_color_indicator_warning_color\x18\x02 \x01(\x0b\x32\x18.dlubal.api.common.Color\x12L\n*mesh_quality_color_indicator_failure_color\x18\x03 \x01(\x0b\x32\x18.dlubal.api.common.Color\x12\x85\x01\n\"quality_criteria_config_for_solids\x18\x04 \x01(\x0b\x32Y.dlubal.api.rfem.mesh.MeshSettings.SolidsMeshQualityConfig.QualityCriteriaConfigForSolids\x1a\xf8\x07\n\x1eQualityCriteriaConfigForSolids\x12,\n$quality_criterion_check_aspect_ratio\x18\x01 \x01(\x08\x12\x34\n,quality_criterion_check_aspect_ratio_warning\x18\x02 \x01(\x01\x12\x34\n,quality_criterion_check_aspect_ratio_failure\x18\x03 \x01(\x01\x12-\n%quality_criterion_parallel_deviations\x18\x04 \x01(\x08\x12\x35\n-quality_criterion_parallel_deviations_warning\x18\x05 \x01(\x01\x12\x35\n-quality_criterion_parallel_deviations_failure\x18\x06 \x01(\x01\x12<\n4quality_criterion_corner_angles_of_triangle_elements\x18\x07 \x01(\x08\x12\x44\n<quality_criterion_corner_angles_of_triangle_elements_warning\x18\x08 \x01(\x01\x12\x44\n<quality_criterion_corner_angles_of_triangle_elements_failure\x18\t \x01(\x01\x12>\n6quality_criterion_corner_angles_of_quadrangle_elements\x18\n \x01(\x08\x12\x46\n>quality_criterion_corner_angles_of_quadrangle_elements_warning\x18\x0b \x01(\x01\x12\x46\n>quality_criterion_corner_angles_of_quadrangle_elements_failure\x18\x0c \x01(\x01\x12!\n\x19quality_criterion_warping\x18\r \x01(\x08\x12)\n!quality_criterion_warping_warning\x18\x0e \x01(\x01\x12)\n!quality_criterion_warping_failure\x18\x0f \x01(\x01\x12(\n quality_criterion_jacobian_ratio\x18\x10 \x01(\x08\x12\x30\n(quality_criterion_jacobian_ratio_warning\x18\x11 \x01(\x01\x12\x30\n(quality_criterion_jacobian_ratio_failure\x18\x12 \x01(\x01\x1a\xe8\x05\n\x18WindSimulationMeshConfig\x12G\n?windsimulation_mesh_config_value_shrink_wrapping_main_structure\x18\x01 \x01(\x05\x12L\nDwindsimulation_mesh_config_value_shrink_wrapping_surrounding_objects\x18\x02 \x01(\x05\x12@\n8windsimulation_mesh_config_value_shrink_wrapping_terrain\x18\x03 \x01(\x05\x12;\n3windsimulation_mesh_config_value_member_detail_size\x18\x04 \x01(\x05\x12V\nNwindsimulation_mesh_config_value_use_only_external_surface_for_hollow_sections\x18\x05 \x01(\x08\x12Q\nIwindsimulation_mesh_config_value_consider_surface_thickness_above_enabled\x18\x06 \x01(\x08\x12O\nGwindsimulation_mesh_config_value_consider_surface_thickness_above_value\x18\x07 \x01(\x01\x12\x38\n0windsimulation_mesh_config_value_terrain_enabled\x18\x08 \x01(\x08\x12\x45\n=windsimulation_mesh_config_value_keep_results_if_mesh_deleted\x18\t \x01(\x08\x12\x39\n1windsimulation_mesh_config_value_run_rwind_silent\x18\n \x01(\x08\"\xab\x02\n!SurfacesShapeOfFiniteElementsType\x12-\n)SURFACES_SHAPE_OF_FINITE_ELEMENTS_UNKNOWN\x10\x00\x12\x44\n@SURFACES_SHAPE_OF_FINITE_ELEMENTS_FOR_SURFACES__QUADRANGLES_ONLY\x10\x01\x12M\nISURFACES_SHAPE_OF_FINITE_ELEMENTS_FOR_SURFACES__TRIANGLES_AND_QUADRANGLES\x10\x03\x12\x42\n>SURFACES_SHAPE_OF_FINITE_ELEMENTS_FOR_SURFACES__TRIANGLES_ONLY\x10\x02\"\x90\x01\n\x0eMeshStatistics\x12!\n\x19member_1D_finite_elements\x18\x01 \x01(\x05\x12\"\n\x1asurface_2D_finite_elements\x18\x02 \x01(\x05\x12 \n\x18solid_3D_finite_elements\x18\x03 \x01(\x05\x12\x15\n\rnode_elements\x18\x04 \x01(\x05\x62\x06proto3')
|
|
29
29
|
|
|
30
30
|
_globals = globals()
|
|
31
31
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -33,7 +33,7 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.mesh.mesh_s
|
|
|
33
33
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
34
|
DESCRIPTOR._loaded_options = None
|
|
35
35
|
_globals['_MESHSETTINGS']._serialized_start=99
|
|
36
|
-
_globals['_MESHSETTINGS']._serialized_end=
|
|
36
|
+
_globals['_MESHSETTINGS']._serialized_end=5855
|
|
37
37
|
_globals['_MESHSETTINGS_SURFACESMESHQUALITYCONFIG']._serialized_start=1716
|
|
38
38
|
_globals['_MESHSETTINGS_SURFACESMESHQUALITYCONFIG']._serialized_end=3394
|
|
39
39
|
_globals['_MESHSETTINGS_SURFACESMESHQUALITYCONFIG_QUALITYCRITERIACONFIGFORSURFACES']._serialized_start=2117
|
|
@@ -43,13 +43,9 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
43
43
|
_globals['_MESHSETTINGS_SOLIDSMESHQUALITYCONFIG_QUALITYCRITERIACONFIGFORSOLIDS']._serialized_start=3790
|
|
44
44
|
_globals['_MESHSETTINGS_SOLIDSMESHQUALITYCONFIG_QUALITYCRITERIACONFIGFORSOLIDS']._serialized_end=4806
|
|
45
45
|
_globals['_MESHSETTINGS_WINDSIMULATIONMESHCONFIG']._serialized_start=4809
|
|
46
|
-
_globals['_MESHSETTINGS_WINDSIMULATIONMESHCONFIG']._serialized_end=
|
|
47
|
-
_globals['
|
|
48
|
-
_globals['
|
|
49
|
-
_globals['
|
|
50
|
-
_globals['
|
|
51
|
-
_globals['_MESHSETTINGS_SURFACESSHAPEOFFINITEELEMENTSTYPE']._serialized_start=7967
|
|
52
|
-
_globals['_MESHSETTINGS_SURFACESSHAPEOFFINITEELEMENTSTYPE']._serialized_end=8266
|
|
53
|
-
_globals['_MESHSTATISTICS']._serialized_start=8269
|
|
54
|
-
_globals['_MESHSTATISTICS']._serialized_end=8413
|
|
46
|
+
_globals['_MESHSETTINGS_WINDSIMULATIONMESHCONFIG']._serialized_end=5553
|
|
47
|
+
_globals['_MESHSETTINGS_SURFACESSHAPEOFFINITEELEMENTSTYPE']._serialized_start=5556
|
|
48
|
+
_globals['_MESHSETTINGS_SURFACESSHAPEOFFINITEELEMENTSTYPE']._serialized_end=5855
|
|
49
|
+
_globals['_MESHSTATISTICS']._serialized_start=5858
|
|
50
|
+
_globals['_MESHSTATISTICS']._serialized_end=6002
|
|
55
51
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -125,86 +125,28 @@ class MeshSettings(_message.Message):
|
|
|
125
125
|
quality_criteria_config_for_solids: MeshSettings.SolidsMeshQualityConfig.QualityCriteriaConfigForSolids
|
|
126
126
|
def __init__(self, mesh_quality_color_indicator_ok_color: _Optional[_Union[_common_pb2.Color, _Mapping]] = ..., mesh_quality_color_indicator_warning_color: _Optional[_Union[_common_pb2.Color, _Mapping]] = ..., mesh_quality_color_indicator_failure_color: _Optional[_Union[_common_pb2.Color, _Mapping]] = ..., quality_criteria_config_for_solids: _Optional[_Union[MeshSettings.SolidsMeshQualityConfig.QualityCriteriaConfigForSolids, _Mapping]] = ...) -> None: ...
|
|
127
127
|
class WindSimulationMeshConfig(_message.Message):
|
|
128
|
-
__slots__ = ("
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
class WindsimulationMeshConfigValueSmallOpeningsClosureType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
138
|
-
__slots__ = ()
|
|
139
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_SMALL_OPENINGS_CLOSURE_TYPE_UNKNOWN: _ClassVar[MeshSettings.WindSimulationMeshConfig.WindsimulationMeshConfigValueSmallOpeningsClosureType]
|
|
140
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_SMALL_OPENINGS_CLOSURE_TYPE_WINDSIMULATION_OPENINGS_CLOSURE_TYPE__PERCENT_OF_MODEL_DIAMETER: _ClassVar[MeshSettings.WindSimulationMeshConfig.WindsimulationMeshConfigValueSmallOpeningsClosureType]
|
|
141
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_SMALL_OPENINGS_CLOSURE_TYPE_WINDSIMULATION_OPENINGS_CLOSURE_TYPE__REAL_SIZE: _ClassVar[MeshSettings.WindSimulationMeshConfig.WindsimulationMeshConfigValueSmallOpeningsClosureType]
|
|
142
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_SMALL_OPENINGS_CLOSURE_TYPE_UNKNOWN: MeshSettings.WindSimulationMeshConfig.WindsimulationMeshConfigValueSmallOpeningsClosureType
|
|
143
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_SMALL_OPENINGS_CLOSURE_TYPE_WINDSIMULATION_OPENINGS_CLOSURE_TYPE__PERCENT_OF_MODEL_DIAMETER: MeshSettings.WindSimulationMeshConfig.WindsimulationMeshConfigValueSmallOpeningsClosureType
|
|
144
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_SMALL_OPENINGS_CLOSURE_TYPE_WINDSIMULATION_OPENINGS_CLOSURE_TYPE__REAL_SIZE: MeshSettings.WindSimulationMeshConfig.WindsimulationMeshConfigValueSmallOpeningsClosureType
|
|
145
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_SIMPLIFY_MODEL_FIELD_NUMBER: _ClassVar[int]
|
|
146
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_DETERMINE_DETAILS_BY_FIELD_NUMBER: _ClassVar[int]
|
|
147
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_LEVEL_OF_DETAILS_FIELD_NUMBER: _ClassVar[int]
|
|
148
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_DETAIL_SIZE_FIELD_NUMBER: _ClassVar[int]
|
|
149
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_SMALL_OPENINGS_CLOSURE_TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
150
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_SMALL_OPENINGS_CLOSURE_VALUE_FIELD_NUMBER: _ClassVar[int]
|
|
151
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_OPTIMIZED_MEMBER_TOPOLOGY_FIELD_NUMBER: _ClassVar[int]
|
|
152
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_OPTIMIZED_MEMBER_TOPO_VALUE_FIELD_NUMBER: _ClassVar[int]
|
|
153
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_OPTIMIZED_MEMBER_FILL_HOLLOW_SECTIONS_FIELD_NUMBER: _ClassVar[int]
|
|
154
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_ACTIVE_OBJECTS_ONLY_FIELD_NUMBER: _ClassVar[int]
|
|
155
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_TERRAIN_FIELD_NUMBER: _ClassVar[int]
|
|
156
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_TERRAIN_FROM_MODEL_FIELD_NUMBER: _ClassVar[int]
|
|
157
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_TERRAIN_OBJECTS_ID_FIELD_NUMBER: _ClassVar[int]
|
|
158
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_TERRAIN_OBJECTS_ALL_FIELD_NUMBER: _ClassVar[int]
|
|
159
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_SURROUNDING_MODEL_FIELD_NUMBER: _ClassVar[int]
|
|
160
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_SURROUNDING_MODEL_IFC_OBJECTS_ID_FIELD_NUMBER: _ClassVar[int]
|
|
161
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_SURROUNDING_MODEL_IFC_OBJECTS_ALL_FIELD_NUMBER: _ClassVar[int]
|
|
162
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_SURROUNDING_MODEL_VISUAL_OBJECTS_ID_FIELD_NUMBER: _ClassVar[int]
|
|
163
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_SURROUNDING_MODEL_VISUAL_OBJECTS_ALL_FIELD_NUMBER: _ClassVar[int]
|
|
128
|
+
__slots__ = ("windsimulation_mesh_config_value_shrink_wrapping_main_structure", "windsimulation_mesh_config_value_shrink_wrapping_surrounding_objects", "windsimulation_mesh_config_value_shrink_wrapping_terrain", "windsimulation_mesh_config_value_member_detail_size", "windsimulation_mesh_config_value_use_only_external_surface_for_hollow_sections", "windsimulation_mesh_config_value_consider_surface_thickness_above_enabled", "windsimulation_mesh_config_value_consider_surface_thickness_above_value", "windsimulation_mesh_config_value_terrain_enabled", "windsimulation_mesh_config_value_keep_results_if_mesh_deleted", "windsimulation_mesh_config_value_run_rwind_silent")
|
|
129
|
+
WINDSIMULATION_MESH_CONFIG_VALUE_SHRINK_WRAPPING_MAIN_STRUCTURE_FIELD_NUMBER: _ClassVar[int]
|
|
130
|
+
WINDSIMULATION_MESH_CONFIG_VALUE_SHRINK_WRAPPING_SURROUNDING_OBJECTS_FIELD_NUMBER: _ClassVar[int]
|
|
131
|
+
WINDSIMULATION_MESH_CONFIG_VALUE_SHRINK_WRAPPING_TERRAIN_FIELD_NUMBER: _ClassVar[int]
|
|
132
|
+
WINDSIMULATION_MESH_CONFIG_VALUE_MEMBER_DETAIL_SIZE_FIELD_NUMBER: _ClassVar[int]
|
|
133
|
+
WINDSIMULATION_MESH_CONFIG_VALUE_USE_ONLY_EXTERNAL_SURFACE_FOR_HOLLOW_SECTIONS_FIELD_NUMBER: _ClassVar[int]
|
|
134
|
+
WINDSIMULATION_MESH_CONFIG_VALUE_CONSIDER_SURFACE_THICKNESS_ABOVE_ENABLED_FIELD_NUMBER: _ClassVar[int]
|
|
135
|
+
WINDSIMULATION_MESH_CONFIG_VALUE_CONSIDER_SURFACE_THICKNESS_ABOVE_VALUE_FIELD_NUMBER: _ClassVar[int]
|
|
136
|
+
WINDSIMULATION_MESH_CONFIG_VALUE_TERRAIN_ENABLED_FIELD_NUMBER: _ClassVar[int]
|
|
164
137
|
WINDSIMULATION_MESH_CONFIG_VALUE_KEEP_RESULTS_IF_MESH_DELETED_FIELD_NUMBER: _ClassVar[int]
|
|
165
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_CONSIDER_SURFACE_THICKNESS_FIELD_NUMBER: _ClassVar[int]
|
|
166
138
|
WINDSIMULATION_MESH_CONFIG_VALUE_RUN_RWIND_SILENT_FIELD_NUMBER: _ClassVar[int]
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
WINDSIMULATION_MESH_CONFIG_VALUE_RWIND4_RUN_RWIND_SILENT_FIELD_NUMBER: _ClassVar[int]
|
|
176
|
-
windsimulation_mesh_config_value_simplify_model: bool
|
|
177
|
-
windsimulation_mesh_config_value_determine_details_by: MeshSettings.WindSimulationMeshConfig.WindsimulationMeshConfigValueDetermineDetailsByType
|
|
178
|
-
windsimulation_mesh_config_value_level_of_details: int
|
|
179
|
-
windsimulation_mesh_config_value_detail_size: float
|
|
180
|
-
windsimulation_mesh_config_value_small_openings_closure_type: MeshSettings.WindSimulationMeshConfig.WindsimulationMeshConfigValueSmallOpeningsClosureType
|
|
181
|
-
windsimulation_mesh_config_value_small_openings_closure_value: float
|
|
182
|
-
windsimulation_mesh_config_value_optimized_member_topology: bool
|
|
183
|
-
windsimulation_mesh_config_value_optimized_member_topo_value: int
|
|
184
|
-
windsimulation_mesh_config_value_optimized_member_fill_hollow_sections: bool
|
|
185
|
-
windsimulation_mesh_config_value_active_objects_only: bool
|
|
186
|
-
windsimulation_mesh_config_value_terrain: bool
|
|
187
|
-
windsimulation_mesh_config_value_terrain_from_model: bool
|
|
188
|
-
windsimulation_mesh_config_value_terrain_objects_id: str
|
|
189
|
-
windsimulation_mesh_config_value_terrain_objects_all: bool
|
|
190
|
-
windsimulation_mesh_config_value_surrounding_model: bool
|
|
191
|
-
windsimulation_mesh_config_value_surrounding_model_ifc_objects_id: str
|
|
192
|
-
windsimulation_mesh_config_value_surrounding_model_ifc_objects_all: bool
|
|
193
|
-
windsimulation_mesh_config_value_surrounding_model_visual_objects_id: str
|
|
194
|
-
windsimulation_mesh_config_value_surrounding_model_visual_objects_all: bool
|
|
139
|
+
windsimulation_mesh_config_value_shrink_wrapping_main_structure: int
|
|
140
|
+
windsimulation_mesh_config_value_shrink_wrapping_surrounding_objects: int
|
|
141
|
+
windsimulation_mesh_config_value_shrink_wrapping_terrain: int
|
|
142
|
+
windsimulation_mesh_config_value_member_detail_size: int
|
|
143
|
+
windsimulation_mesh_config_value_use_only_external_surface_for_hollow_sections: bool
|
|
144
|
+
windsimulation_mesh_config_value_consider_surface_thickness_above_enabled: bool
|
|
145
|
+
windsimulation_mesh_config_value_consider_surface_thickness_above_value: float
|
|
146
|
+
windsimulation_mesh_config_value_terrain_enabled: bool
|
|
195
147
|
windsimulation_mesh_config_value_keep_results_if_mesh_deleted: bool
|
|
196
|
-
windsimulation_mesh_config_value_consider_surface_thickness: bool
|
|
197
148
|
windsimulation_mesh_config_value_run_rwind_silent: bool
|
|
198
|
-
|
|
199
|
-
windsimulation_mesh_config_value_rwind4_shrink_wrapping_surrounding_objects: int
|
|
200
|
-
windsimulation_mesh_config_value_rwind4_shrink_wrapping_terrain: int
|
|
201
|
-
windsimulation_mesh_config_value_rwind4_member_detail_size: int
|
|
202
|
-
windsimulation_mesh_config_value_rwind4_use_only_external_surface_for_hollow_sections: bool
|
|
203
|
-
windsimulation_mesh_config_value_rwind4_consider_surface_thickness_above_enabled: bool
|
|
204
|
-
windsimulation_mesh_config_value_rwind4_consider_surface_thickness_above_value: float
|
|
205
|
-
windsimulation_mesh_config_value_rwind4_keep_results_if_mesh_deleted: bool
|
|
206
|
-
windsimulation_mesh_config_value_rwind4_run_rwind_silent: bool
|
|
207
|
-
def __init__(self, windsimulation_mesh_config_value_simplify_model: bool = ..., windsimulation_mesh_config_value_determine_details_by: _Optional[_Union[MeshSettings.WindSimulationMeshConfig.WindsimulationMeshConfigValueDetermineDetailsByType, str]] = ..., windsimulation_mesh_config_value_level_of_details: _Optional[int] = ..., windsimulation_mesh_config_value_detail_size: _Optional[float] = ..., windsimulation_mesh_config_value_small_openings_closure_type: _Optional[_Union[MeshSettings.WindSimulationMeshConfig.WindsimulationMeshConfigValueSmallOpeningsClosureType, str]] = ..., windsimulation_mesh_config_value_small_openings_closure_value: _Optional[float] = ..., windsimulation_mesh_config_value_optimized_member_topology: bool = ..., windsimulation_mesh_config_value_optimized_member_topo_value: _Optional[int] = ..., windsimulation_mesh_config_value_optimized_member_fill_hollow_sections: bool = ..., windsimulation_mesh_config_value_active_objects_only: bool = ..., windsimulation_mesh_config_value_terrain: bool = ..., windsimulation_mesh_config_value_terrain_from_model: bool = ..., windsimulation_mesh_config_value_terrain_objects_id: _Optional[str] = ..., windsimulation_mesh_config_value_terrain_objects_all: bool = ..., windsimulation_mesh_config_value_surrounding_model: bool = ..., windsimulation_mesh_config_value_surrounding_model_ifc_objects_id: _Optional[str] = ..., windsimulation_mesh_config_value_surrounding_model_ifc_objects_all: bool = ..., windsimulation_mesh_config_value_surrounding_model_visual_objects_id: _Optional[str] = ..., windsimulation_mesh_config_value_surrounding_model_visual_objects_all: bool = ..., windsimulation_mesh_config_value_keep_results_if_mesh_deleted: bool = ..., windsimulation_mesh_config_value_consider_surface_thickness: bool = ..., windsimulation_mesh_config_value_run_rwind_silent: bool = ..., windsimulation_mesh_config_value_rwind4_shrink_wrapping_main_structure: _Optional[int] = ..., windsimulation_mesh_config_value_rwind4_shrink_wrapping_surrounding_objects: _Optional[int] = ..., windsimulation_mesh_config_value_rwind4_shrink_wrapping_terrain: _Optional[int] = ..., windsimulation_mesh_config_value_rwind4_member_detail_size: _Optional[int] = ..., windsimulation_mesh_config_value_rwind4_use_only_external_surface_for_hollow_sections: bool = ..., windsimulation_mesh_config_value_rwind4_consider_surface_thickness_above_enabled: bool = ..., windsimulation_mesh_config_value_rwind4_consider_surface_thickness_above_value: _Optional[float] = ..., windsimulation_mesh_config_value_rwind4_keep_results_if_mesh_deleted: bool = ..., windsimulation_mesh_config_value_rwind4_run_rwind_silent: bool = ...) -> None: ...
|
|
149
|
+
def __init__(self, windsimulation_mesh_config_value_shrink_wrapping_main_structure: _Optional[int] = ..., windsimulation_mesh_config_value_shrink_wrapping_surrounding_objects: _Optional[int] = ..., windsimulation_mesh_config_value_shrink_wrapping_terrain: _Optional[int] = ..., windsimulation_mesh_config_value_member_detail_size: _Optional[int] = ..., windsimulation_mesh_config_value_use_only_external_surface_for_hollow_sections: bool = ..., windsimulation_mesh_config_value_consider_surface_thickness_above_enabled: bool = ..., windsimulation_mesh_config_value_consider_surface_thickness_above_value: _Optional[float] = ..., windsimulation_mesh_config_value_terrain_enabled: bool = ..., windsimulation_mesh_config_value_keep_results_if_mesh_deleted: bool = ..., windsimulation_mesh_config_value_run_rwind_silent: bool = ...) -> None: ...
|
|
208
150
|
GENERAL_TARGET_LENGTH_OF_FE_FIELD_NUMBER: _ClassVar[int]
|
|
209
151
|
GENERAL_MAXIMUM_DISTANCE_BETWEEN_NODE_AND_LINE_FIELD_NUMBER: _ClassVar[int]
|
|
210
152
|
GENERAL_INDEPENDENT_MESH_PREFERRED_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -24,7 +24,7 @@ _sym_db = _symbol_database.Default()
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!dlubal/api/rfem/object_type.proto\x12\x0f\x64lubal.api.rfem*\xe3\x38\n\nObjectType\x12\x17\n\x13OBJECT_TYPE_UNKNOWN\x10\x00\x12\x1d\n\x18OBJECT_TYPE_ACCELEROGRAM\x10\xcc\x01\x12\x17\n\x12OBJECT_TYPE_ACTION\x10\x9c\x01\x12#\n\x1eOBJECT_TYPE_ACTION_COMBINATION\x10\x9e\x01\x12+\n&OBJECT_TYPE_ADDITIONAL_FOUNDATION_LOAD\x10\xc7\x01\x12-\n(OBJECT_TYPE_ALUMINUM_BOUNDARY_CONDITIONS\x10\x82\x01\x12\x32\n-OBJECT_TYPE_ALUMINUM_DESIGN_SLS_CONFIGURATION\x10\xd6\x01\x12\x32\n-OBJECT_TYPE_ALUMINUM_DESIGN_ULS_CONFIGURATION\x10\xd5\x01\x12+\n&OBJECT_TYPE_ALUMINUM_EFFECTIVE_LENGTHS\x10\x81\x01\x12\x38\n3OBJECT_TYPE_ALUMINUM_MEMBER_LOCAL_SECTION_REDUCTION\x10\x84\x01\x12\x30\n+OBJECT_TYPE_ALUMINUM_MEMBER_TRANSVERSE_WELD\x10\x83\x01\x12&\n\"OBJECT_TYPE_BEAM_TO_BEAM_CONNECTOR\x10m\x12\x16\n\x11OBJECT_TYPE_BLOCK\x10\xf5\x01\x12\x18\n\x14OBJECT_TYPE_BOREHOLE\x10t\x12\x1d\n\x19OBJECT_TYPE_BUILDING_GRID\x10\x64\x12\x1f\n\x1aOBJECT_TYPE_BUILDING_STORY\x10\xae\x01\x12\x19\n\x14OBJECT_TYPE_CAD_LINE\x10\xed\x01\x12\x1f\n\x1aOBJECT_TYPE_CAD_LINE_POINT\x10\xec\x01\x12#\n\x1fOBJECT_TYPE_CALCULATION_DIAGRAM\x10U\x12\x1c\n\x18OBJECT_TYPE_CLIPPING_BOX\x10Z\x12\x1e\n\x1aOBJECT_TYPE_CLIPPING_PLANE\x10X\x12#\n\x1eOBJECT_TYPE_COMBINATION_WIZARD\x10\xaa\x01\x12\x1a\n\x15OBJECT_TYPE_COMPONENT\x10\xeb\x01\x12 \n\x1bOBJECT_TYPE_COMPONENT_SERIE\x10\xea\x01\x12.\n)OBJECT_TYPE_CONCRETE_DESIGN_CONFIGURATION\x10\xe5\x01\x12\x31\n,OBJECT_TYPE_CONCRETE_DESIGN_FR_CONFIGURATION\x10\xdc\x01\x12\x36\n1OBJECT_TYPE_CONCRETE_DESIGN_SEISMIC_CONFIGURATION\x10\xdd\x01\x12\x32\n-OBJECT_TYPE_CONCRETE_DESIGN_SLS_CONFIGURATION\x10\xdb\x01\x12\x32\n-OBJECT_TYPE_CONCRETE_DESIGN_ULS_CONFIGURATION\x10\xda\x01\x12#\n\x1fOBJECT_TYPE_CONCRETE_DURABILITY\x10r\x12*\n&OBJECT_TYPE_CONCRETE_EFFECTIVE_LENGTHS\x10o\x12#\n\x1eOBJECT_TYPE_CONSTRUCTION_STAGE\x10\xad\x01\x12!\n\x1dOBJECT_TYPE_COORDINATE_SYSTEM\x10V\x12\x16\n\x11OBJECT_TYPE_CRANE\x10\x8c\x01\x12\x19\n\x14OBJECT_TYPE_CRANEWAY\x10\x8b\x01\x12$\n OBJECT_TYPE_CUTTING_LINE_SETTING\x10:\x12\x1f\n\x1bOBJECT_TYPE_CUTTING_PATTERN\x10\x30\x12%\n OBJECT_TYPE_CUTTING_PATTERN_LOAD\x10\xbf\x01\x12\x1a\n\x15OBJECT_TYPE_DEEP_BEAM\x10\xb1\x01\x12!\n\x1cOBJECT_TYPE_DESIGN_SITUATION\x10\x9d\x01\x12\x1c\n\x18OBJECT_TYPE_DESIGN_STRIP\x10\x32\x12#\n\x1fOBJECT_TYPE_DESIGN_STRIP_WIZARD\x10\x33\x12\x1e\n\x1aOBJECT_TYPE_DESIGN_SUPPORT\x10H\x12\x1e\n\x1aOBJECT_TYPE_DIAGONAL_BRACE\x10\x42\x12\x19\n\x15OBJECT_TYPE_DIMENSION\x10\x61\x12&\n!OBJECT_TYPE_DXF_FILE_MODEL_OBJECT\x10\xf2\x01\x12!\n\x1cOBJECT_TYPE_DXF_MODEL_OBJECT\x10\xf3\x01\x12!\n\x1cOBJECT_TYPE_DYNAMIC_ANALYSIS\x10\xc9\x01\x12\x1a\n\x15OBJECT_TYPE_FLOOR_SET\x10\xaf\x01\x12#\n\x1eOBJECT_TYPE_FREE_CIRCULAR_LOAD\x10\xc3\x01\x12\'\n\"OBJECT_TYPE_FREE_CONCENTRATED_LOAD\x10\xc0\x01\x12\x1f\n\x1aOBJECT_TYPE_FREE_LINE_LOAD\x10\xc1\x01\x12\"\n\x1dOBJECT_TYPE_FREE_POLYGON_LOAD\x10\xc4\x01\x12&\n!OBJECT_TYPE_FREE_RECTANGULAR_LOAD\x10\xc2\x01\x12\x32\n-OBJECT_TYPE_GEOTECHNICAL_DESIGN_CONFIGURATION\x10\xe4\x01\x12(\n#OBJECT_TYPE_GLASS_COMPOSITION_MODEL\x10\x85\x01\x12/\n*OBJECT_TYPE_GLASS_DESIGN_SLS_CONFIGURATION\x10\xd9\x01\x12/\n*OBJECT_TYPE_GLASS_DESIGN_ULS_CONFIGURATION\x10\xd8\x01\x12!\n\x1cOBJECT_TYPE_GLOBAL_PARAMETER\x10\xe9\x01\x12*\n&OBJECT_TYPE_GROUP_OF_OBJECT_SELECTIONS\x10^\x12\x19\n\x15OBJECT_TYPE_GUIDELINE\x10\x63\x12&\n!OBJECT_TYPE_IFC_FILE_MODEL_OBJECT\x10\xef\x01\x12!\n\x1cOBJECT_TYPE_IFC_MODEL_OBJECT\x10\xf0\x01\x12\"\n\x1dOBJECT_TYPE_IMPERFECTION_CASE\x10\x8d\x01\x12)\n$OBJECT_TYPE_IMPORT_SUPPORT_REACTIONS\x10\x94\x01\x12)\n$OBJECT_TYPE_IMPOSED_LINE_DEFORMATION\x10\xc6\x01\x12*\n%OBJECT_TYPE_IMPOSED_NODAL_DEFORMATION\x10\xc5\x01\x12%\n!OBJECT_TYPE_INNER_STUDS_STRUCTURE\x10k\x12\x1c\n\x18OBJECT_TYPE_INTERSECTION\x10\'\x12\x37\n2OBJECT_TYPE_JOINT_STIFFNESS_ANALYSIS_CONFIGURATION\x10\xe3\x01\x12(\n#OBJECT_TYPE_JOINT_ULS_CONFIGURATION\x10\xe2\x01\x12\x15\n\x11OBJECT_TYPE_LAYER\x10_\x12\x1b\n\x17OBJECT_TYPE_LAYER_GROUP\x10`\x12\x14\n\x10OBJECT_TYPE_LINE\x10\x19\x12\x1a\n\x16OBJECT_TYPE_LINE_HINGE\x10\x38\x12\x19\n\x15OBJECT_TYPE_LINE_LINK\x10;\x12\x1a\n\x15OBJECT_TYPE_LINE_LOAD\x10\xb6\x01\x12$\n OBJECT_TYPE_LINE_MESH_REFINEMENT\x10\x37\x12\x1c\n\x18OBJECT_TYPE_LINE_RELEASE\x10.\x12!\n\x1dOBJECT_TYPE_LINE_RELEASE_TYPE\x10S\x12\x18\n\x14OBJECT_TYPE_LINE_SET\x10\x1f\x12\x1e\n\x19OBJECT_TYPE_LINE_SET_LOAD\x10\xbe\x01\x12\x1c\n\x18OBJECT_TYPE_LINE_SUPPORT\x10\x36\x12!\n\x1dOBJECT_TYPE_LINE_WELDED_JOINT\x10\x39\x12\x30\n+OBJECT_TYPE_LINE_WELDED_JOINT_CONFIGURATION\x10\xd0\x01\x12\x1a\n\x15OBJECT_TYPE_LOAD_CASE\x10\x9b\x01\x12!\n\x1cOBJECT_TYPE_LOAD_COMBINATION\x10\x9f\x01\x12\x1b\n\x16OBJECT_TYPE_LOAD_MODEL\x10\x96\x01\x12\x18\n\x14OBJECT_TYPE_MATERIAL\x10\x14\x12\x16\n\x12OBJECT_TYPE_MEMBER\x10\x1a\x12%\n OBJECT_TYPE_MEMBER_CONFIGURATION\x10\xcd\x01\x12*\n&OBJECT_TYPE_MEMBER_DEFINABLE_STIFFNESS\x10\x46\x12#\n\x1fOBJECT_TYPE_MEMBER_ECCENTRICITY\x10=\x12\x1c\n\x18OBJECT_TYPE_MEMBER_HINGE\x10<\x12$\n\x1fOBJECT_TYPE_MEMBER_IMPERFECTION\x10\x8e\x01\x12\x1c\n\x17OBJECT_TYPE_MEMBER_LOAD\x10\xb7\x01\x12,\n\'OBJECT_TYPE_MEMBER_LOADS_FROM_AREA_LOAD\x10\x92\x01\x12\x31\n,OBJECT_TYPE_MEMBER_LOADS_FROM_FREE_LINE_LOAD\x10\x93\x01\x12#\n\x1fOBJECT_TYPE_MEMBER_NONLINEARITY\x10\x45\x12\x1f\n\x1bOBJECT_TYPE_MEMBER_OPENINGS\x10\x43\x12%\n!OBJECT_TYPE_MEMBER_REPRESENTATIVE\x10\x1b\x12\x30\n,OBJECT_TYPE_MEMBER_RESULT_INTERMEDIATE_POINT\x10G\x12+\n\'OBJECT_TYPE_MEMBER_ROTATIONAL_RESTRAINT\x10@\x12\x1a\n\x16OBJECT_TYPE_MEMBER_SET\x10 \x12(\n#OBJECT_TYPE_MEMBER_SET_IMPERFECTION\x10\x8f\x01\x12 \n\x1bOBJECT_TYPE_MEMBER_SET_LOAD\x10\xbb\x01\x12)\n%OBJECT_TYPE_MEMBER_SET_REPRESENTATIVE\x10!\x12\"\n\x1eOBJECT_TYPE_MEMBER_SHEAR_PANEL\x10?\x12\x1d\n\x19OBJECT_TYPE_MEMBER_SPRING\x10I\x12-\n)OBJECT_TYPE_MEMBER_STIFFNESS_MODIFICATION\x10\x44\x12\x1e\n\x1aOBJECT_TYPE_MEMBER_SUPPORT\x10>\x12+\n\'OBJECT_TYPE_MEMBER_TRANSVERSE_STIFFENER\x10\x41\x12(\n#OBJECT_TYPE_MODAL_ANALYSIS_SETTINGS\x10\xa4\x01\x12\x1c\n\x17OBJECT_TYPE_MOVING_LOAD\x10\x95\x01\x12\x1a\n\x16OBJECT_TYPE_NODAL_LINK\x10&\x12\x1b\n\x16OBJECT_TYPE_NODAL_LOAD\x10\xb5\x01\x12%\n!OBJECT_TYPE_NODAL_MESH_REFINEMENT\x10%\x12\x1d\n\x19OBJECT_TYPE_NODAL_RELEASE\x10-\x12\"\n\x1eOBJECT_TYPE_NODAL_RELEASE_TYPE\x10R\x12\x1d\n\x19OBJECT_TYPE_NODAL_SUPPORT\x10$\x12\x14\n\x10OBJECT_TYPE_NODE\x10\x17\x12\x14\n\x10OBJECT_TYPE_NOTE\x10\x62\x12\x1b\n\x17OBJECT_TYPE_OBJECT_SNAP\x10W\x12\x17\n\x13OBJECT_TYPE_OPENING\x10\x1d\x12\x1d\n\x18OBJECT_TYPE_OPENING_LOAD\x10\xba\x01\x12&\n!OBJECT_TYPE_OPTIMIZATION_SETTINGS\x10\xa9\x01\x12\x1f\n\x1bOBJECT_TYPE_PILE_RESISTANCE\x10v\x12&\n\"OBJECT_TYPE_PUNCHING_REINFORCEMENT\x10q\x12+\n&OBJECT_TYPE_PUSHOVER_ANALYSIS_SETTINGS\x10\xa7\x01\x12\'\n#OBJECT_TYPE_REINFORCEMENT_DIRECTION\x10s\x12\x30\n+OBJECT_TYPE_RELATIONSHIP_BETWEEN_LOAD_CASES\x10\xab\x01\x12\"\n\x1dOBJECT_TYPE_RESPONSE_SPECTRUM\x10\xca\x01\x12#\n\x1eOBJECT_TYPE_RESULT_COMBINATION\x10\xa0\x01\x12\x1c\n\x18OBJECT_TYPE_RESULT_POINT\x10\x35\x12\x1e\n\x1aOBJECT_TYPE_RESULT_SECTION\x10\x34\x12\x1a\n\x16OBJECT_TYPE_RIGID_LINK\x10*\x12\x17\n\x13OBJECT_TYPE_SECTION\x10\x15\x12\x1b\n\x16OBJECT_TYPE_SHEAR_WALL\x10\xb0\x01\x12\x19\n\x15OBJECT_TYPE_SHEATHING\x10l\x12+\n\'OBJECT_TYPE_SHEATHING_TO_BEAM_CONNECTOR\x10n\x12\"\n\x1dOBJECT_TYPE_SINGLE_FOUNDATION\x10\x86\x01\x12\x1b\n\x17OBJECT_TYPE_SOIL_MASSIF\x10u\x12\x15\n\x11OBJECT_TYPE_SOLID\x10\x1e\x12$\n\x1fOBJECT_TYPE_SOLID_CONFIGURATION\x10\xcf\x01\x12\x1e\n\x1aOBJECT_TYPE_SOLID_CONTACTS\x10P\x12\x19\n\x15OBJECT_TYPE_SOLID_GAS\x10O\x12\x1b\n\x16OBJECT_TYPE_SOLID_LOAD\x10\xb9\x01\x12%\n!OBJECT_TYPE_SOLID_MESH_REFINEMENT\x10N\x12\x19\n\x15OBJECT_TYPE_SOLID_SET\x10#\x12\x1f\n\x1aOBJECT_TYPE_SOLID_SET_LOAD\x10\xbd\x01\x12+\n&OBJECT_TYPE_SPECTRAL_ANALYSIS_SETTINGS\x10\xa5\x01\x12,\n\'OBJECT_TYPE_STABILITY_ANALYSIS_SETTINGS\x10\xa3\x01\x12)\n$OBJECT_TYPE_STATIC_ANALYSIS_SETTINGS\x10\xa1\x01\x12)\n%OBJECT_TYPE_STEEL_BOUNDARY_CONDITIONS\x10x\x12.\n)OBJECT_TYPE_STEEL_DESIGN_FR_CONFIGURATION\x10\xd3\x01\x12\x33\n.OBJECT_TYPE_STEEL_DESIGN_SEISMIC_CONFIGURATION\x10\xd4\x01\x12/\n*OBJECT_TYPE_STEEL_DESIGN_SLS_CONFIGURATION\x10\xd2\x01\x12/\n*OBJECT_TYPE_STEEL_DESIGN_ULS_CONFIGURATION\x10\xd1\x01\x12\'\n#OBJECT_TYPE_STEEL_EFFECTIVE_LENGTHS\x10w\x12\x1c\n\x17OBJECT_TYPE_STEEL_JOINT\x10\x87\x01\x12\x34\n0OBJECT_TYPE_STEEL_MEMBER_LOCAL_SECTION_REDUCTION\x10z\x12,\n(OBJECT_TYPE_STEEL_MEMBER_TRANSVERSE_WELD\x10y\x12&\n\"OBJECT_TYPE_STRUCTURE_MODIFICATION\x10,\x12\x17\n\x13OBJECT_TYPE_SURFACE\x10\x1c\x12 \n\x1cOBJECT_TYPE_SURFACES_CONTACT\x10)\x12%\n!OBJECT_TYPE_SURFACES_CONTACT_TYPE\x10Q\x12\x1c\n\x18OBJECT_TYPE_SURFACE_CELL\x10\x31\x12&\n!OBJECT_TYPE_SURFACE_CONFIGURATION\x10\xce\x01\x12$\n OBJECT_TYPE_SURFACE_ECCENTRICITY\x10K\x12\x1d\n\x18OBJECT_TYPE_SURFACE_LOAD\x10\xb8\x01\x12\'\n#OBJECT_TYPE_SURFACE_MESH_REFINEMENT\x10M\x12%\n!OBJECT_TYPE_SURFACE_REINFORCEMENT\x10p\x12\x1f\n\x1bOBJECT_TYPE_SURFACE_RELEASE\x10/\x12$\n OBJECT_TYPE_SURFACE_RELEASE_TYPE\x10T\x12*\n&OBJECT_TYPE_SURFACE_RESULTS_ADJUSTMENT\x10(\x12\x1b\n\x17OBJECT_TYPE_SURFACE_SET\x10\"\x12!\n\x1cOBJECT_TYPE_SURFACE_SET_LOAD\x10\xbc\x01\x12.\n*OBJECT_TYPE_SURFACE_STIFFNESS_MODIFICATION\x10L\x12\x1f\n\x1bOBJECT_TYPE_SURFACE_SUPPORT\x10J\x12\x18\n\x13OBJECT_TYPE_TERRAIN\x10\xf1\x01\x12\x17\n\x13OBJECT_TYPE_TEXTURE\x10\x66\x12\x19\n\x15OBJECT_TYPE_THICKNESS\x10\x16\x12/\n*OBJECT_TYPE_TIMBER_DESIGN_FR_CONFIGURATION\x10\xe0\x01\x12\x30\n+OBJECT_TYPE_TIMBER_DESIGN_SLS_CONFIGURATION\x10\xdf\x01\x12\x30\n+OBJECT_TYPE_TIMBER_DESIGN_ULS_CONFIGURATION\x10\xde\x01\x12(\n$OBJECT_TYPE_TIMBER_EFFECTIVE_LENGTHS\x10{\x12\x35\n1OBJECT_TYPE_TIMBER_MEMBER_LOCAL_SECTION_REDUCTION\x10\x7f\x12%\n!OBJECT_TYPE_TIMBER_MOISTURE_CLASS\x10}\x12\"\n\x1dOBJECT_TYPE_TIMBER_SCREW_TYPE\x10\x80\x01\x12$\n OBJECT_TYPE_TIMBER_SERVICE_CLASS\x10|\x12)\n%OBJECT_TYPE_TIMBER_SERVICE_CONDITIONS\x10~\x12\x1d\n\x18OBJECT_TYPE_TIME_DIAGRAM\x10\xcb\x01\x12/\n*OBJECT_TYPE_TIME_HISTORY_ANALYSIS_SETTINGS\x10\xa6\x01\x12\x1d\n\x19OBJECT_TYPE_VISUAL_OBJECT\x10\x65\x12\x1d\n\x18OBJECT_TYPE_WIND_PROFILE\x10\x99\x01\x12 \n\x1bOBJECT_TYPE_WIND_SIMULATION\x10\x9a\x01\x12\x32\n-OBJECT_TYPE_WIND_SIMULATION_ANALYSIS_SETTINGS\x10\xa8\x01\x62\x06proto3')
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!dlubal/api/rfem/object_type.proto\x12\x0f\x64lubal.api.rfem*\xb2\x39\n\nObjectType\x12\x17\n\x13OBJECT_TYPE_UNKNOWN\x10\x00\x12\x1d\n\x18OBJECT_TYPE_ACCELEROGRAM\x10\xcc\x01\x12\x17\n\x12OBJECT_TYPE_ACTION\x10\x9c\x01\x12#\n\x1eOBJECT_TYPE_ACTION_COMBINATION\x10\x9e\x01\x12+\n&OBJECT_TYPE_ADDITIONAL_FOUNDATION_LOAD\x10\xc7\x01\x12-\n(OBJECT_TYPE_ALUMINUM_BOUNDARY_CONDITIONS\x10\x82\x01\x12\x32\n-OBJECT_TYPE_ALUMINUM_DESIGN_SLS_CONFIGURATION\x10\xd6\x01\x12\x32\n-OBJECT_TYPE_ALUMINUM_DESIGN_ULS_CONFIGURATION\x10\xd5\x01\x12+\n&OBJECT_TYPE_ALUMINUM_EFFECTIVE_LENGTHS\x10\x81\x01\x12\x38\n3OBJECT_TYPE_ALUMINUM_MEMBER_LOCAL_SECTION_REDUCTION\x10\x84\x01\x12\x30\n+OBJECT_TYPE_ALUMINUM_MEMBER_TRANSVERSE_WELD\x10\x83\x01\x12&\n\"OBJECT_TYPE_BEAM_TO_BEAM_CONNECTOR\x10m\x12\x16\n\x11OBJECT_TYPE_BLOCK\x10\xf5\x01\x12\x18\n\x14OBJECT_TYPE_BOREHOLE\x10t\x12\x1d\n\x19OBJECT_TYPE_BUILDING_GRID\x10\x64\x12\x1f\n\x1aOBJECT_TYPE_BUILDING_STORY\x10\xae\x01\x12\x19\n\x14OBJECT_TYPE_CAD_LINE\x10\xed\x01\x12\x1f\n\x1aOBJECT_TYPE_CAD_LINE_POINT\x10\xec\x01\x12#\n\x1fOBJECT_TYPE_CALCULATION_DIAGRAM\x10U\x12\x1c\n\x18OBJECT_TYPE_CLIPPING_BOX\x10Z\x12\x1e\n\x1aOBJECT_TYPE_CLIPPING_PLANE\x10X\x12#\n\x1eOBJECT_TYPE_COMBINATION_WIZARD\x10\xaa\x01\x12\x1a\n\x15OBJECT_TYPE_COMPONENT\x10\xeb\x01\x12 \n\x1bOBJECT_TYPE_COMPONENT_SERIE\x10\xea\x01\x12.\n)OBJECT_TYPE_CONCRETE_DESIGN_CONFIGURATION\x10\xe5\x01\x12\x31\n,OBJECT_TYPE_CONCRETE_DESIGN_FR_CONFIGURATION\x10\xdc\x01\x12\x36\n1OBJECT_TYPE_CONCRETE_DESIGN_SEISMIC_CONFIGURATION\x10\xdd\x01\x12\x32\n-OBJECT_TYPE_CONCRETE_DESIGN_SLS_CONFIGURATION\x10\xdb\x01\x12\x32\n-OBJECT_TYPE_CONCRETE_DESIGN_ULS_CONFIGURATION\x10\xda\x01\x12#\n\x1fOBJECT_TYPE_CONCRETE_DURABILITY\x10r\x12*\n&OBJECT_TYPE_CONCRETE_EFFECTIVE_LENGTHS\x10o\x12#\n\x1eOBJECT_TYPE_CONSTRUCTION_STAGE\x10\xad\x01\x12!\n\x1dOBJECT_TYPE_COORDINATE_SYSTEM\x10V\x12\x16\n\x11OBJECT_TYPE_CRANE\x10\x8c\x01\x12\x19\n\x14OBJECT_TYPE_CRANEWAY\x10\x8b\x01\x12$\n OBJECT_TYPE_CUTTING_LINE_SETTING\x10:\x12\x1f\n\x1bOBJECT_TYPE_CUTTING_PATTERN\x10\x30\x12%\n OBJECT_TYPE_CUTTING_PATTERN_LOAD\x10\xbf\x01\x12\x1a\n\x15OBJECT_TYPE_DEEP_BEAM\x10\xb1\x01\x12!\n\x1cOBJECT_TYPE_DESIGN_SITUATION\x10\x9d\x01\x12\x1c\n\x18OBJECT_TYPE_DESIGN_STRIP\x10\x32\x12#\n\x1fOBJECT_TYPE_DESIGN_STRIP_WIZARD\x10\x33\x12\x1e\n\x1aOBJECT_TYPE_DESIGN_SUPPORT\x10H\x12\x1e\n\x1aOBJECT_TYPE_DIAGONAL_BRACE\x10\x42\x12\x19\n\x15OBJECT_TYPE_DIMENSION\x10\x61\x12&\n!OBJECT_TYPE_DXF_FILE_MODEL_OBJECT\x10\xf2\x01\x12!\n\x1cOBJECT_TYPE_DXF_MODEL_OBJECT\x10\xf3\x01\x12!\n\x1cOBJECT_TYPE_DYNAMIC_ANALYSIS\x10\xc9\x01\x12\x1a\n\x15OBJECT_TYPE_FLOOR_SET\x10\xaf\x01\x12#\n\x1eOBJECT_TYPE_FREE_CIRCULAR_LOAD\x10\xc3\x01\x12\'\n\"OBJECT_TYPE_FREE_CONCENTRATED_LOAD\x10\xc0\x01\x12\x1f\n\x1aOBJECT_TYPE_FREE_LINE_LOAD\x10\xc1\x01\x12\"\n\x1dOBJECT_TYPE_FREE_POLYGON_LOAD\x10\xc4\x01\x12&\n!OBJECT_TYPE_FREE_RECTANGULAR_LOAD\x10\xc2\x01\x12\x32\n-OBJECT_TYPE_GEOTECHNICAL_DESIGN_CONFIGURATION\x10\xe4\x01\x12(\n#OBJECT_TYPE_GLASS_COMPOSITION_MODEL\x10\x85\x01\x12/\n*OBJECT_TYPE_GLASS_DESIGN_SLS_CONFIGURATION\x10\xd9\x01\x12/\n*OBJECT_TYPE_GLASS_DESIGN_ULS_CONFIGURATION\x10\xd8\x01\x12!\n\x1cOBJECT_TYPE_GLOBAL_PARAMETER\x10\xe9\x01\x12*\n&OBJECT_TYPE_GROUP_OF_OBJECT_SELECTIONS\x10^\x12\x19\n\x15OBJECT_TYPE_GUIDELINE\x10\x63\x12&\n!OBJECT_TYPE_IFC_FILE_MODEL_OBJECT\x10\xef\x01\x12!\n\x1cOBJECT_TYPE_IFC_MODEL_OBJECT\x10\xf0\x01\x12\"\n\x1dOBJECT_TYPE_IMPERFECTION_CASE\x10\x8d\x01\x12)\n$OBJECT_TYPE_IMPORT_SUPPORT_REACTIONS\x10\x94\x01\x12)\n$OBJECT_TYPE_IMPOSED_LINE_DEFORMATION\x10\xc6\x01\x12*\n%OBJECT_TYPE_IMPOSED_NODAL_DEFORMATION\x10\xc5\x01\x12%\n!OBJECT_TYPE_INNER_STUDS_STRUCTURE\x10k\x12\x1c\n\x18OBJECT_TYPE_INTERSECTION\x10\'\x12\x37\n2OBJECT_TYPE_JOINT_STIFFNESS_ANALYSIS_CONFIGURATION\x10\xe3\x01\x12(\n#OBJECT_TYPE_JOINT_ULS_CONFIGURATION\x10\xe2\x01\x12\x15\n\x11OBJECT_TYPE_LAYER\x10_\x12\x1b\n\x17OBJECT_TYPE_LAYER_GROUP\x10`\x12\x14\n\x10OBJECT_TYPE_LINE\x10\x19\x12\x1a\n\x16OBJECT_TYPE_LINE_HINGE\x10\x38\x12\x19\n\x15OBJECT_TYPE_LINE_LINK\x10;\x12\x1a\n\x15OBJECT_TYPE_LINE_LOAD\x10\xb6\x01\x12$\n OBJECT_TYPE_LINE_MESH_REFINEMENT\x10\x37\x12\x1c\n\x18OBJECT_TYPE_LINE_RELEASE\x10.\x12!\n\x1dOBJECT_TYPE_LINE_RELEASE_TYPE\x10S\x12\x18\n\x14OBJECT_TYPE_LINE_SET\x10\x1f\x12\x1e\n\x19OBJECT_TYPE_LINE_SET_LOAD\x10\xbe\x01\x12\x1c\n\x18OBJECT_TYPE_LINE_SUPPORT\x10\x36\x12!\n\x1dOBJECT_TYPE_LINE_WELDED_JOINT\x10\x39\x12\x30\n+OBJECT_TYPE_LINE_WELDED_JOINT_CONFIGURATION\x10\xd0\x01\x12\x1a\n\x15OBJECT_TYPE_LOAD_CASE\x10\x9b\x01\x12!\n\x1cOBJECT_TYPE_LOAD_COMBINATION\x10\x9f\x01\x12\x1b\n\x16OBJECT_TYPE_LOAD_MODEL\x10\x96\x01\x12\x18\n\x14OBJECT_TYPE_MATERIAL\x10\x14\x12\x16\n\x12OBJECT_TYPE_MEMBER\x10\x1a\x12%\n OBJECT_TYPE_MEMBER_CONFIGURATION\x10\xcd\x01\x12*\n&OBJECT_TYPE_MEMBER_DEFINABLE_STIFFNESS\x10\x46\x12#\n\x1fOBJECT_TYPE_MEMBER_ECCENTRICITY\x10=\x12\x1c\n\x18OBJECT_TYPE_MEMBER_HINGE\x10<\x12$\n\x1fOBJECT_TYPE_MEMBER_IMPERFECTION\x10\x8e\x01\x12\x1c\n\x17OBJECT_TYPE_MEMBER_LOAD\x10\xb7\x01\x12,\n\'OBJECT_TYPE_MEMBER_LOADS_FROM_AREA_LOAD\x10\x92\x01\x12\x31\n,OBJECT_TYPE_MEMBER_LOADS_FROM_FREE_LINE_LOAD\x10\x93\x01\x12#\n\x1fOBJECT_TYPE_MEMBER_NONLINEARITY\x10\x45\x12\x1f\n\x1bOBJECT_TYPE_MEMBER_OPENINGS\x10\x43\x12%\n!OBJECT_TYPE_MEMBER_REPRESENTATIVE\x10\x1b\x12\x30\n,OBJECT_TYPE_MEMBER_RESULT_INTERMEDIATE_POINT\x10G\x12+\n\'OBJECT_TYPE_MEMBER_ROTATIONAL_RESTRAINT\x10@\x12\x1a\n\x16OBJECT_TYPE_MEMBER_SET\x10 \x12(\n#OBJECT_TYPE_MEMBER_SET_IMPERFECTION\x10\x8f\x01\x12 \n\x1bOBJECT_TYPE_MEMBER_SET_LOAD\x10\xbb\x01\x12)\n%OBJECT_TYPE_MEMBER_SET_REPRESENTATIVE\x10!\x12\"\n\x1eOBJECT_TYPE_MEMBER_SHEAR_PANEL\x10?\x12\x1d\n\x19OBJECT_TYPE_MEMBER_SPRING\x10I\x12-\n)OBJECT_TYPE_MEMBER_STIFFNESS_MODIFICATION\x10\x44\x12\x1e\n\x1aOBJECT_TYPE_MEMBER_SUPPORT\x10>\x12+\n\'OBJECT_TYPE_MEMBER_TRANSVERSE_STIFFENER\x10\x41\x12(\n#OBJECT_TYPE_MODAL_ANALYSIS_SETTINGS\x10\xa4\x01\x12\x1c\n\x17OBJECT_TYPE_MOVING_LOAD\x10\x95\x01\x12\x1a\n\x16OBJECT_TYPE_NODAL_LINK\x10&\x12\x1b\n\x16OBJECT_TYPE_NODAL_LOAD\x10\xb5\x01\x12%\n!OBJECT_TYPE_NODAL_MESH_REFINEMENT\x10%\x12\x1d\n\x19OBJECT_TYPE_NODAL_RELEASE\x10-\x12\"\n\x1eOBJECT_TYPE_NODAL_RELEASE_TYPE\x10R\x12\x1d\n\x19OBJECT_TYPE_NODAL_SUPPORT\x10$\x12\x14\n\x10OBJECT_TYPE_NODE\x10\x17\x12\x14\n\x10OBJECT_TYPE_NOTE\x10\x62\x12\x1b\n\x17OBJECT_TYPE_OBJECT_SNAP\x10W\x12\x17\n\x13OBJECT_TYPE_OPENING\x10\x1d\x12\x1d\n\x18OBJECT_TYPE_OPENING_LOAD\x10\xba\x01\x12&\n!OBJECT_TYPE_OPTIMIZATION_SETTINGS\x10\xa9\x01\x12\x1f\n\x1bOBJECT_TYPE_PILE_RESISTANCE\x10v\x12&\n\"OBJECT_TYPE_PUNCHING_REINFORCEMENT\x10q\x12+\n&OBJECT_TYPE_PUSHOVER_ANALYSIS_SETTINGS\x10\xa7\x01\x12\'\n#OBJECT_TYPE_REINFORCEMENT_DIRECTION\x10s\x12\x30\n+OBJECT_TYPE_RELATIONSHIP_BETWEEN_LOAD_CASES\x10\xab\x01\x12\"\n\x1dOBJECT_TYPE_RESPONSE_SPECTRUM\x10\xca\x01\x12#\n\x1eOBJECT_TYPE_RESULT_COMBINATION\x10\xa0\x01\x12\x1c\n\x18OBJECT_TYPE_RESULT_POINT\x10\x35\x12\x1e\n\x1aOBJECT_TYPE_RESULT_SECTION\x10\x34\x12\x1a\n\x16OBJECT_TYPE_RIGID_LINK\x10*\x12+\n&OBJECT_TYPE_ROUGHNESS_AND_PERMEABILITY\x10\x8a\x01\x12\x17\n\x13OBJECT_TYPE_SECTION\x10\x15\x12\x1b\n\x16OBJECT_TYPE_SHEAR_WALL\x10\xb0\x01\x12\x19\n\x15OBJECT_TYPE_SHEATHING\x10l\x12+\n\'OBJECT_TYPE_SHEATHING_TO_BEAM_CONNECTOR\x10n\x12 \n\x1bOBJECT_TYPE_SHRINK_WRAPPING\x10\x89\x01\x12\"\n\x1dOBJECT_TYPE_SINGLE_FOUNDATION\x10\x86\x01\x12\x1b\n\x17OBJECT_TYPE_SOIL_MASSIF\x10u\x12\x15\n\x11OBJECT_TYPE_SOLID\x10\x1e\x12$\n\x1fOBJECT_TYPE_SOLID_CONFIGURATION\x10\xcf\x01\x12\x1e\n\x1aOBJECT_TYPE_SOLID_CONTACTS\x10P\x12\x19\n\x15OBJECT_TYPE_SOLID_GAS\x10O\x12\x1b\n\x16OBJECT_TYPE_SOLID_LOAD\x10\xb9\x01\x12%\n!OBJECT_TYPE_SOLID_MESH_REFINEMENT\x10N\x12\x19\n\x15OBJECT_TYPE_SOLID_SET\x10#\x12\x1f\n\x1aOBJECT_TYPE_SOLID_SET_LOAD\x10\xbd\x01\x12+\n&OBJECT_TYPE_SPECTRAL_ANALYSIS_SETTINGS\x10\xa5\x01\x12,\n\'OBJECT_TYPE_STABILITY_ANALYSIS_SETTINGS\x10\xa3\x01\x12)\n$OBJECT_TYPE_STATIC_ANALYSIS_SETTINGS\x10\xa1\x01\x12)\n%OBJECT_TYPE_STEEL_BOUNDARY_CONDITIONS\x10x\x12.\n)OBJECT_TYPE_STEEL_DESIGN_FR_CONFIGURATION\x10\xd3\x01\x12\x33\n.OBJECT_TYPE_STEEL_DESIGN_SEISMIC_CONFIGURATION\x10\xd4\x01\x12/\n*OBJECT_TYPE_STEEL_DESIGN_SLS_CONFIGURATION\x10\xd2\x01\x12/\n*OBJECT_TYPE_STEEL_DESIGN_ULS_CONFIGURATION\x10\xd1\x01\x12\'\n#OBJECT_TYPE_STEEL_EFFECTIVE_LENGTHS\x10w\x12\x1c\n\x17OBJECT_TYPE_STEEL_JOINT\x10\x87\x01\x12\x34\n0OBJECT_TYPE_STEEL_MEMBER_LOCAL_SECTION_REDUCTION\x10z\x12,\n(OBJECT_TYPE_STEEL_MEMBER_TRANSVERSE_WELD\x10y\x12&\n\"OBJECT_TYPE_STRUCTURE_MODIFICATION\x10,\x12\x17\n\x13OBJECT_TYPE_SURFACE\x10\x1c\x12 \n\x1cOBJECT_TYPE_SURFACES_CONTACT\x10)\x12%\n!OBJECT_TYPE_SURFACES_CONTACT_TYPE\x10Q\x12\x1c\n\x18OBJECT_TYPE_SURFACE_CELL\x10\x31\x12&\n!OBJECT_TYPE_SURFACE_CONFIGURATION\x10\xce\x01\x12$\n OBJECT_TYPE_SURFACE_ECCENTRICITY\x10K\x12\x1d\n\x18OBJECT_TYPE_SURFACE_LOAD\x10\xb8\x01\x12\'\n#OBJECT_TYPE_SURFACE_MESH_REFINEMENT\x10M\x12%\n!OBJECT_TYPE_SURFACE_REINFORCEMENT\x10p\x12\x1f\n\x1bOBJECT_TYPE_SURFACE_RELEASE\x10/\x12$\n OBJECT_TYPE_SURFACE_RELEASE_TYPE\x10T\x12*\n&OBJECT_TYPE_SURFACE_RESULTS_ADJUSTMENT\x10(\x12\x1b\n\x17OBJECT_TYPE_SURFACE_SET\x10\"\x12!\n\x1cOBJECT_TYPE_SURFACE_SET_LOAD\x10\xbc\x01\x12.\n*OBJECT_TYPE_SURFACE_STIFFNESS_MODIFICATION\x10L\x12\x1f\n\x1bOBJECT_TYPE_SURFACE_SUPPORT\x10J\x12\x18\n\x13OBJECT_TYPE_TERRAIN\x10\xf1\x01\x12\x17\n\x13OBJECT_TYPE_TEXTURE\x10\x66\x12\x19\n\x15OBJECT_TYPE_THICKNESS\x10\x16\x12/\n*OBJECT_TYPE_TIMBER_DESIGN_FR_CONFIGURATION\x10\xe0\x01\x12\x30\n+OBJECT_TYPE_TIMBER_DESIGN_SLS_CONFIGURATION\x10\xdf\x01\x12\x30\n+OBJECT_TYPE_TIMBER_DESIGN_ULS_CONFIGURATION\x10\xde\x01\x12(\n$OBJECT_TYPE_TIMBER_EFFECTIVE_LENGTHS\x10{\x12\x35\n1OBJECT_TYPE_TIMBER_MEMBER_LOCAL_SECTION_REDUCTION\x10\x7f\x12%\n!OBJECT_TYPE_TIMBER_MOISTURE_CLASS\x10}\x12\"\n\x1dOBJECT_TYPE_TIMBER_SCREW_TYPE\x10\x80\x01\x12$\n OBJECT_TYPE_TIMBER_SERVICE_CLASS\x10|\x12)\n%OBJECT_TYPE_TIMBER_SERVICE_CONDITIONS\x10~\x12\x1d\n\x18OBJECT_TYPE_TIME_DIAGRAM\x10\xcb\x01\x12/\n*OBJECT_TYPE_TIME_HISTORY_ANALYSIS_SETTINGS\x10\xa6\x01\x12\x1d\n\x19OBJECT_TYPE_VISUAL_OBJECT\x10\x65\x12\x1d\n\x18OBJECT_TYPE_WIND_PROFILE\x10\x99\x01\x12 \n\x1bOBJECT_TYPE_WIND_SIMULATION\x10\x9a\x01\x12\x32\n-OBJECT_TYPE_WIND_SIMULATION_ANALYSIS_SETTINGS\x10\xa8\x01\x62\x06proto3')
|
|
28
28
|
|
|
29
29
|
_globals = globals()
|
|
30
30
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -32,5 +32,5 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.object_type
|
|
|
32
32
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
33
|
DESCRIPTOR._loaded_options = None
|
|
34
34
|
_globals['_OBJECTTYPE']._serialized_start=55
|
|
35
|
-
_globals['_OBJECTTYPE']._serialized_end=
|
|
35
|
+
_globals['_OBJECTTYPE']._serialized_end=7401
|
|
36
36
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -142,10 +142,12 @@ class ObjectType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
|
142
142
|
OBJECT_TYPE_RESULT_POINT: _ClassVar[ObjectType]
|
|
143
143
|
OBJECT_TYPE_RESULT_SECTION: _ClassVar[ObjectType]
|
|
144
144
|
OBJECT_TYPE_RIGID_LINK: _ClassVar[ObjectType]
|
|
145
|
+
OBJECT_TYPE_ROUGHNESS_AND_PERMEABILITY: _ClassVar[ObjectType]
|
|
145
146
|
OBJECT_TYPE_SECTION: _ClassVar[ObjectType]
|
|
146
147
|
OBJECT_TYPE_SHEAR_WALL: _ClassVar[ObjectType]
|
|
147
148
|
OBJECT_TYPE_SHEATHING: _ClassVar[ObjectType]
|
|
148
149
|
OBJECT_TYPE_SHEATHING_TO_BEAM_CONNECTOR: _ClassVar[ObjectType]
|
|
150
|
+
OBJECT_TYPE_SHRINK_WRAPPING: _ClassVar[ObjectType]
|
|
149
151
|
OBJECT_TYPE_SINGLE_FOUNDATION: _ClassVar[ObjectType]
|
|
150
152
|
OBJECT_TYPE_SOIL_MASSIF: _ClassVar[ObjectType]
|
|
151
153
|
OBJECT_TYPE_SOLID: _ClassVar[ObjectType]
|
|
@@ -339,10 +341,12 @@ OBJECT_TYPE_RESULT_COMBINATION: ObjectType
|
|
|
339
341
|
OBJECT_TYPE_RESULT_POINT: ObjectType
|
|
340
342
|
OBJECT_TYPE_RESULT_SECTION: ObjectType
|
|
341
343
|
OBJECT_TYPE_RIGID_LINK: ObjectType
|
|
344
|
+
OBJECT_TYPE_ROUGHNESS_AND_PERMEABILITY: ObjectType
|
|
342
345
|
OBJECT_TYPE_SECTION: ObjectType
|
|
343
346
|
OBJECT_TYPE_SHEAR_WALL: ObjectType
|
|
344
347
|
OBJECT_TYPE_SHEATHING: ObjectType
|
|
345
348
|
OBJECT_TYPE_SHEATHING_TO_BEAM_CONNECTOR: ObjectType
|
|
349
|
+
OBJECT_TYPE_SHRINK_WRAPPING: ObjectType
|
|
346
350
|
OBJECT_TYPE_SINGLE_FOUNDATION: ObjectType
|
|
347
351
|
OBJECT_TYPE_SOIL_MASSIF: ObjectType
|
|
348
352
|
OBJECT_TYPE_SOLID: ObjectType
|
|
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
|
|
|
25
25
|
from dlubal.api.common import common_pb2 as dlubal_dot_api_dot_common_dot_common__pb2
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)dlubal/api/rfem/structure_core/line.proto\x12\x1e\x64lubal.api.rfem.structure_core\x1a\x1e\x64lubal/api/common/common.proto\"\xf6\x8e\x01\n\x04Line\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x10\x64\x65\x66inition_nodes\x18\x02 \x03(\x05\x12<\n\x04type\x18\x03 \x01(\x0e\x32).dlubal.api.rfem.structure_core.Line.TypeH\x01\x88\x01\x01\x12\x13\n\x06length\x18\x04 \x01(\x01H\x02\x88\x01\x01\x12\x15\n\x08position\x18\x05 \x01(\tH\x03\x88\x01\x01\x12\x1b\n\x0eposition_short\x18\x06 \x01(\tH\x04\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x07 \x01(\tH\x05\x88\x01\x01\x12\x1b\n\x0e\x61rc_first_node\x18\x08 \x01(\x05H\x06\x88\x01\x01\x12\x1c\n\x0f\x61rc_second_node\x18\t \x01(\x05H\x07\x88\x01\x01\x12%\n\x18\x61rc_control_point_object\x18\n \x01(\x05H\x08\x88\x01\x01\x12;\n\x11\x61rc_control_point\x18\x0b \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\t\x88\x01\x01\x12 \n\x13\x61rc_control_point_x\x18\x0c \x01(\x01H\n\x88\x01\x01\x12 \n\x13\x61rc_control_point_y\x18\r \x01(\x01H\x0b\x88\x01\x01\x12 \n\x13\x61rc_control_point_z\x18\x0e \x01(\x01H\x0c\x88\x01\x01\x12\x34\n\narc_center\x18\x0f \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\r\x88\x01\x01\x12\x19\n\x0c\x61rc_center_x\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12\x19\n\x0c\x61rc_center_y\x18\x11 \x01(\x01H\x0f\x88\x01\x01\x12\x19\n\x0c\x61rc_center_z\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12\x17\n\narc_radius\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12\x17\n\narc_height\x18\x14 \x01(\x01H\x12\x88\x01\x01\x12\x16\n\tarc_alpha\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12g\n\x1b\x61rc_alpha_adjustment_target\x18\x16 \x01(\x0e\x32=.dlubal.api.rfem.structure_core.Line.ArcAlphaAdjustmentTargetH\x14\x88\x01\x01\x12\x37\n\rcircle_center\x18\x17 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x15\x88\x01\x01\x12\'\n\x1a\x63ircle_center_coordinate_1\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12\'\n\x1a\x63ircle_center_coordinate_2\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12\'\n\x1a\x63ircle_center_coordinate_3\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12\x37\n\rcircle_normal\x18\x1b \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x19\x88\x01\x01\x12\'\n\x1a\x63ircle_normal_coordinate_1\x18\x1c \x01(\x01H\x1a\x88\x01\x01\x12\'\n\x1a\x63ircle_normal_coordinate_2\x18\x1d \x01(\x01H\x1b\x88\x01\x01\x12\'\n\x1a\x63ircle_normal_coordinate_3\x18\x1e \x01(\x01H\x1c\x88\x01\x01\x12\x1c\n\x0f\x63ircle_rotation\x18\x1f \x01(\x01H\x1d\x88\x01\x01\x12\x35\n\x0b\x63ircle_node\x18 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x1e\x88\x01\x01\x12%\n\x18\x63ircle_node_coordinate_1\x18! \x01(\x01H\x1f\x88\x01\x01\x12%\n\x18\x63ircle_node_coordinate_2\x18\" \x01(\x01H \x88\x01\x01\x12%\n\x18\x63ircle_node_coordinate_3\x18# \x01(\x01H!\x88\x01\x01\x12\x1a\n\rcircle_radius\x18$ \x01(\x01H\"\x88\x01\x01\x12&\n\x19\x65lliptical_arc_first_node\x18% \x01(\x05H#\x88\x01\x01\x12\'\n\x1a\x65lliptical_arc_second_node\x18& \x01(\x05H$\x88\x01\x01\x12!\n\x14\x65lliptical_arc_alpha\x18\' \x01(\x01H%\x88\x01\x01\x12 \n\x13\x65lliptical_arc_beta\x18( \x01(\x01H&\x88\x01\x01\x12?\n\x15\x65lliptical_arc_normal\x18) \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\'\x88\x01\x01\x12$\n\x17\x65lliptical_arc_normal_x\x18* \x01(\x01H(\x88\x01\x01\x12$\n\x17\x65lliptical_arc_normal_y\x18+ \x01(\x01H)\x88\x01\x01\x12$\n\x17\x65lliptical_arc_normal_z\x18, \x01(\x01H*\x88\x01\x01\x12(\n\x1b\x65lliptical_arc_major_radius\x18- \x01(\x01H+\x88\x01\x01\x12(\n\x1b\x65lliptical_arc_minor_radius\x18. \x01(\x01H,\x88\x01\x01\x12?\n\x15\x65lliptical_arc_center\x18/ \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH-\x88\x01\x01\x12$\n\x17\x65lliptical_arc_center_x\x18\x30 \x01(\x01H.\x88\x01\x01\x12$\n\x17\x65lliptical_arc_center_y\x18\x31 \x01(\x01H/\x88\x01\x01\x12$\n\x17\x65lliptical_arc_center_z\x18\x32 \x01(\x01H0\x88\x01\x01\x12@\n\x16\x65lliptical_arc_focus_1\x18\x33 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH1\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_1_x\x18\x34 \x01(\x01H2\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_1_y\x18\x35 \x01(\x01H3\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_1_z\x18\x36 \x01(\x01H4\x88\x01\x01\x12@\n\x16\x65lliptical_arc_focus_2\x18\x37 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH5\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_2_x\x18\x38 \x01(\x01H6\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_2_y\x18\x39 \x01(\x01H7\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_2_z\x18: \x01(\x01H8\x88\x01\x01\x12\x36\n)elliptical_arc_first_control_point_object\x18; \x01(\x05H9\x88\x01\x01\x12L\n\"elliptical_arc_first_control_point\x18< \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH:\x88\x01\x01\x12\x31\n$elliptical_arc_first_control_point_x\x18= \x01(\x01H;\x88\x01\x01\x12\x31\n$elliptical_arc_first_control_point_y\x18> \x01(\x01H<\x88\x01\x01\x12\x31\n$elliptical_arc_first_control_point_z\x18? \x01(\x01H=\x88\x01\x01\x12\x37\n*elliptical_arc_second_control_point_object\x18@ \x01(\x05H>\x88\x01\x01\x12M\n#elliptical_arc_second_control_point\x18\x41 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH?\x88\x01\x01\x12\x32\n%elliptical_arc_second_control_point_x\x18\x42 \x01(\x01H@\x88\x01\x01\x12\x32\n%elliptical_arc_second_control_point_y\x18\x43 \x01(\x01HA\x88\x01\x01\x12\x32\n%elliptical_arc_second_control_point_z\x18\x44 \x01(\x01HB\x88\x01\x01\x12:\n-elliptical_arc_perimeter_control_point_object\x18\x45 \x01(\x05HC\x88\x01\x01\x12P\n&elliptical_arc_perimeter_control_point\x18\x46 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHD\x88\x01\x01\x12\x35\n(elliptical_arc_perimeter_control_point_x\x18G \x01(\x01HE\x88\x01\x01\x12\x35\n(elliptical_arc_perimeter_control_point_y\x18H \x01(\x01HF\x88\x01\x01\x12\x35\n(elliptical_arc_perimeter_control_point_z\x18I \x01(\x01HG\x88\x01\x01\x12\x1f\n\x12\x65llipse_first_node\x18J \x01(\x05HH\x88\x01\x01\x12 \n\x13\x65llipse_second_node\x18K \x01(\x05HI\x88\x01\x01\x12)\n\x1c\x65llipse_control_point_object\x18L \x01(\x05HJ\x88\x01\x01\x12?\n\x15\x65llipse_control_point\x18M \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHK\x88\x01\x01\x12$\n\x17\x65llipse_control_point_x\x18N \x01(\x01HL\x88\x01\x01\x12$\n\x17\x65llipse_control_point_y\x18O \x01(\x01HM\x88\x01\x01\x12$\n\x17\x65llipse_control_point_z\x18P \x01(\x01HN\x88\x01\x01\x12 \n\x13parabola_first_node\x18Q \x01(\x05HO\x88\x01\x01\x12!\n\x14parabola_second_node\x18R \x01(\x05HP\x88\x01\x01\x12*\n\x1dparabola_control_point_object\x18S \x01(\x05HQ\x88\x01\x01\x12@\n\x16parabola_control_point\x18T \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHR\x88\x01\x01\x12%\n\x18parabola_control_point_x\x18U \x01(\x01HS\x88\x01\x01\x12%\n\x18parabola_control_point_y\x18V \x01(\x01HT\x88\x01\x01\x12%\n\x18parabola_control_point_z\x18W \x01(\x01HU\x88\x01\x01\x12.\n!parabola_focus_directrix_distance\x18X \x01(\x01HV\x88\x01\x01\x12\x1b\n\x0eparabola_alpha\x18Y \x01(\x01HW\x88\x01\x01\x12\x38\n\x0eparabola_focus\x18Z \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHX\x88\x01\x01\x12\x1d\n\x10parabola_focus_x\x18[ \x01(\x01HY\x88\x01\x01\x12\x1d\n\x10parabola_focus_y\x18\\ \x01(\x01HZ\x88\x01\x01\x12\x1d\n\x10parabola_focus_z\x18] \x01(\x01H[\x88\x01\x01\x12\x18\n\x0bnurbs_order\x18^ \x01(\x05H\\\x88\x01\x01\x12y\n\"nurbs_control_points_by_components\x18_ \x01(\x0b\x32H.dlubal.api.rfem.structure_core.Line.NurbsControlPointsByComponentsTableH]\x88\x01\x01\x12_\n\x14nurbs_control_points\x18` \x01(\x0b\x32<.dlubal.api.rfem.structure_core.Line.NurbsControlPointsTableH^\x88\x01\x01\x12N\n\x0bnurbs_knots\x18\x61 \x01(\x0b\x32\x34.dlubal.api.rfem.structure_core.Line.NurbsKnotsTableH_\x88\x01\x01\x12h\n\x1brotation_specification_type\x18\x62 \x01(\x0e\x32>.dlubal.api.rfem.structure_core.Line.RotationSpecificationTypeH`\x88\x01\x01\x12\x1b\n\x0erotation_angle\x18\x63 \x01(\x01Ha\x88\x01\x01\x12\x1f\n\x12rotation_help_node\x18\x64 \x01(\x05Hb\x88\x01\x01\x12O\n\x0erotation_plane\x18\x65 \x01(\x0e\x32\x32.dlubal.api.rfem.structure_core.Line.RotationPlaneHc\x88\x01\x01\x12\x17\n\nis_rotated\x18\x66 \x01(\x08Hd\x88\x01\x01\x12\x19\n\x0cparent_layer\x18g \x01(\x05He\x88\x01\x01\x12&\n\x19is_locked_by_parent_layer\x18h \x01(\x08Hf\x88\x01\x01\x12\x19\n\x0cis_generated\x18i \x01(\x08Hg\x88\x01\x01\x12#\n\x16generating_object_info\x18j \x01(\tHh\x88\x01\x01\x12\x13\n\x06member\x18k \x01(\x05Hi\x88\x01\x01\x12\x14\n\x07support\x18l \x01(\x05Hj\x88\x01\x01\x12\x1c\n\x0fmesh_refinement\x18m \x01(\x05Hk\x88\x01\x01\x12_\n\x14line_weld_assignment\x18n \x01(\x0b\x32<.dlubal.api.rfem.structure_core.Line.LineWeldAssignmentTableHl\x88\x01\x01\x12\x1b\n\x0ehas_line_welds\x18o \x01(\x08Hm\x88\x01\x01\x12\x66\n\x18nodes_on_line_assignment\x18p \x01(\x0b\x32?.dlubal.api.rfem.structure_core.Line.NodesOnLineAssignmentTableHn\x88\x01\x01\x12\x1d\n\x10rotation_surface\x18q \x01(\x05Ho\x88\x01\x01\x12g\n\x1brotation_surface_plane_type\x18r \x01(\x0e\x32=.dlubal.api.rfem.structure_core.Line.RotationSurfacePlaneTypeHp\x88\x01\x01\x12\x18\n\x0bis_cut_line\x18s \x01(\x08Hq\x88\x01\x01\x12`\n\x18\x63ut_via_section_cut_type\x18t \x01(\x0e\x32\x39.dlubal.api.rfem.structure_core.Line.CutViaSectionCutTypeHr\x88\x01\x01\x12n\n\x1f\x63ut_via_section_definition_type\x18u \x01(\x0e\x32@.dlubal.api.rfem.structure_core.Line.CutViaSectionDefinitionTypeHs\x88\x01\x01\x12,\n$cut_via_section_assigned_to_surfaces\x18v \x03(\x05\x12\"\n\x15\x63ut_via_section_node1\x18w \x01(\x05Ht\x88\x01\x01\x12\x46\n\x1c\x63ut_via_section_coordinates1\x18x \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHu\x88\x01\x01\x12+\n\x1e\x63ut_via_section_coordinates1_x\x18y \x01(\x01Hv\x88\x01\x01\x12+\n\x1e\x63ut_via_section_coordinates1_y\x18z \x01(\x01Hw\x88\x01\x01\x12+\n\x1e\x63ut_via_section_coordinates1_z\x18{ \x01(\x01Hx\x88\x01\x01\x12\"\n\x15\x63ut_via_section_node2\x18| \x01(\x05Hy\x88\x01\x01\x12\x46\n\x1c\x63ut_via_section_coordinates2\x18} \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHz\x88\x01\x01\x12+\n\x1e\x63ut_via_section_coordinates2_x\x18~ \x01(\x01H{\x88\x01\x01\x12+\n\x1e\x63ut_via_section_coordinates2_y\x18\x7f \x01(\x01H|\x88\x01\x01\x12,\n\x1e\x63ut_via_section_coordinates2_z\x18\x80\x01 \x01(\x01H}\x88\x01\x01\x12#\n\x15\x63ut_via_section_node3\x18\x81\x01 \x01(\x05H~\x88\x01\x01\x12G\n\x1c\x63ut_via_section_coordinates3\x18\x82\x01 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x7f\x88\x01\x01\x12-\n\x1e\x63ut_via_section_coordinates3_x\x18\x83\x01 \x01(\x01H\x80\x01\x88\x01\x01\x12-\n\x1e\x63ut_via_section_coordinates3_y\x18\x84\x01 \x01(\x01H\x81\x01\x88\x01\x01\x12-\n\x1e\x63ut_via_section_coordinates3_z\x18\x85\x01 \x01(\x01H\x82\x01\x88\x01\x01\x12(\n\x19\x63ut_via_section_component\x18\x86\x01 \x01(\x05H\x83\x01\x88\x01\x01\x12+\n\x1c\x63ut_via_two_lines_first_line\x18\x87\x01 \x01(\x05H\x84\x01\x88\x01\x01\x12,\n\x1d\x63ut_via_two_lines_second_line\x18\x88\x01 \x01(\x05H\x85\x01\x88\x01\x01\x12W\nHcut_via_two_lines_first_point_distance_from_start_is_defined_as_relative\x18\x89\x01 \x01(\x08H\x86\x01\x88\x01\x01\x12I\n:cut_via_two_lines_first_point_distance_from_start_relative\x18\x8a\x01 \x01(\x01H\x87\x01\x88\x01\x01\x12I\n:cut_via_two_lines_first_point_distance_from_start_absolute\x18\x8b\x01 \x01(\x01H\x88\x01\x88\x01\x01\x12G\n8cut_via_two_lines_first_point_distance_from_end_relative\x18\x8c\x01 \x01(\x01H\x89\x01\x88\x01\x01\x12G\n8cut_via_two_lines_first_point_distance_from_end_absolute\x18\x8d\x01 \x01(\x01H\x8a\x01\x88\x01\x01\x12M\n>cut_via_two_lines_second_point_distance_is_defined_as_relative\x18\x8e\x01 \x01(\x08H\x8b\x01\x88\x01\x01\x12J\n;cut_via_two_lines_second_point_distance_from_start_relative\x18\x8f\x01 \x01(\x01H\x8c\x01\x88\x01\x01\x12J\n;cut_via_two_lines_second_point_distance_from_start_absolute\x18\x90\x01 \x01(\x01H\x8d\x01\x88\x01\x01\x12H\n9cut_via_two_lines_second_point_distance_from_end_relative\x18\x91\x01 \x01(\x01H\x8e\x01\x88\x01\x01\x12H\n9cut_via_two_lines_second_point_distance_from_end_absolute\x18\x92\x01 \x01(\x01H\x8f\x01\x88\x01\x01\x12i\n\x18line_releases_assignment\x18\x93\x01 \x01(\x0b\x32@.dlubal.api.rfem.structure_core.Line.LineReleasesAssignmentTableH\x90\x01\x88\x01\x01\x12)\n\x1a\x63ut_line_multi_cut_enabled\x18\x94\x01 \x01(\x08H\x91\x01\x88\x01\x01\x12\x63\n\x18\x63ut_line_generating_type\x18\x95\x01 \x01(\x0e\x32:.dlubal.api.rfem.structure_core.Line.CutLineGeneratingTypeH\x92\x01\x88\x01\x01\x12\x32\n#cut_line_generating_offset_distance\x18\x96\x01 \x01(\x01H\x93\x01\x88\x01\x01\x12\x35\n&cut_line_generating_tolerance_absolute\x18\x97\x01 \x01(\x01H\x94\x01\x88\x01\x01\x12\x35\n&cut_line_generating_tolerance_relative\x18\x98\x01 \x01(\x01H\x95\x01\x88\x01\x01\x12\x43\n4cut_line_generating_tolerance_is_defined_as_relative\x18\x99\x01 \x01(\x08H\x96\x01\x88\x01\x01\x12\x36\n\'cut_line_generating_preserve_same_angle\x18\x9a\x01 \x01(\x08H\x97\x01\x88\x01\x01\x12r\n cut_line_generating_rotated_type\x18\x9b\x01 \x01(\x0e\x32\x41.dlubal.api.rfem.structure_core.Line.CutLineGeneratingRotatedTypeH\x98\x01\x88\x01\x01\x12-\n\x1e\x63ut_line_generating_guide_line\x18\x9c\x01 \x01(\x05H\x99\x01\x88\x01\x01\x12\x30\n!cut_line_generating_rotation_line\x18\x9d\x01 \x01(\x05H\x9a\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_rotation_node1\x18\x9e\x01 \x01(\x05H\x9b\x01\x88\x01\x01\x12L\n cut_line_generating_coordinates1\x18\x9f\x01 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x9c\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_coordinates1_x\x18\xa0\x01 \x01(\x01H\x9d\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_coordinates1_y\x18\xa1\x01 \x01(\x01H\x9e\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_coordinates1_z\x18\xa2\x01 \x01(\x01H\x9f\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_rotation_node2\x18\xa3\x01 \x01(\x05H\xa0\x01\x88\x01\x01\x12L\n cut_line_generating_coordinates2\x18\xa4\x01 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\xa1\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_coordinates2_x\x18\xa5\x01 \x01(\x01H\xa2\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_coordinates2_y\x18\xa6\x01 \x01(\x01H\xa3\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_coordinates2_z\x18\xa7\x01 \x01(\x01H\xa4\x01\x88\x01\x01\x12\x34\n%cut_line_generating_coordinate_system\x18\xa8\x01 \x01(\x05H\xa5\x01\x88\x01\x01\x12x\n#cut_line_generating_definition_axes\x18\xa9\x01 \x01(\x0e\x32\x44.dlubal.api.rfem.structure_core.Line.CutLineGeneratingDefinitionAxesH\xa6\x01\x88\x01\x01\x12\x18\n\tline_link\x18\xaa\x01 \x01(\x05H\xa7\x01\x88\x01\x01\x12)\n\x1a\x64\x65sign_properties_via_line\x18\xab\x01 \x01(\x08H\xa8\x01\x88\x01\x01\x12\x34\n%design_properties_via_parent_line_set\x18\xac\x01 \x01(\x08H\xa9\x01\x88\x01\x01\x12#\n\x14id_for_export_import\x18\xad\x01 \x01(\tH\xaa\x01\x88\x01\x01\x12)\n\x1ametadata_for_export_import\x18\xae\x01 \x01(\tH\xab\x01\x88\x01\x01\x1a{\n#NurbsControlPointsByComponentsTable\x12T\n\x04rows\x18\x01 \x03(\x0b\x32\x46.dlubal.api.rfem.structure_core.Line.NurbsControlPointsByComponentsRow\x1a\xb3\x02\n!NurbsControlPointsByComponentsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12 \n\x13global_coordinate_x\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12 \n\x13global_coordinate_y\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12 \n\x13global_coordinate_z\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x13\n\x06weight\x18\x06 \x01(\x01H\x05\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_global_coordinate_xB\x16\n\x14_global_coordinate_yB\x16\n\x14_global_coordinate_zB\t\n\x07_weight\x1a\x63\n\x17NurbsControlPointsTable\x12H\n\x04rows\x18\x01 \x03(\x0b\x32:.dlubal.api.rfem.structure_core.Line.NurbsControlPointsRow\x1a\xb3\x02\n\x15NurbsControlPointsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x1a\n\rcontrol_point\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12<\n\x12global_coordinates\x18\x04 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x03\x88\x01\x01\x12\x35\n\x0b\x63oordinates\x18\x05 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x04\x88\x01\x01\x12\x0e\n\x06weight\x18\x06 \x01(\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x10\n\x0e_control_pointB\x15\n\x13_global_coordinatesB\x0e\n\x0c_coordinates\x1aS\n\x0fNurbsKnotsTable\x12@\n\x04rows\x18\x01 \x03(\x0b\x32\x32.dlubal.api.rfem.structure_core.Line.NurbsKnotsRow\x1ay\n\rNurbsKnotsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x17\n\nknot_value\x18\x03 \x01(\x01H\x02\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\r\n\x0b_knot_value\x1a\x63\n\x17LineWeldAssignmentTable\x12H\n\x04rows\x18\x01 \x03(\x0b\x32:.dlubal.api.rfem.structure_core.Line.LineWeldAssignmentRow\x1a\xe1\x01\n\x15LineWeldAssignmentRow\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\x11\n\x04weld\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12\x15\n\x08surface1\x18\x04 \x01(\x05H\x03\x88\x01\x01\x12\x15\n\x08surface2\x18\x05 \x01(\x05H\x04\x88\x01\x01\x12\x15\n\x08surface3\x18\x06 \x01(\x05H\x05\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x07\n\x05_weldB\x0b\n\t_surface1B\x0b\n\t_surface2B\x0b\n\t_surface3\x1ai\n\x1aNodesOnLineAssignmentTable\x12K\n\x04rows\x18\x01 \x03(\x0b\x32=.dlubal.api.rfem.structure_core.Line.NodesOnLineAssignmentRow\x1a\x83\x03\n\x18NodesOnLineAssignmentRow\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\x11\n\x04node\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12_\n\treference\x18\x04 \x01(\x0e\x32G.dlubal.api.rfem.structure_core.Line.NodesOnLineAssignmentRow.ReferenceH\x03\x88\x01\x01\x12\x16\n\tfromStart\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x14\n\x07\x66romEnd\x18\x06 \x01(\x01H\x05\x88\x01\x01\"R\n\tReference\x12\x0f\n\x0bREFERENCE_L\x10\x00\x12\x10\n\x0cREFERENCE_XY\x10\x01\x12\x10\n\x0cREFERENCE_XZ\x10\x02\x12\x10\n\x0cREFERENCE_YZ\x10\x03\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x07\n\x05_nodeB\x0c\n\n_referenceB\x0c\n\n_fromStartB\n\n\x08_fromEnd\x1ak\n\x1bLineReleasesAssignmentTable\x12L\n\x04rows\x18\x01 \x03(\x0b\x32>.dlubal.api.rfem.structure_core.Line.LineReleasesAssignmentRow\x1a\x9a\x04\n\x19LineReleasesAssignmentRow\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\x1f\n\x12\x61ssigned_object_no\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12\x13\n\x06\x61\x63tive\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12\x17\n\nrelease_no\x18\x05 \x01(\x05H\x04\x88\x01\x01\x12m\n\x10release_location\x18\x06 \x01(\x0e\x32N.dlubal.api.rfem.structure_core.Line.LineReleasesAssignmentRow.ReleaseLocationH\x05\x88\x01\x01\x12\x1d\n\x10released_objects\x18\x07 \x01(\tH\x06\x88\x01\x01\x12\x1e\n\x11generated_objects\x18\x08 \x01(\tH\x07\x88\x01\x01\"M\n\x0fReleaseLocation\x12\x1b\n\x17RELEASE_LOCATION_ORIGIN\x10\x00\x12\x1d\n\x19RELEASE_LOCATION_RELEASED\x10\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x15\n\x13_assigned_object_noB\t\n\x07_activeB\r\n\x0b_release_noB\x13\n\x11_release_locationB\x13\n\x11_released_objectsB\x14\n\x12_generated_objects\"\xdf\x01\n\x04Type\x12\x10\n\x0cTYPE_UNKNOWN\x10\x00\x12\x0c\n\x08TYPE_ARC\x10\x02\x12\x0f\n\x0bTYPE_CIRCLE\x10\x03\x12\x18\n\x14TYPE_CUT_VIA_SECTION\x10\t\x12\x1a\n\x16TYPE_CUT_VIA_TWO_LINES\x10\n\x12\x10\n\x0cTYPE_ELLIPSE\x10\x05\x12\x17\n\x13TYPE_ELLIPTICAL_ARC\x10\x04\x12\x0e\n\nTYPE_NURBS\x10\x08\x12\x11\n\rTYPE_PARABOLA\x10\x06\x12\x11\n\rTYPE_POLYLINE\x10\x01\x12\x0f\n\x0bTYPE_SPLINE\x10\x07\"\xab\x01\n\x18\x41rcAlphaAdjustmentTarget\x12\x30\n,ARC_ALPHA_ADJUSTMENT_TARGET_BEGINNING_OF_ARC\x10\x00\x12\x31\n-ARC_ALPHA_ADJUSTMENT_TARGET_ARC_CONTROL_POINT\x10\x01\x12*\n&ARC_ALPHA_ADJUSTMENT_TARGET_END_OF_ARC\x10\x02\"\xbf\x01\n\x19RotationSpecificationType\x12(\n$ROTATION_SPECIFICATION_TYPE_BY_ANGLE\x10\x00\x12&\n\"ROTATION_SPECIFICATION_TYPE_INSIDE\x10\x02\x12\'\n#ROTATION_SPECIFICATION_TYPE_SURFACE\x10\x03\x12\'\n#ROTATION_SPECIFICATION_TYPE_TO_NODE\x10\x01\"=\n\rRotationPlane\x12\x15\n\x11ROTATION_PLANE_XY\x10\x00\x12\x15\n\x11ROTATION_PLANE_XZ\x10\x01\"\x80\x01\n\x18RotationSurfacePlaneType\x12\x31\n-ROTATION_SURFACE_PLANE_TYPE_ROTATION_PLANE_XY\x10\x00\x12\x31\n-ROTATION_SURFACE_PLANE_TYPE_ROTATION_PLANE_XZ\x10\x01\"k\n\x14\x43utViaSectionCutType\x12)\n%CUT_VIA_SECTION_CUT_TYPE_CUT_GEODESIC\x10\x00\x12(\n$CUT_VIA_SECTION_CUT_TYPE_CUT_SECTION\x10\x01\"z\n\x1b\x43utViaSectionDefinitionType\x12,\n(CUT_VIA_SECTION_DEFINITION_TYPE_BY_POINT\x10\x00\x12-\n)CUT_VIA_SECTION_DEFINITION_TYPE_BY_VECTOR\x10\x01\"\x96\x01\n\x15\x43utLineGeneratingType\x12%\n!CUT_LINE_GENERATING_TYPE_PARALLEL\x10\x00\x12\x30\n,CUT_LINE_GENERATING_TYPE_ACCORDING_GUIDELINE\x10\x01\x12$\n CUT_LINE_GENERATING_TYPE_ROTATED\x10\x02\"\xad\x01\n\x1c\x43utLineGeneratingRotatedType\x12.\n*CUT_LINE_GENERATING_ROTATED_TYPE_TWO_NODES\x10\x00\x12)\n%CUT_LINE_GENERATING_ROTATED_TYPE_LINE\x10\x01\x12\x32\n.CUT_LINE_GENERATING_ROTATED_TYPE_NODE_AND_AXIS\x10\x02\"\xfc\x01\n\x1f\x43utLineGeneratingDefinitionAxes\x12)\n%CUT_LINE_GENERATING_DEFINITION_AXES_U\x10\x00\x12)\n%CUT_LINE_GENERATING_DEFINITION_AXES_V\x10\x01\x12)\n%CUT_LINE_GENERATING_DEFINITION_AXES_W\x10\x02\x12)\n%CUT_LINE_GENERATING_DEFINITION_AXES_Y\x10\x01\x12)\n%CUT_LINE_GENERATING_DEFINITION_AXES_Z\x10\x02\x1a\x02\x10\x01\x42\x05\n\x03_noB\x07\n\x05_typeB\t\n\x07_lengthB\x0b\n\t_positionB\x11\n\x0f_position_shortB\n\n\x08_commentB\x11\n\x0f_arc_first_nodeB\x12\n\x10_arc_second_nodeB\x1b\n\x19_arc_control_point_objectB\x14\n\x12_arc_control_pointB\x16\n\x14_arc_control_point_xB\x16\n\x14_arc_control_point_yB\x16\n\x14_arc_control_point_zB\r\n\x0b_arc_centerB\x0f\n\r_arc_center_xB\x0f\n\r_arc_center_yB\x0f\n\r_arc_center_zB\r\n\x0b_arc_radiusB\r\n\x0b_arc_heightB\x0c\n\n_arc_alphaB\x1e\n\x1c_arc_alpha_adjustment_targetB\x10\n\x0e_circle_centerB\x1d\n\x1b_circle_center_coordinate_1B\x1d\n\x1b_circle_center_coordinate_2B\x1d\n\x1b_circle_center_coordinate_3B\x10\n\x0e_circle_normalB\x1d\n\x1b_circle_normal_coordinate_1B\x1d\n\x1b_circle_normal_coordinate_2B\x1d\n\x1b_circle_normal_coordinate_3B\x12\n\x10_circle_rotationB\x0e\n\x0c_circle_nodeB\x1b\n\x19_circle_node_coordinate_1B\x1b\n\x19_circle_node_coordinate_2B\x1b\n\x19_circle_node_coordinate_3B\x10\n\x0e_circle_radiusB\x1c\n\x1a_elliptical_arc_first_nodeB\x1d\n\x1b_elliptical_arc_second_nodeB\x17\n\x15_elliptical_arc_alphaB\x16\n\x14_elliptical_arc_betaB\x18\n\x16_elliptical_arc_normalB\x1a\n\x18_elliptical_arc_normal_xB\x1a\n\x18_elliptical_arc_normal_yB\x1a\n\x18_elliptical_arc_normal_zB\x1e\n\x1c_elliptical_arc_major_radiusB\x1e\n\x1c_elliptical_arc_minor_radiusB\x18\n\x16_elliptical_arc_centerB\x1a\n\x18_elliptical_arc_center_xB\x1a\n\x18_elliptical_arc_center_yB\x1a\n\x18_elliptical_arc_center_zB\x19\n\x17_elliptical_arc_focus_1B\x1b\n\x19_elliptical_arc_focus_1_xB\x1b\n\x19_elliptical_arc_focus_1_yB\x1b\n\x19_elliptical_arc_focus_1_zB\x19\n\x17_elliptical_arc_focus_2B\x1b\n\x19_elliptical_arc_focus_2_xB\x1b\n\x19_elliptical_arc_focus_2_yB\x1b\n\x19_elliptical_arc_focus_2_zB,\n*_elliptical_arc_first_control_point_objectB%\n#_elliptical_arc_first_control_pointB\'\n%_elliptical_arc_first_control_point_xB\'\n%_elliptical_arc_first_control_point_yB\'\n%_elliptical_arc_first_control_point_zB-\n+_elliptical_arc_second_control_point_objectB&\n$_elliptical_arc_second_control_pointB(\n&_elliptical_arc_second_control_point_xB(\n&_elliptical_arc_second_control_point_yB(\n&_elliptical_arc_second_control_point_zB0\n._elliptical_arc_perimeter_control_point_objectB)\n\'_elliptical_arc_perimeter_control_pointB+\n)_elliptical_arc_perimeter_control_point_xB+\n)_elliptical_arc_perimeter_control_point_yB+\n)_elliptical_arc_perimeter_control_point_zB\x15\n\x13_ellipse_first_nodeB\x16\n\x14_ellipse_second_nodeB\x1f\n\x1d_ellipse_control_point_objectB\x18\n\x16_ellipse_control_pointB\x1a\n\x18_ellipse_control_point_xB\x1a\n\x18_ellipse_control_point_yB\x1a\n\x18_ellipse_control_point_zB\x16\n\x14_parabola_first_nodeB\x17\n\x15_parabola_second_nodeB \n\x1e_parabola_control_point_objectB\x19\n\x17_parabola_control_pointB\x1b\n\x19_parabola_control_point_xB\x1b\n\x19_parabola_control_point_yB\x1b\n\x19_parabola_control_point_zB$\n\"_parabola_focus_directrix_distanceB\x11\n\x0f_parabola_alphaB\x11\n\x0f_parabola_focusB\x13\n\x11_parabola_focus_xB\x13\n\x11_parabola_focus_yB\x13\n\x11_parabola_focus_zB\x0e\n\x0c_nurbs_orderB%\n#_nurbs_control_points_by_componentsB\x17\n\x15_nurbs_control_pointsB\x0e\n\x0c_nurbs_knotsB\x1e\n\x1c_rotation_specification_typeB\x11\n\x0f_rotation_angleB\x15\n\x13_rotation_help_nodeB\x11\n\x0f_rotation_planeB\r\n\x0b_is_rotatedB\x0f\n\r_parent_layerB\x1c\n\x1a_is_locked_by_parent_layerB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\t\n\x07_memberB\n\n\x08_supportB\x12\n\x10_mesh_refinementB\x17\n\x15_line_weld_assignmentB\x11\n\x0f_has_line_weldsB\x1b\n\x19_nodes_on_line_assignmentB\x13\n\x11_rotation_surfaceB\x1e\n\x1c_rotation_surface_plane_typeB\x0e\n\x0c_is_cut_lineB\x1b\n\x19_cut_via_section_cut_typeB\"\n _cut_via_section_definition_typeB\x18\n\x16_cut_via_section_node1B\x1f\n\x1d_cut_via_section_coordinates1B!\n\x1f_cut_via_section_coordinates1_xB!\n\x1f_cut_via_section_coordinates1_yB!\n\x1f_cut_via_section_coordinates1_zB\x18\n\x16_cut_via_section_node2B\x1f\n\x1d_cut_via_section_coordinates2B!\n\x1f_cut_via_section_coordinates2_xB!\n\x1f_cut_via_section_coordinates2_yB!\n\x1f_cut_via_section_coordinates2_zB\x18\n\x16_cut_via_section_node3B\x1f\n\x1d_cut_via_section_coordinates3B!\n\x1f_cut_via_section_coordinates3_xB!\n\x1f_cut_via_section_coordinates3_yB!\n\x1f_cut_via_section_coordinates3_zB\x1c\n\x1a_cut_via_section_componentB\x1f\n\x1d_cut_via_two_lines_first_lineB \n\x1e_cut_via_two_lines_second_lineBK\nI_cut_via_two_lines_first_point_distance_from_start_is_defined_as_relativeB=\n;_cut_via_two_lines_first_point_distance_from_start_relativeB=\n;_cut_via_two_lines_first_point_distance_from_start_absoluteB;\n9_cut_via_two_lines_first_point_distance_from_end_relativeB;\n9_cut_via_two_lines_first_point_distance_from_end_absoluteBA\n?_cut_via_two_lines_second_point_distance_is_defined_as_relativeB>\n<_cut_via_two_lines_second_point_distance_from_start_relativeB>\n<_cut_via_two_lines_second_point_distance_from_start_absoluteB<\n:_cut_via_two_lines_second_point_distance_from_end_relativeB<\n:_cut_via_two_lines_second_point_distance_from_end_absoluteB\x1b\n\x19_line_releases_assignmentB\x1d\n\x1b_cut_line_multi_cut_enabledB\x1b\n\x19_cut_line_generating_typeB&\n$_cut_line_generating_offset_distanceB)\n\'_cut_line_generating_tolerance_absoluteB)\n\'_cut_line_generating_tolerance_relativeB7\n5_cut_line_generating_tolerance_is_defined_as_relativeB*\n(_cut_line_generating_preserve_same_angleB#\n!_cut_line_generating_rotated_typeB!\n\x1f_cut_line_generating_guide_lineB$\n\"_cut_line_generating_rotation_lineB%\n#_cut_line_generating_rotation_node1B#\n!_cut_line_generating_coordinates1B%\n#_cut_line_generating_coordinates1_xB%\n#_cut_line_generating_coordinates1_yB%\n#_cut_line_generating_coordinates1_zB%\n#_cut_line_generating_rotation_node2B#\n!_cut_line_generating_coordinates2B%\n#_cut_line_generating_coordinates2_xB%\n#_cut_line_generating_coordinates2_yB%\n#_cut_line_generating_coordinates2_zB(\n&_cut_line_generating_coordinate_systemB&\n$_cut_line_generating_definition_axesB\x0c\n\n_line_linkB\x1d\n\x1b_design_properties_via_lineB(\n&_design_properties_via_parent_line_setB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)dlubal/api/rfem/structure_core/line.proto\x12\x1e\x64lubal.api.rfem.structure_core\x1a\x1e\x64lubal/api/common/common.proto\"\xaf\x8f\x01\n\x04Line\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x10\x64\x65\x66inition_nodes\x18\x02 \x03(\x05\x12<\n\x04type\x18\x03 \x01(\x0e\x32).dlubal.api.rfem.structure_core.Line.TypeH\x01\x88\x01\x01\x12\x13\n\x06length\x18\x04 \x01(\x01H\x02\x88\x01\x01\x12\x15\n\x08position\x18\x05 \x01(\tH\x03\x88\x01\x01\x12\x1b\n\x0eposition_short\x18\x06 \x01(\tH\x04\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x07 \x01(\tH\x05\x88\x01\x01\x12\x1b\n\x0e\x61rc_first_node\x18\x08 \x01(\x05H\x06\x88\x01\x01\x12\x1c\n\x0f\x61rc_second_node\x18\t \x01(\x05H\x07\x88\x01\x01\x12%\n\x18\x61rc_control_point_object\x18\n \x01(\x05H\x08\x88\x01\x01\x12;\n\x11\x61rc_control_point\x18\x0b \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\t\x88\x01\x01\x12 \n\x13\x61rc_control_point_x\x18\x0c \x01(\x01H\n\x88\x01\x01\x12 \n\x13\x61rc_control_point_y\x18\r \x01(\x01H\x0b\x88\x01\x01\x12 \n\x13\x61rc_control_point_z\x18\x0e \x01(\x01H\x0c\x88\x01\x01\x12\x34\n\narc_center\x18\x0f \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\r\x88\x01\x01\x12\x19\n\x0c\x61rc_center_x\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12\x19\n\x0c\x61rc_center_y\x18\x11 \x01(\x01H\x0f\x88\x01\x01\x12\x19\n\x0c\x61rc_center_z\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12\x17\n\narc_radius\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12\x17\n\narc_height\x18\x14 \x01(\x01H\x12\x88\x01\x01\x12\x16\n\tarc_alpha\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12g\n\x1b\x61rc_alpha_adjustment_target\x18\x16 \x01(\x0e\x32=.dlubal.api.rfem.structure_core.Line.ArcAlphaAdjustmentTargetH\x14\x88\x01\x01\x12\x37\n\rcircle_center\x18\x17 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x15\x88\x01\x01\x12\'\n\x1a\x63ircle_center_coordinate_1\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12\'\n\x1a\x63ircle_center_coordinate_2\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12\'\n\x1a\x63ircle_center_coordinate_3\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12\x37\n\rcircle_normal\x18\x1b \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x19\x88\x01\x01\x12\'\n\x1a\x63ircle_normal_coordinate_1\x18\x1c \x01(\x01H\x1a\x88\x01\x01\x12\'\n\x1a\x63ircle_normal_coordinate_2\x18\x1d \x01(\x01H\x1b\x88\x01\x01\x12\'\n\x1a\x63ircle_normal_coordinate_3\x18\x1e \x01(\x01H\x1c\x88\x01\x01\x12\x1c\n\x0f\x63ircle_rotation\x18\x1f \x01(\x01H\x1d\x88\x01\x01\x12\x35\n\x0b\x63ircle_node\x18 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x1e\x88\x01\x01\x12%\n\x18\x63ircle_node_coordinate_1\x18! \x01(\x01H\x1f\x88\x01\x01\x12%\n\x18\x63ircle_node_coordinate_2\x18\" \x01(\x01H \x88\x01\x01\x12%\n\x18\x63ircle_node_coordinate_3\x18# \x01(\x01H!\x88\x01\x01\x12\x1a\n\rcircle_radius\x18$ \x01(\x01H\"\x88\x01\x01\x12&\n\x19\x65lliptical_arc_first_node\x18% \x01(\x05H#\x88\x01\x01\x12\'\n\x1a\x65lliptical_arc_second_node\x18& \x01(\x05H$\x88\x01\x01\x12!\n\x14\x65lliptical_arc_alpha\x18\' \x01(\x01H%\x88\x01\x01\x12 \n\x13\x65lliptical_arc_beta\x18( \x01(\x01H&\x88\x01\x01\x12?\n\x15\x65lliptical_arc_normal\x18) \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\'\x88\x01\x01\x12$\n\x17\x65lliptical_arc_normal_x\x18* \x01(\x01H(\x88\x01\x01\x12$\n\x17\x65lliptical_arc_normal_y\x18+ \x01(\x01H)\x88\x01\x01\x12$\n\x17\x65lliptical_arc_normal_z\x18, \x01(\x01H*\x88\x01\x01\x12(\n\x1b\x65lliptical_arc_major_radius\x18- \x01(\x01H+\x88\x01\x01\x12(\n\x1b\x65lliptical_arc_minor_radius\x18. \x01(\x01H,\x88\x01\x01\x12?\n\x15\x65lliptical_arc_center\x18/ \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH-\x88\x01\x01\x12$\n\x17\x65lliptical_arc_center_x\x18\x30 \x01(\x01H.\x88\x01\x01\x12$\n\x17\x65lliptical_arc_center_y\x18\x31 \x01(\x01H/\x88\x01\x01\x12$\n\x17\x65lliptical_arc_center_z\x18\x32 \x01(\x01H0\x88\x01\x01\x12@\n\x16\x65lliptical_arc_focus_1\x18\x33 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH1\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_1_x\x18\x34 \x01(\x01H2\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_1_y\x18\x35 \x01(\x01H3\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_1_z\x18\x36 \x01(\x01H4\x88\x01\x01\x12@\n\x16\x65lliptical_arc_focus_2\x18\x37 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH5\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_2_x\x18\x38 \x01(\x01H6\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_2_y\x18\x39 \x01(\x01H7\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_2_z\x18: \x01(\x01H8\x88\x01\x01\x12\x36\n)elliptical_arc_first_control_point_object\x18; \x01(\x05H9\x88\x01\x01\x12L\n\"elliptical_arc_first_control_point\x18< \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH:\x88\x01\x01\x12\x31\n$elliptical_arc_first_control_point_x\x18= \x01(\x01H;\x88\x01\x01\x12\x31\n$elliptical_arc_first_control_point_y\x18> \x01(\x01H<\x88\x01\x01\x12\x31\n$elliptical_arc_first_control_point_z\x18? \x01(\x01H=\x88\x01\x01\x12\x37\n*elliptical_arc_second_control_point_object\x18@ \x01(\x05H>\x88\x01\x01\x12M\n#elliptical_arc_second_control_point\x18\x41 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH?\x88\x01\x01\x12\x32\n%elliptical_arc_second_control_point_x\x18\x42 \x01(\x01H@\x88\x01\x01\x12\x32\n%elliptical_arc_second_control_point_y\x18\x43 \x01(\x01HA\x88\x01\x01\x12\x32\n%elliptical_arc_second_control_point_z\x18\x44 \x01(\x01HB\x88\x01\x01\x12:\n-elliptical_arc_perimeter_control_point_object\x18\x45 \x01(\x05HC\x88\x01\x01\x12P\n&elliptical_arc_perimeter_control_point\x18\x46 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHD\x88\x01\x01\x12\x35\n(elliptical_arc_perimeter_control_point_x\x18G \x01(\x01HE\x88\x01\x01\x12\x35\n(elliptical_arc_perimeter_control_point_y\x18H \x01(\x01HF\x88\x01\x01\x12\x35\n(elliptical_arc_perimeter_control_point_z\x18I \x01(\x01HG\x88\x01\x01\x12\x1f\n\x12\x65llipse_first_node\x18J \x01(\x05HH\x88\x01\x01\x12 \n\x13\x65llipse_second_node\x18K \x01(\x05HI\x88\x01\x01\x12)\n\x1c\x65llipse_control_point_object\x18L \x01(\x05HJ\x88\x01\x01\x12?\n\x15\x65llipse_control_point\x18M \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHK\x88\x01\x01\x12$\n\x17\x65llipse_control_point_x\x18N \x01(\x01HL\x88\x01\x01\x12$\n\x17\x65llipse_control_point_y\x18O \x01(\x01HM\x88\x01\x01\x12$\n\x17\x65llipse_control_point_z\x18P \x01(\x01HN\x88\x01\x01\x12 \n\x13parabola_first_node\x18Q \x01(\x05HO\x88\x01\x01\x12!\n\x14parabola_second_node\x18R \x01(\x05HP\x88\x01\x01\x12*\n\x1dparabola_control_point_object\x18S \x01(\x05HQ\x88\x01\x01\x12@\n\x16parabola_control_point\x18T \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHR\x88\x01\x01\x12%\n\x18parabola_control_point_x\x18U \x01(\x01HS\x88\x01\x01\x12%\n\x18parabola_control_point_y\x18V \x01(\x01HT\x88\x01\x01\x12%\n\x18parabola_control_point_z\x18W \x01(\x01HU\x88\x01\x01\x12.\n!parabola_focus_directrix_distance\x18X \x01(\x01HV\x88\x01\x01\x12\x1b\n\x0eparabola_alpha\x18Y \x01(\x01HW\x88\x01\x01\x12\x38\n\x0eparabola_focus\x18Z \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHX\x88\x01\x01\x12\x1d\n\x10parabola_focus_x\x18[ \x01(\x01HY\x88\x01\x01\x12\x1d\n\x10parabola_focus_y\x18\\ \x01(\x01HZ\x88\x01\x01\x12\x1d\n\x10parabola_focus_z\x18] \x01(\x01H[\x88\x01\x01\x12\x18\n\x0bnurbs_order\x18^ \x01(\x05H\\\x88\x01\x01\x12y\n\"nurbs_control_points_by_components\x18_ \x01(\x0b\x32H.dlubal.api.rfem.structure_core.Line.NurbsControlPointsByComponentsTableH]\x88\x01\x01\x12_\n\x14nurbs_control_points\x18` \x01(\x0b\x32<.dlubal.api.rfem.structure_core.Line.NurbsControlPointsTableH^\x88\x01\x01\x12N\n\x0bnurbs_knots\x18\x61 \x01(\x0b\x32\x34.dlubal.api.rfem.structure_core.Line.NurbsKnotsTableH_\x88\x01\x01\x12h\n\x1brotation_specification_type\x18\x62 \x01(\x0e\x32>.dlubal.api.rfem.structure_core.Line.RotationSpecificationTypeH`\x88\x01\x01\x12\x1b\n\x0erotation_angle\x18\x63 \x01(\x01Ha\x88\x01\x01\x12\x1f\n\x12rotation_help_node\x18\x64 \x01(\x05Hb\x88\x01\x01\x12O\n\x0erotation_plane\x18\x65 \x01(\x0e\x32\x32.dlubal.api.rfem.structure_core.Line.RotationPlaneHc\x88\x01\x01\x12\x17\n\nis_rotated\x18\x66 \x01(\x08Hd\x88\x01\x01\x12\x19\n\x0cparent_layer\x18g \x01(\x05He\x88\x01\x01\x12&\n\x19is_locked_by_parent_layer\x18h \x01(\x08Hf\x88\x01\x01\x12\x19\n\x0cis_generated\x18i \x01(\x08Hg\x88\x01\x01\x12#\n\x16generating_object_info\x18j \x01(\tHh\x88\x01\x01\x12\x13\n\x06member\x18k \x01(\x05Hi\x88\x01\x01\x12\x14\n\x07support\x18l \x01(\x05Hj\x88\x01\x01\x12\x1c\n\x0fmesh_refinement\x18m \x01(\x05Hk\x88\x01\x01\x12_\n\x14line_weld_assignment\x18n \x01(\x0b\x32<.dlubal.api.rfem.structure_core.Line.LineWeldAssignmentTableHl\x88\x01\x01\x12\x1b\n\x0ehas_line_welds\x18o \x01(\x08Hm\x88\x01\x01\x12\x66\n\x18nodes_on_line_assignment\x18p \x01(\x0b\x32?.dlubal.api.rfem.structure_core.Line.NodesOnLineAssignmentTableHn\x88\x01\x01\x12\x1d\n\x10rotation_surface\x18q \x01(\x05Ho\x88\x01\x01\x12g\n\x1brotation_surface_plane_type\x18r \x01(\x0e\x32=.dlubal.api.rfem.structure_core.Line.RotationSurfacePlaneTypeHp\x88\x01\x01\x12\x18\n\x0bis_cut_line\x18s \x01(\x08Hq\x88\x01\x01\x12`\n\x18\x63ut_via_section_cut_type\x18t \x01(\x0e\x32\x39.dlubal.api.rfem.structure_core.Line.CutViaSectionCutTypeHr\x88\x01\x01\x12n\n\x1f\x63ut_via_section_definition_type\x18u \x01(\x0e\x32@.dlubal.api.rfem.structure_core.Line.CutViaSectionDefinitionTypeHs\x88\x01\x01\x12,\n$cut_via_section_assigned_to_surfaces\x18v \x03(\x05\x12\"\n\x15\x63ut_via_section_node1\x18w \x01(\x05Ht\x88\x01\x01\x12\x46\n\x1c\x63ut_via_section_coordinates1\x18x \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHu\x88\x01\x01\x12+\n\x1e\x63ut_via_section_coordinates1_x\x18y \x01(\x01Hv\x88\x01\x01\x12+\n\x1e\x63ut_via_section_coordinates1_y\x18z \x01(\x01Hw\x88\x01\x01\x12+\n\x1e\x63ut_via_section_coordinates1_z\x18{ \x01(\x01Hx\x88\x01\x01\x12\"\n\x15\x63ut_via_section_node2\x18| \x01(\x05Hy\x88\x01\x01\x12\x46\n\x1c\x63ut_via_section_coordinates2\x18} \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHz\x88\x01\x01\x12+\n\x1e\x63ut_via_section_coordinates2_x\x18~ \x01(\x01H{\x88\x01\x01\x12+\n\x1e\x63ut_via_section_coordinates2_y\x18\x7f \x01(\x01H|\x88\x01\x01\x12,\n\x1e\x63ut_via_section_coordinates2_z\x18\x80\x01 \x01(\x01H}\x88\x01\x01\x12#\n\x15\x63ut_via_section_node3\x18\x81\x01 \x01(\x05H~\x88\x01\x01\x12G\n\x1c\x63ut_via_section_coordinates3\x18\x82\x01 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x7f\x88\x01\x01\x12-\n\x1e\x63ut_via_section_coordinates3_x\x18\x83\x01 \x01(\x01H\x80\x01\x88\x01\x01\x12-\n\x1e\x63ut_via_section_coordinates3_y\x18\x84\x01 \x01(\x01H\x81\x01\x88\x01\x01\x12-\n\x1e\x63ut_via_section_coordinates3_z\x18\x85\x01 \x01(\x01H\x82\x01\x88\x01\x01\x12(\n\x19\x63ut_via_section_component\x18\x86\x01 \x01(\x05H\x83\x01\x88\x01\x01\x12+\n\x1c\x63ut_via_two_lines_first_line\x18\x87\x01 \x01(\x05H\x84\x01\x88\x01\x01\x12,\n\x1d\x63ut_via_two_lines_second_line\x18\x88\x01 \x01(\x05H\x85\x01\x88\x01\x01\x12W\nHcut_via_two_lines_first_point_distance_from_start_is_defined_as_relative\x18\x89\x01 \x01(\x08H\x86\x01\x88\x01\x01\x12I\n:cut_via_two_lines_first_point_distance_from_start_relative\x18\x8a\x01 \x01(\x01H\x87\x01\x88\x01\x01\x12I\n:cut_via_two_lines_first_point_distance_from_start_absolute\x18\x8b\x01 \x01(\x01H\x88\x01\x88\x01\x01\x12G\n8cut_via_two_lines_first_point_distance_from_end_relative\x18\x8c\x01 \x01(\x01H\x89\x01\x88\x01\x01\x12G\n8cut_via_two_lines_first_point_distance_from_end_absolute\x18\x8d\x01 \x01(\x01H\x8a\x01\x88\x01\x01\x12M\n>cut_via_two_lines_second_point_distance_is_defined_as_relative\x18\x8e\x01 \x01(\x08H\x8b\x01\x88\x01\x01\x12J\n;cut_via_two_lines_second_point_distance_from_start_relative\x18\x8f\x01 \x01(\x01H\x8c\x01\x88\x01\x01\x12J\n;cut_via_two_lines_second_point_distance_from_start_absolute\x18\x90\x01 \x01(\x01H\x8d\x01\x88\x01\x01\x12H\n9cut_via_two_lines_second_point_distance_from_end_relative\x18\x91\x01 \x01(\x01H\x8e\x01\x88\x01\x01\x12H\n9cut_via_two_lines_second_point_distance_from_end_absolute\x18\x92\x01 \x01(\x01H\x8f\x01\x88\x01\x01\x12i\n\x18line_releases_assignment\x18\x93\x01 \x01(\x0b\x32@.dlubal.api.rfem.structure_core.Line.LineReleasesAssignmentTableH\x90\x01\x88\x01\x01\x12)\n\x1a\x63ut_line_multi_cut_enabled\x18\x94\x01 \x01(\x08H\x91\x01\x88\x01\x01\x12\x63\n\x18\x63ut_line_generating_type\x18\x95\x01 \x01(\x0e\x32:.dlubal.api.rfem.structure_core.Line.CutLineGeneratingTypeH\x92\x01\x88\x01\x01\x12\x32\n#cut_line_generating_offset_distance\x18\x96\x01 \x01(\x01H\x93\x01\x88\x01\x01\x12\x35\n&cut_line_generating_tolerance_absolute\x18\x97\x01 \x01(\x01H\x94\x01\x88\x01\x01\x12\x35\n&cut_line_generating_tolerance_relative\x18\x98\x01 \x01(\x01H\x95\x01\x88\x01\x01\x12\x43\n4cut_line_generating_tolerance_is_defined_as_relative\x18\x99\x01 \x01(\x08H\x96\x01\x88\x01\x01\x12\x36\n\'cut_line_generating_preserve_same_angle\x18\x9a\x01 \x01(\x08H\x97\x01\x88\x01\x01\x12r\n cut_line_generating_rotated_type\x18\x9b\x01 \x01(\x0e\x32\x41.dlubal.api.rfem.structure_core.Line.CutLineGeneratingRotatedTypeH\x98\x01\x88\x01\x01\x12-\n\x1e\x63ut_line_generating_guide_line\x18\x9c\x01 \x01(\x05H\x99\x01\x88\x01\x01\x12\x30\n!cut_line_generating_rotation_line\x18\x9d\x01 \x01(\x05H\x9a\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_rotation_node1\x18\x9e\x01 \x01(\x05H\x9b\x01\x88\x01\x01\x12L\n cut_line_generating_coordinates1\x18\x9f\x01 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x9c\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_coordinates1_x\x18\xa0\x01 \x01(\x01H\x9d\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_coordinates1_y\x18\xa1\x01 \x01(\x01H\x9e\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_coordinates1_z\x18\xa2\x01 \x01(\x01H\x9f\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_rotation_node2\x18\xa3\x01 \x01(\x05H\xa0\x01\x88\x01\x01\x12L\n cut_line_generating_coordinates2\x18\xa4\x01 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\xa1\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_coordinates2_x\x18\xa5\x01 \x01(\x01H\xa2\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_coordinates2_y\x18\xa6\x01 \x01(\x01H\xa3\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_coordinates2_z\x18\xa7\x01 \x01(\x01H\xa4\x01\x88\x01\x01\x12\x34\n%cut_line_generating_coordinate_system\x18\xa8\x01 \x01(\x05H\xa5\x01\x88\x01\x01\x12x\n#cut_line_generating_definition_axes\x18\xa9\x01 \x01(\x0e\x32\x44.dlubal.api.rfem.structure_core.Line.CutLineGeneratingDefinitionAxesH\xa6\x01\x88\x01\x01\x12\x18\n\tline_link\x18\xaa\x01 \x01(\x05H\xa7\x01\x88\x01\x01\x12)\n\x1a\x64\x65sign_properties_via_line\x18\xab\x01 \x01(\x08H\xa8\x01\x88\x01\x01\x12\x34\n%design_properties_via_parent_line_set\x18\xac\x01 \x01(\x08H\xa9\x01\x88\x01\x01\x12#\n\x14id_for_export_import\x18\xad\x01 \x01(\tH\xaa\x01\x88\x01\x01\x12)\n\x1ametadata_for_export_import\x18\xae\x01 \x01(\tH\xab\x01\x88\x01\x01\x1a{\n#NurbsControlPointsByComponentsTable\x12T\n\x04rows\x18\x01 \x03(\x0b\x32\x46.dlubal.api.rfem.structure_core.Line.NurbsControlPointsByComponentsRow\x1a\xb3\x02\n!NurbsControlPointsByComponentsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12 \n\x13global_coordinate_x\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12 \n\x13global_coordinate_y\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12 \n\x13global_coordinate_z\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x13\n\x06weight\x18\x06 \x01(\x01H\x05\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_global_coordinate_xB\x16\n\x14_global_coordinate_yB\x16\n\x14_global_coordinate_zB\t\n\x07_weight\x1a\x63\n\x17NurbsControlPointsTable\x12H\n\x04rows\x18\x01 \x03(\x0b\x32:.dlubal.api.rfem.structure_core.Line.NurbsControlPointsRow\x1a\xb3\x02\n\x15NurbsControlPointsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x1a\n\rcontrol_point\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12<\n\x12global_coordinates\x18\x04 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x03\x88\x01\x01\x12\x35\n\x0b\x63oordinates\x18\x05 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x04\x88\x01\x01\x12\x0e\n\x06weight\x18\x06 \x01(\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x10\n\x0e_control_pointB\x15\n\x13_global_coordinatesB\x0e\n\x0c_coordinates\x1aS\n\x0fNurbsKnotsTable\x12@\n\x04rows\x18\x01 \x03(\x0b\x32\x32.dlubal.api.rfem.structure_core.Line.NurbsKnotsRow\x1ay\n\rNurbsKnotsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x17\n\nknot_value\x18\x03 \x01(\x01H\x02\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\r\n\x0b_knot_value\x1a\x63\n\x17LineWeldAssignmentTable\x12H\n\x04rows\x18\x01 \x03(\x0b\x32:.dlubal.api.rfem.structure_core.Line.LineWeldAssignmentRow\x1a\xe1\x01\n\x15LineWeldAssignmentRow\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\x11\n\x04weld\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12\x15\n\x08surface1\x18\x04 \x01(\x05H\x03\x88\x01\x01\x12\x15\n\x08surface2\x18\x05 \x01(\x05H\x04\x88\x01\x01\x12\x15\n\x08surface3\x18\x06 \x01(\x05H\x05\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x07\n\x05_weldB\x0b\n\t_surface1B\x0b\n\t_surface2B\x0b\n\t_surface3\x1ai\n\x1aNodesOnLineAssignmentTable\x12K\n\x04rows\x18\x01 \x03(\x0b\x32=.dlubal.api.rfem.structure_core.Line.NodesOnLineAssignmentRow\x1a\x83\x03\n\x18NodesOnLineAssignmentRow\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\x11\n\x04node\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12_\n\treference\x18\x04 \x01(\x0e\x32G.dlubal.api.rfem.structure_core.Line.NodesOnLineAssignmentRow.ReferenceH\x03\x88\x01\x01\x12\x16\n\tfromStart\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x14\n\x07\x66romEnd\x18\x06 \x01(\x01H\x05\x88\x01\x01\"R\n\tReference\x12\x0f\n\x0bREFERENCE_L\x10\x00\x12\x10\n\x0cREFERENCE_XY\x10\x01\x12\x10\n\x0cREFERENCE_XZ\x10\x02\x12\x10\n\x0cREFERENCE_YZ\x10\x03\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x07\n\x05_nodeB\x0c\n\n_referenceB\x0c\n\n_fromStartB\n\n\x08_fromEnd\x1ak\n\x1bLineReleasesAssignmentTable\x12L\n\x04rows\x18\x01 \x03(\x0b\x32>.dlubal.api.rfem.structure_core.Line.LineReleasesAssignmentRow\x1a\x9a\x04\n\x19LineReleasesAssignmentRow\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\x1f\n\x12\x61ssigned_object_no\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12\x13\n\x06\x61\x63tive\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12\x17\n\nrelease_no\x18\x05 \x01(\x05H\x04\x88\x01\x01\x12m\n\x10release_location\x18\x06 \x01(\x0e\x32N.dlubal.api.rfem.structure_core.Line.LineReleasesAssignmentRow.ReleaseLocationH\x05\x88\x01\x01\x12\x1d\n\x10released_objects\x18\x07 \x01(\tH\x06\x88\x01\x01\x12\x1e\n\x11generated_objects\x18\x08 \x01(\tH\x07\x88\x01\x01\"M\n\x0fReleaseLocation\x12\x1b\n\x17RELEASE_LOCATION_ORIGIN\x10\x00\x12\x1d\n\x19RELEASE_LOCATION_RELEASED\x10\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x15\n\x13_assigned_object_noB\t\n\x07_activeB\r\n\x0b_release_noB\x13\n\x11_release_locationB\x13\n\x11_released_objectsB\x14\n\x12_generated_objects\"\xdf\x01\n\x04Type\x12\x10\n\x0cTYPE_UNKNOWN\x10\x00\x12\x0c\n\x08TYPE_ARC\x10\x02\x12\x0f\n\x0bTYPE_CIRCLE\x10\x03\x12\x18\n\x14TYPE_CUT_VIA_SECTION\x10\t\x12\x1a\n\x16TYPE_CUT_VIA_TWO_LINES\x10\n\x12\x10\n\x0cTYPE_ELLIPSE\x10\x05\x12\x17\n\x13TYPE_ELLIPTICAL_ARC\x10\x04\x12\x0e\n\nTYPE_NURBS\x10\x08\x12\x11\n\rTYPE_PARABOLA\x10\x06\x12\x11\n\rTYPE_POLYLINE\x10\x01\x12\x0f\n\x0bTYPE_SPLINE\x10\x07\"\xab\x01\n\x18\x41rcAlphaAdjustmentTarget\x12\x30\n,ARC_ALPHA_ADJUSTMENT_TARGET_BEGINNING_OF_ARC\x10\x00\x12\x31\n-ARC_ALPHA_ADJUSTMENT_TARGET_ARC_CONTROL_POINT\x10\x01\x12*\n&ARC_ALPHA_ADJUSTMENT_TARGET_END_OF_ARC\x10\x02\"\xf8\x01\n\x19RotationSpecificationType\x12(\n$ROTATION_SPECIFICATION_TYPE_BY_ANGLE\x10\x00\x12\x37\n3ROTATION_SPECIFICATION_TYPE_GLASS_COMPOSITION_MODEL\x10\x04\x12&\n\"ROTATION_SPECIFICATION_TYPE_INSIDE\x10\x02\x12\'\n#ROTATION_SPECIFICATION_TYPE_SURFACE\x10\x03\x12\'\n#ROTATION_SPECIFICATION_TYPE_TO_NODE\x10\x01\"=\n\rRotationPlane\x12\x15\n\x11ROTATION_PLANE_XY\x10\x00\x12\x15\n\x11ROTATION_PLANE_XZ\x10\x01\"\x80\x01\n\x18RotationSurfacePlaneType\x12\x31\n-ROTATION_SURFACE_PLANE_TYPE_ROTATION_PLANE_XY\x10\x00\x12\x31\n-ROTATION_SURFACE_PLANE_TYPE_ROTATION_PLANE_XZ\x10\x01\"k\n\x14\x43utViaSectionCutType\x12)\n%CUT_VIA_SECTION_CUT_TYPE_CUT_GEODESIC\x10\x00\x12(\n$CUT_VIA_SECTION_CUT_TYPE_CUT_SECTION\x10\x01\"z\n\x1b\x43utViaSectionDefinitionType\x12,\n(CUT_VIA_SECTION_DEFINITION_TYPE_BY_POINT\x10\x00\x12-\n)CUT_VIA_SECTION_DEFINITION_TYPE_BY_VECTOR\x10\x01\"\x96\x01\n\x15\x43utLineGeneratingType\x12%\n!CUT_LINE_GENERATING_TYPE_PARALLEL\x10\x00\x12\x30\n,CUT_LINE_GENERATING_TYPE_ACCORDING_GUIDELINE\x10\x01\x12$\n CUT_LINE_GENERATING_TYPE_ROTATED\x10\x02\"\xad\x01\n\x1c\x43utLineGeneratingRotatedType\x12.\n*CUT_LINE_GENERATING_ROTATED_TYPE_TWO_NODES\x10\x00\x12)\n%CUT_LINE_GENERATING_ROTATED_TYPE_LINE\x10\x01\x12\x32\n.CUT_LINE_GENERATING_ROTATED_TYPE_NODE_AND_AXIS\x10\x02\"\xfc\x01\n\x1f\x43utLineGeneratingDefinitionAxes\x12)\n%CUT_LINE_GENERATING_DEFINITION_AXES_U\x10\x00\x12)\n%CUT_LINE_GENERATING_DEFINITION_AXES_V\x10\x01\x12)\n%CUT_LINE_GENERATING_DEFINITION_AXES_W\x10\x02\x12)\n%CUT_LINE_GENERATING_DEFINITION_AXES_Y\x10\x01\x12)\n%CUT_LINE_GENERATING_DEFINITION_AXES_Z\x10\x02\x1a\x02\x10\x01\x42\x05\n\x03_noB\x07\n\x05_typeB\t\n\x07_lengthB\x0b\n\t_positionB\x11\n\x0f_position_shortB\n\n\x08_commentB\x11\n\x0f_arc_first_nodeB\x12\n\x10_arc_second_nodeB\x1b\n\x19_arc_control_point_objectB\x14\n\x12_arc_control_pointB\x16\n\x14_arc_control_point_xB\x16\n\x14_arc_control_point_yB\x16\n\x14_arc_control_point_zB\r\n\x0b_arc_centerB\x0f\n\r_arc_center_xB\x0f\n\r_arc_center_yB\x0f\n\r_arc_center_zB\r\n\x0b_arc_radiusB\r\n\x0b_arc_heightB\x0c\n\n_arc_alphaB\x1e\n\x1c_arc_alpha_adjustment_targetB\x10\n\x0e_circle_centerB\x1d\n\x1b_circle_center_coordinate_1B\x1d\n\x1b_circle_center_coordinate_2B\x1d\n\x1b_circle_center_coordinate_3B\x10\n\x0e_circle_normalB\x1d\n\x1b_circle_normal_coordinate_1B\x1d\n\x1b_circle_normal_coordinate_2B\x1d\n\x1b_circle_normal_coordinate_3B\x12\n\x10_circle_rotationB\x0e\n\x0c_circle_nodeB\x1b\n\x19_circle_node_coordinate_1B\x1b\n\x19_circle_node_coordinate_2B\x1b\n\x19_circle_node_coordinate_3B\x10\n\x0e_circle_radiusB\x1c\n\x1a_elliptical_arc_first_nodeB\x1d\n\x1b_elliptical_arc_second_nodeB\x17\n\x15_elliptical_arc_alphaB\x16\n\x14_elliptical_arc_betaB\x18\n\x16_elliptical_arc_normalB\x1a\n\x18_elliptical_arc_normal_xB\x1a\n\x18_elliptical_arc_normal_yB\x1a\n\x18_elliptical_arc_normal_zB\x1e\n\x1c_elliptical_arc_major_radiusB\x1e\n\x1c_elliptical_arc_minor_radiusB\x18\n\x16_elliptical_arc_centerB\x1a\n\x18_elliptical_arc_center_xB\x1a\n\x18_elliptical_arc_center_yB\x1a\n\x18_elliptical_arc_center_zB\x19\n\x17_elliptical_arc_focus_1B\x1b\n\x19_elliptical_arc_focus_1_xB\x1b\n\x19_elliptical_arc_focus_1_yB\x1b\n\x19_elliptical_arc_focus_1_zB\x19\n\x17_elliptical_arc_focus_2B\x1b\n\x19_elliptical_arc_focus_2_xB\x1b\n\x19_elliptical_arc_focus_2_yB\x1b\n\x19_elliptical_arc_focus_2_zB,\n*_elliptical_arc_first_control_point_objectB%\n#_elliptical_arc_first_control_pointB\'\n%_elliptical_arc_first_control_point_xB\'\n%_elliptical_arc_first_control_point_yB\'\n%_elliptical_arc_first_control_point_zB-\n+_elliptical_arc_second_control_point_objectB&\n$_elliptical_arc_second_control_pointB(\n&_elliptical_arc_second_control_point_xB(\n&_elliptical_arc_second_control_point_yB(\n&_elliptical_arc_second_control_point_zB0\n._elliptical_arc_perimeter_control_point_objectB)\n\'_elliptical_arc_perimeter_control_pointB+\n)_elliptical_arc_perimeter_control_point_xB+\n)_elliptical_arc_perimeter_control_point_yB+\n)_elliptical_arc_perimeter_control_point_zB\x15\n\x13_ellipse_first_nodeB\x16\n\x14_ellipse_second_nodeB\x1f\n\x1d_ellipse_control_point_objectB\x18\n\x16_ellipse_control_pointB\x1a\n\x18_ellipse_control_point_xB\x1a\n\x18_ellipse_control_point_yB\x1a\n\x18_ellipse_control_point_zB\x16\n\x14_parabola_first_nodeB\x17\n\x15_parabola_second_nodeB \n\x1e_parabola_control_point_objectB\x19\n\x17_parabola_control_pointB\x1b\n\x19_parabola_control_point_xB\x1b\n\x19_parabola_control_point_yB\x1b\n\x19_parabola_control_point_zB$\n\"_parabola_focus_directrix_distanceB\x11\n\x0f_parabola_alphaB\x11\n\x0f_parabola_focusB\x13\n\x11_parabola_focus_xB\x13\n\x11_parabola_focus_yB\x13\n\x11_parabola_focus_zB\x0e\n\x0c_nurbs_orderB%\n#_nurbs_control_points_by_componentsB\x17\n\x15_nurbs_control_pointsB\x0e\n\x0c_nurbs_knotsB\x1e\n\x1c_rotation_specification_typeB\x11\n\x0f_rotation_angleB\x15\n\x13_rotation_help_nodeB\x11\n\x0f_rotation_planeB\r\n\x0b_is_rotatedB\x0f\n\r_parent_layerB\x1c\n\x1a_is_locked_by_parent_layerB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\t\n\x07_memberB\n\n\x08_supportB\x12\n\x10_mesh_refinementB\x17\n\x15_line_weld_assignmentB\x11\n\x0f_has_line_weldsB\x1b\n\x19_nodes_on_line_assignmentB\x13\n\x11_rotation_surfaceB\x1e\n\x1c_rotation_surface_plane_typeB\x0e\n\x0c_is_cut_lineB\x1b\n\x19_cut_via_section_cut_typeB\"\n _cut_via_section_definition_typeB\x18\n\x16_cut_via_section_node1B\x1f\n\x1d_cut_via_section_coordinates1B!\n\x1f_cut_via_section_coordinates1_xB!\n\x1f_cut_via_section_coordinates1_yB!\n\x1f_cut_via_section_coordinates1_zB\x18\n\x16_cut_via_section_node2B\x1f\n\x1d_cut_via_section_coordinates2B!\n\x1f_cut_via_section_coordinates2_xB!\n\x1f_cut_via_section_coordinates2_yB!\n\x1f_cut_via_section_coordinates2_zB\x18\n\x16_cut_via_section_node3B\x1f\n\x1d_cut_via_section_coordinates3B!\n\x1f_cut_via_section_coordinates3_xB!\n\x1f_cut_via_section_coordinates3_yB!\n\x1f_cut_via_section_coordinates3_zB\x1c\n\x1a_cut_via_section_componentB\x1f\n\x1d_cut_via_two_lines_first_lineB \n\x1e_cut_via_two_lines_second_lineBK\nI_cut_via_two_lines_first_point_distance_from_start_is_defined_as_relativeB=\n;_cut_via_two_lines_first_point_distance_from_start_relativeB=\n;_cut_via_two_lines_first_point_distance_from_start_absoluteB;\n9_cut_via_two_lines_first_point_distance_from_end_relativeB;\n9_cut_via_two_lines_first_point_distance_from_end_absoluteBA\n?_cut_via_two_lines_second_point_distance_is_defined_as_relativeB>\n<_cut_via_two_lines_second_point_distance_from_start_relativeB>\n<_cut_via_two_lines_second_point_distance_from_start_absoluteB<\n:_cut_via_two_lines_second_point_distance_from_end_relativeB<\n:_cut_via_two_lines_second_point_distance_from_end_absoluteB\x1b\n\x19_line_releases_assignmentB\x1d\n\x1b_cut_line_multi_cut_enabledB\x1b\n\x19_cut_line_generating_typeB&\n$_cut_line_generating_offset_distanceB)\n\'_cut_line_generating_tolerance_absoluteB)\n\'_cut_line_generating_tolerance_relativeB7\n5_cut_line_generating_tolerance_is_defined_as_relativeB*\n(_cut_line_generating_preserve_same_angleB#\n!_cut_line_generating_rotated_typeB!\n\x1f_cut_line_generating_guide_lineB$\n\"_cut_line_generating_rotation_lineB%\n#_cut_line_generating_rotation_node1B#\n!_cut_line_generating_coordinates1B%\n#_cut_line_generating_coordinates1_xB%\n#_cut_line_generating_coordinates1_yB%\n#_cut_line_generating_coordinates1_zB%\n#_cut_line_generating_rotation_node2B#\n!_cut_line_generating_coordinates2B%\n#_cut_line_generating_coordinates2_xB%\n#_cut_line_generating_coordinates2_yB%\n#_cut_line_generating_coordinates2_zB(\n&_cut_line_generating_coordinate_systemB&\n$_cut_line_generating_definition_axesB\x0c\n\n_line_linkB\x1d\n\x1b_design_properties_via_lineB(\n&_design_properties_via_parent_line_setB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
|
|
29
29
|
|
|
30
30
|
_globals = globals()
|
|
31
31
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -35,7 +35,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
35
35
|
_globals['_LINE_CUTLINEGENERATINGDEFINITIONAXES']._loaded_options = None
|
|
36
36
|
_globals['_LINE_CUTLINEGENERATINGDEFINITIONAXES']._serialized_options = b'\020\001'
|
|
37
37
|
_globals['_LINE']._serialized_start=111
|
|
38
|
-
_globals['_LINE']._serialized_end=
|
|
38
|
+
_globals['_LINE']._serialized_end=18462
|
|
39
39
|
_globals['_LINE_NURBSCONTROLPOINTSBYCOMPONENTSTABLE']._serialized_start=8922
|
|
40
40
|
_globals['_LINE_NURBSCONTROLPOINTSBYCOMPONENTSTABLE']._serialized_end=9045
|
|
41
41
|
_globals['_LINE_NURBSCONTROLPOINTSBYCOMPONENTSROW']._serialized_start=9048
|
|
@@ -69,19 +69,19 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
69
69
|
_globals['_LINE_ARCALPHAADJUSTMENTTARGET']._serialized_start=11679
|
|
70
70
|
_globals['_LINE_ARCALPHAADJUSTMENTTARGET']._serialized_end=11850
|
|
71
71
|
_globals['_LINE_ROTATIONSPECIFICATIONTYPE']._serialized_start=11853
|
|
72
|
-
_globals['_LINE_ROTATIONSPECIFICATIONTYPE']._serialized_end=
|
|
73
|
-
_globals['_LINE_ROTATIONPLANE']._serialized_start=
|
|
74
|
-
_globals['_LINE_ROTATIONPLANE']._serialized_end=
|
|
75
|
-
_globals['_LINE_ROTATIONSURFACEPLANETYPE']._serialized_start=
|
|
76
|
-
_globals['_LINE_ROTATIONSURFACEPLANETYPE']._serialized_end=
|
|
77
|
-
_globals['_LINE_CUTVIASECTIONCUTTYPE']._serialized_start=
|
|
78
|
-
_globals['_LINE_CUTVIASECTIONCUTTYPE']._serialized_end=
|
|
79
|
-
_globals['_LINE_CUTVIASECTIONDEFINITIONTYPE']._serialized_start=
|
|
80
|
-
_globals['_LINE_CUTVIASECTIONDEFINITIONTYPE']._serialized_end=
|
|
81
|
-
_globals['_LINE_CUTLINEGENERATINGTYPE']._serialized_start=
|
|
82
|
-
_globals['_LINE_CUTLINEGENERATINGTYPE']._serialized_end=
|
|
83
|
-
_globals['_LINE_CUTLINEGENERATINGROTATEDTYPE']._serialized_start=
|
|
84
|
-
_globals['_LINE_CUTLINEGENERATINGROTATEDTYPE']._serialized_end=
|
|
85
|
-
_globals['_LINE_CUTLINEGENERATINGDEFINITIONAXES']._serialized_start=
|
|
86
|
-
_globals['_LINE_CUTLINEGENERATINGDEFINITIONAXES']._serialized_end=
|
|
72
|
+
_globals['_LINE_ROTATIONSPECIFICATIONTYPE']._serialized_end=12101
|
|
73
|
+
_globals['_LINE_ROTATIONPLANE']._serialized_start=12103
|
|
74
|
+
_globals['_LINE_ROTATIONPLANE']._serialized_end=12164
|
|
75
|
+
_globals['_LINE_ROTATIONSURFACEPLANETYPE']._serialized_start=12167
|
|
76
|
+
_globals['_LINE_ROTATIONSURFACEPLANETYPE']._serialized_end=12295
|
|
77
|
+
_globals['_LINE_CUTVIASECTIONCUTTYPE']._serialized_start=12297
|
|
78
|
+
_globals['_LINE_CUTVIASECTIONCUTTYPE']._serialized_end=12404
|
|
79
|
+
_globals['_LINE_CUTVIASECTIONDEFINITIONTYPE']._serialized_start=12406
|
|
80
|
+
_globals['_LINE_CUTVIASECTIONDEFINITIONTYPE']._serialized_end=12528
|
|
81
|
+
_globals['_LINE_CUTLINEGENERATINGTYPE']._serialized_start=12531
|
|
82
|
+
_globals['_LINE_CUTLINEGENERATINGTYPE']._serialized_end=12681
|
|
83
|
+
_globals['_LINE_CUTLINEGENERATINGROTATEDTYPE']._serialized_start=12684
|
|
84
|
+
_globals['_LINE_CUTLINEGENERATINGROTATEDTYPE']._serialized_end=12857
|
|
85
|
+
_globals['_LINE_CUTLINEGENERATINGDEFINITIONAXES']._serialized_start=12860
|
|
86
|
+
_globals['_LINE_CUTLINEGENERATINGDEFINITIONAXES']._serialized_end=13112
|
|
87
87
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -44,10 +44,12 @@ class Line(_message.Message):
|
|
|
44
44
|
class RotationSpecificationType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
45
45
|
__slots__ = ()
|
|
46
46
|
ROTATION_SPECIFICATION_TYPE_BY_ANGLE: _ClassVar[Line.RotationSpecificationType]
|
|
47
|
+
ROTATION_SPECIFICATION_TYPE_GLASS_COMPOSITION_MODEL: _ClassVar[Line.RotationSpecificationType]
|
|
47
48
|
ROTATION_SPECIFICATION_TYPE_INSIDE: _ClassVar[Line.RotationSpecificationType]
|
|
48
49
|
ROTATION_SPECIFICATION_TYPE_SURFACE: _ClassVar[Line.RotationSpecificationType]
|
|
49
50
|
ROTATION_SPECIFICATION_TYPE_TO_NODE: _ClassVar[Line.RotationSpecificationType]
|
|
50
51
|
ROTATION_SPECIFICATION_TYPE_BY_ANGLE: Line.RotationSpecificationType
|
|
52
|
+
ROTATION_SPECIFICATION_TYPE_GLASS_COMPOSITION_MODEL: Line.RotationSpecificationType
|
|
51
53
|
ROTATION_SPECIFICATION_TYPE_INSIDE: Line.RotationSpecificationType
|
|
52
54
|
ROTATION_SPECIFICATION_TYPE_SURFACE: Line.RotationSpecificationType
|
|
53
55
|
ROTATION_SPECIFICATION_TYPE_TO_NODE: Line.RotationSpecificationType
|