dlubal.api 2.10.8__tar.gz → 2.10.9__tar.gz
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-2.10.8 → dlubal_api-2.10.9}/PKG-INFO +2 -2
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/README.md +1 -1
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/__init__.py +16 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/application.py +24 -3
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/application_pb2.py +11 -9
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/application_pb2.pyi +10 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/application_pb2_grpc.py +44 -0
- dlubal_api-2.10.9/dlubal/api/rfem/beam_panels/__init__.py +3 -0
- dlubal_api-2.10.9/dlubal/api/rfem/beam_panels/beam_to_beam_connector_pb2.py +38 -0
- dlubal_api-2.10.9/dlubal/api/rfem/beam_panels/beam_to_beam_connector_pb2.pyi +39 -0
- dlubal_api-2.10.9/dlubal/api/rfem/beam_panels/inner_studs_structure_pb2.py +38 -0
- dlubal_api-2.10.9/dlubal/api/rfem/beam_panels/inner_studs_structure_pb2.pyi +53 -0
- dlubal_api-2.10.9/dlubal/api/rfem/beam_panels/sheathing_to_beam_connector_pb2.py +44 -0
- dlubal_api-2.10.9/dlubal/api/rfem/beam_panels/sheathing_to_beam_connector_pb2.pyi +91 -0
- dlubal_api-2.10.9/dlubal/api/rfem/cad/__init__.py +1 -0
- dlubal_api-2.10.9/dlubal/api/rfem/cad/layout_pb2.py +40 -0
- dlubal_api-2.10.9/dlubal/api/rfem/cad/layout_pb2.pyi +58 -0
- dlubal_api-2.10.9/dlubal/api/rfem/components/__init__.py +2 -0
- dlubal_api-2.10.9/dlubal/api/rfem/components/component_pb2.py +42 -0
- dlubal_api-2.10.9/dlubal/api/rfem/components/component_pb2.pyi +80 -0
- dlubal_api-2.10.9/dlubal/api/rfem/components/component_serie_pb2.py +38 -0
- dlubal_api-2.10.9/dlubal/api/rfem/components/component_serie_pb2.pyi +54 -0
- dlubal_api-2.10.9/dlubal/api/rfem/concrete_design_objects/__init__.py +4 -0
- dlubal_api-2.10.9/dlubal/api/rfem/concrete_design_objects/concrete_design_fr_configuration_pb2.py +36 -0
- dlubal_api-2.10.9/dlubal/api/rfem/concrete_design_objects/concrete_design_fr_configuration_pb2.pyi +58 -0
- dlubal_api-2.10.9/dlubal/api/rfem/concrete_design_objects/concrete_design_seismic_configuration_pb2.py +36 -0
- dlubal_api-2.10.9/dlubal/api/rfem/concrete_design_objects/concrete_design_seismic_configuration_pb2.pyi +58 -0
- dlubal_api-2.10.9/dlubal/api/rfem/craneway_design_objects/__init__.py +2 -0
- dlubal_api-2.10.9/dlubal/api/rfem/craneway_design_objects/craneway_sls_configuration_pb2.py +36 -0
- dlubal_api-2.10.9/dlubal/api/rfem/craneway_design_objects/craneway_sls_configuration_pb2.pyi +24 -0
- dlubal_api-2.10.9/dlubal/api/rfem/craneway_design_objects/craneway_uls_configuration_pb2.py +36 -0
- dlubal_api-2.10.9/dlubal/api/rfem/craneway_design_objects/craneway_uls_configuration_pb2.pyi +24 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/dynamic_loads/__init__.py +1 -0
- dlubal_api-2.10.9/dlubal/api/rfem/dynamic_loads/time_diagram_pb2.py +46 -0
- dlubal_api-2.10.9/dlubal/api/rfem/dynamic_loads/time_diagram_pb2.pyi +83 -0
- dlubal_api-2.10.9/dlubal/api/rfem/foundation_design_objects/__init__.py +2 -0
- dlubal_api-2.10.9/dlubal/api/rfem/foundation_design_objects/concrete_design_configuration_pb2.py +36 -0
- dlubal_api-2.10.9/dlubal/api/rfem/foundation_design_objects/concrete_design_configuration_pb2.pyi +24 -0
- dlubal_api-2.10.9/dlubal/api/rfem/foundation_design_objects/geotechnical_design_configuration_pb2.py +36 -0
- dlubal_api-2.10.9/dlubal/api/rfem/foundation_design_objects/geotechnical_design_configuration_pb2.pyi +24 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/geotechnical_analysis/__init__.py +1 -0
- dlubal_api-2.10.9/dlubal/api/rfem/geotechnical_analysis/pile_resistance_type_pb2.py +38 -0
- dlubal_api-2.10.9/dlubal/api/rfem/geotechnical_analysis/pile_resistance_type_pb2.pyi +51 -0
- dlubal_api-2.10.9/dlubal/api/rfem/glass_design_objects/__init__.py +2 -0
- dlubal_api-2.10.9/dlubal/api/rfem/glass_design_objects/glass_design_sls_configuration_pb2.py +36 -0
- dlubal_api-2.10.9/dlubal/api/rfem/glass_design_objects/glass_design_sls_configuration_pb2.pyi +34 -0
- dlubal_api-2.10.9/dlubal/api/rfem/glass_design_objects/glass_design_uls_configuration_pb2.py +36 -0
- dlubal_api-2.10.9/dlubal/api/rfem/glass_design_objects/glass_design_uls_configuration_pb2.pyi +34 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/guide_objects/__init__.py +4 -0
- dlubal_api-2.10.9/dlubal/api/rfem/guide_objects/clipping_box_pb2.py +36 -0
- dlubal_api-2.10.9/dlubal/api/rfem/guide_objects/clipping_box_pb2.pyi +13 -0
- dlubal_api-2.10.9/dlubal/api/rfem/guide_objects/group_of_object_selections_pb2.py +36 -0
- dlubal_api-2.10.9/dlubal/api/rfem/guide_objects/group_of_object_selections_pb2.pyi +28 -0
- dlubal_api-2.10.9/dlubal/api/rfem/guide_objects/guideline_pb2.py +42 -0
- dlubal_api-2.10.9/dlubal/api/rfem/guide_objects/guideline_pb2.pyi +90 -0
- dlubal_api-2.10.9/dlubal/api/rfem/guide_objects/layer_group_pb2.py +36 -0
- dlubal_api-2.10.9/dlubal/api/rfem/guide_objects/layer_group_pb2.pyi +22 -0
- dlubal_api-2.10.9/dlubal/api/rfem/guide_objects/layer_pb2.py +36 -0
- dlubal_api-2.10.9/dlubal/api/rfem/guide_objects/layer_pb2.pyi +25 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/import_export/__init__.py +1 -0
- dlubal_api-2.10.9/dlubal/api/rfem/import_export/export_attributes_pb2.py +38 -0
- dlubal_api-2.10.9/dlubal/api/rfem/import_export/export_attributes_pb2.pyi +13 -0
- dlubal_api-2.10.9/dlubal/api/rfem/load_wizards/__init__.py +9 -0
- dlubal_api-2.10.9/dlubal/api/rfem/load_wizards/import_support_reactions_pb2.py +42 -0
- dlubal_api-2.10.9/dlubal/api/rfem/load_wizards/import_support_reactions_pb2.pyi +73 -0
- dlubal_api-2.10.9/dlubal/api/rfem/load_wizards/load_model_pb2.py +40 -0
- dlubal_api-2.10.9/dlubal/api/rfem/load_wizards/load_model_pb2.pyi +37 -0
- dlubal_api-2.10.9/dlubal/api/rfem/load_wizards/member_loads_from_area_load_pb2.py +42 -0
- dlubal_api-2.10.9/dlubal/api/rfem/load_wizards/member_loads_from_area_load_pb2.pyi +77 -0
- dlubal_api-2.10.9/dlubal/api/rfem/load_wizards/member_loads_from_free_line_load_pb2.py +45 -0
- dlubal_api-2.10.9/dlubal/api/rfem/load_wizards/member_loads_from_free_line_load_pb2.pyi +110 -0
- dlubal_api-2.10.9/dlubal/api/rfem/load_wizards/moving_load_pb2.py +48 -0
- dlubal_api-2.10.9/dlubal/api/rfem/load_wizards/moving_load_pb2.pyi +660 -0
- dlubal_api-2.10.9/dlubal/api/rfem/load_wizards/snow_load_pb2.py +58 -0
- dlubal_api-2.10.9/dlubal/api/rfem/load_wizards/snow_load_pb2.pyi +837 -0
- dlubal_api-2.10.9/dlubal/api/rfem/load_wizards/wind_load_pb2.py +54 -0
- dlubal_api-2.10.9/dlubal/api/rfem/load_wizards/wind_load_pb2.pyi +817 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/__init__.py +1 -0
- dlubal_api-2.10.9/dlubal/api/rfem/loading/design_situation_pb2.py +47 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/design_situation_pb2.pyi +44 -18
- dlubal_api-2.10.9/dlubal/api/rfem/loading/modal_analysis_settings_pb2.py +46 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.pyi +3 -54
- dlubal_api-2.10.9/dlubal/api/rfem/loading/time_history_analysis_settings_pb2.py +48 -0
- dlubal_api-2.10.9/dlubal/api/rfem/loading/time_history_analysis_settings_pb2.pyi +116 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/__init__.py +1 -0
- dlubal_api-2.10.9/dlubal/api/rfem/loads/additional_foundation_load_pb2.py +41 -0
- dlubal_api-2.10.9/dlubal/api/rfem/loads/additional_foundation_load_pb2.pyi +80 -0
- dlubal_api-2.10.9/dlubal/api/rfem/object_type_pb2.py +36 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/object_type_pb2.pyi +106 -2
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/result_objects/__init__.py +1 -0
- dlubal_api-2.10.9/dlubal/api/rfem/result_objects/result_point_pb2.py +41 -0
- dlubal_api-2.10.9/dlubal/api/rfem/result_objects/result_point_pb2.pyi +75 -0
- dlubal_api-2.10.9/dlubal/api/rfem/rsection_stresses/__init__.py +1 -0
- dlubal_api-2.10.9/dlubal/api/rfem/rsection_stresses/member_configuration_pb2.py +38 -0
- dlubal_api-2.10.9/dlubal/api/rfem/rsection_stresses/member_configuration_pb2.pyi +35 -0
- dlubal_api-2.10.9/dlubal/api/rfem/steel_joint_design_addon_objects/__init__.py +2 -0
- dlubal_api-2.10.9/dlubal/api/rfem/steel_joint_design_addon_objects/joint_stiffness_analysis_configuration_pb2.py +36 -0
- dlubal_api-2.10.9/dlubal/api/rfem/steel_joint_design_addon_objects/joint_stiffness_analysis_configuration_pb2.pyi +24 -0
- dlubal_api-2.10.9/dlubal/api/rfem/steel_joint_design_addon_objects/joint_uls_configuration_pb2.py +36 -0
- dlubal_api-2.10.9/dlubal/api/rfem/steel_joint_design_addon_objects/joint_uls_configuration_pb2.pyi +24 -0
- dlubal_api-2.10.9/dlubal/api/rfem/stress_analysis_objects/__init__.py +3 -0
- dlubal_api-2.10.9/dlubal/api/rfem/stress_analysis_objects/line_welded_joint_configuration_pb2.py +36 -0
- dlubal_api-2.10.9/dlubal/api/rfem/stress_analysis_objects/line_welded_joint_configuration_pb2.pyi +24 -0
- dlubal_api-2.10.9/dlubal/api/rfem/stress_analysis_objects/solid_configuration_pb2.py +36 -0
- dlubal_api-2.10.9/dlubal/api/rfem/stress_analysis_objects/solid_configuration_pb2.pyi +26 -0
- dlubal_api-2.10.9/dlubal/api/rfem/stress_analysis_objects/surface_configuration_pb2.py +36 -0
- dlubal_api-2.10.9/dlubal/api/rfem/stress_analysis_objects/surface_configuration_pb2.pyi +26 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_advanced/__init__.py +3 -0
- dlubal_api-2.10.9/dlubal/api/rfem/structure_advanced/design_strip_pb2.py +57 -0
- dlubal_api-2.10.9/dlubal/api/rfem/structure_advanced/design_strip_pb2.pyi +344 -0
- dlubal_api-2.10.9/dlubal/api/rfem/structure_advanced/design_strip_wizard_pb2.py +45 -0
- dlubal_api-2.10.9/dlubal/api/rfem/structure_advanced/design_strip_wizard_pb2.pyi +114 -0
- dlubal_api-2.10.9/dlubal/api/rfem/structure_advanced/surface_cell_pb2.py +41 -0
- dlubal_api-2.10.9/dlubal/api/rfem/structure_advanced/surface_cell_pb2.pyi +74 -0
- dlubal_api-2.10.9/dlubal/api/rfem/structure_core/member_set_representative_pb2.py +36 -0
- dlubal_api-2.10.9/dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +13 -0
- dlubal_api-2.10.9/dlubal/api/rfem/tendons/__init__.py +2 -0
- dlubal_api-2.10.9/dlubal/api/rfem/tendons/member_tendon_pb2.py +40 -0
- dlubal_api-2.10.9/dlubal/api/rfem/tendons/member_tendon_pb2.pyi +63 -0
- dlubal_api-2.10.9/dlubal/api/rfem/tendons/tendon_anchor_pb2.py +38 -0
- dlubal_api-2.10.9/dlubal/api/rfem/tendons/tendon_anchor_pb2.pyi +38 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_aluminum_design/__init__.py +1 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +39 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_aluminum_design/aluminum_boundary_conditions_pb2.pyi +52 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_craneway_design/__init__.py +2 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_craneway_design/crane_pb2.py +36 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_craneway_design/crane_pb2.pyi +24 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_craneway_design/craneway_pb2.py +48 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_craneway_design/craneway_pb2.pyi +99 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_foundations/__init__.py +1 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_foundations/single_foundation_pb2.py +50 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_foundations/single_foundation_pb2.pyi +171 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_glass_design/__init__.py +1 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_glass_design/glass_composition_model_pb2.py +46 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_glass_design/glass_composition_model_pb2.pyi +201 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_members/__init__.py +1 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_members/diagonal_brace_pb2.py +36 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_members/diagonal_brace_pb2.pyi +34 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_nodes/__init__.py +1 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_nodes/nodal_link_pb2.py +38 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_nodes/nodal_link_pb2.pyi +51 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_steel_design/__init__.py +1 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +39 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.pyi +48 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_steel_design/steel_member_transverse_weld_pb2.py +36 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_steel_design/steel_member_transverse_weld_pb2.pyi +34 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_steel_joints/__init__.py +1 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_steel_joints/steel_joint_pb2.py +36 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_steel_joints/steel_joint_pb2.pyi +30 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_timber_design/__init__.py +1 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_timber_design/timber_screw_type_pb2.py +36 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_timber_design/timber_screw_type_pb2.pyi +13 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_timber_joints/__init__.py +1 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_timber_joints/timber_joint_pb2.py +36 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_timber_joints/timber_joint_pb2.pyi +30 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_wind_simulation/__init__.py +1 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_wind_simulation/shrink_wrapping_settings_pb2.py +40 -0
- dlubal_api-2.10.9/dlubal/api/rfem/types_for_wind_simulation/shrink_wrapping_settings_pb2.pyi +59 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal.api.egg-info/PKG-INFO +2 -2
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal.api.egg-info/SOURCES.txt +249 -1
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/setup.py +1 -1
- dlubal_api-2.10.8/dlubal/api/rfem/concrete_design_objects/__init__.py +0 -2
- dlubal_api-2.10.8/dlubal/api/rfem/guide_objects/clipping_box_pb2.py +0 -37
- dlubal_api-2.10.8/dlubal/api/rfem/guide_objects/clipping_box_pb2.pyi +0 -40
- dlubal_api-2.10.8/dlubal/api/rfem/load_wizards/__init__.py +0 -2
- dlubal_api-2.10.8/dlubal/api/rfem/loading/design_situation_pb2.py +0 -43
- dlubal_api-2.10.8/dlubal/api/rfem/loading/modal_analysis_settings_pb2.py +0 -52
- dlubal_api-2.10.8/dlubal/api/rfem/object_type_pb2.py +0 -36
- dlubal_api-2.10.8/dlubal/api/rfem/structure_core/member_set_representative_pb2.py +0 -353
- dlubal_api-2.10.8/dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +0 -4535
- dlubal_api-2.10.8/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -51
- dlubal_api-2.10.8/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.pyi +0 -188
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/__init__.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/__init__.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/common/__init__.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/common/common_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/common/common_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/common/connection.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/common/exceptions.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/common/model_id_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/common/model_id_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/common/table.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/common/table_data_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/common/table_data_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/all_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/all_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/aluminum_design_objects/__init__.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/base_data/__init__.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/base_data/terrain_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/base_data/terrain_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/base_data_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/base_data_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/building_model/__init__.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/building_model/building_story_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/building_model/building_story_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/building_model/deep_beam_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/building_model/deep_beam_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/building_model/floor_set_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/building_model/floor_set_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/building_model/shear_wall_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/building_model/shear_wall_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/calculation_diagrams/__init__.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/construction_stages/__init__.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/construction_stages/construction_stage_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/construction_stages/construction_stage_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/global_parameters/__init__.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/global_parameters/global_parameter_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/global_parameters/global_parameter_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/guide_objects/building_grid_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/guide_objects/building_grid_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/guide_objects/dimension_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/guide_objects/dimension_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/guide_objects/note_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/guide_objects/note_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/guide_objects/object_snap_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/guide_objects/object_snap_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/guide_objects/visual_object_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/ifc_objects/__init__.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/ifc_objects/ifc_model_object_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/ifc_objects/ifc_model_object_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/imperfections/__init__.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/imperfections/imperfection_case_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/imperfections/imperfection_case_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/imperfections/member_imperfection_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/imperfections/member_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/imperfections/surface_imperfection_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/imperfections/surface_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/imperfections/surface_set_imperfection_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/imperfections/surface_set_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/import_export/import_attributes_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/import_export/import_attributes_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/load_wizards/wind_profile_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/load_wizards/wind_profile_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/action_combination_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/action_combination_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/action_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/action_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/combination_wizard_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/combination_wizard_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/load_case_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/load_case_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/load_combination_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/load_combination_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/optimization_settings_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/optimization_settings_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/result_combination_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/result_combination_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/static_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/static_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/free_circular_load_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/free_circular_load_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/free_concentrated_load_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/free_concentrated_load_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/free_line_load_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/free_line_load_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/free_polygon_load_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/free_polygon_load_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/free_rectangular_load_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/free_rectangular_load_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/line_load_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/line_load_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/line_set_load_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/line_set_load_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/member_load_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/member_load_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/member_set_load_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/member_set_load_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/nodal_load_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/nodal_load_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/opening_load_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/opening_load_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/solid_load_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/solid_load_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/solid_set_load_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/solid_set_load_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/surface_load_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/surface_load_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/surface_set_load_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/loads/surface_set_load_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/object_id_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/object_id_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/packing.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/result_objects/result_section_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/result_objects/result_section_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/results/__init__.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/results/result_table_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/results/result_table_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/results/results_id_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/results/results_id_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/results/results_query_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/results/results_query_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/results/results_type_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/results/results_type_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/steel_design_objects/__init__.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_advanced/block_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_advanced/block_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_advanced/intersection_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_advanced/intersection_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_advanced/line_release_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_advanced/line_release_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_advanced/surface_release_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_advanced/surface_release_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/__init__.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/line_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/line_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/line_set_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/line_set_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/material_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/material_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/member_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/member_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/member_representative_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/member_representative_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/member_set_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/member_set_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/node_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/node_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/opening_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/opening_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/section_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/section_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/solid_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/solid_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/solid_set_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/solid_set_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/surface_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/surface_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/surface_set_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/surface_set_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/thickness_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/structure_core/thickness_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/timber_design_objects/__init__.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_concrete_design/__init__.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_lines/__init__.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_lines/line_support_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_members/design_support_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_members/design_support_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_members/member_hinge_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_members/member_hinge_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_members/member_openings_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_members/member_openings_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_members/member_spring_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_members/member_spring_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_members/member_support_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_members/member_support_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_solids/__init__.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_special_objects/__init__.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_surfaces/__init__.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.pyi +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal.api.egg-info/dependency_links.txt +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal.api.egg-info/not-zip-safe +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal.api.egg-info/requires.txt +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/dlubal.api.egg-info/top_level.txt +0 -0
- {dlubal_api-2.10.8 → dlubal_api-2.10.9}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dlubal.api
|
|
3
|
-
Version: 2.10.
|
|
3
|
+
Version: 2.10.9
|
|
4
4
|
Summary: Python Client Library for Dlubal Software APIs powered by gRPC
|
|
5
5
|
Author: Dlubal Software
|
|
6
6
|
Author-email: api@dlubal.com
|
|
@@ -34,7 +34,7 @@ Dynamic: summary
|
|
|
34
34
|
|
|
35
35
|
This package version is fully compatible with the following **Dlubal App version**:
|
|
36
36
|
|
|
37
|
-
✅ **X.10.
|
|
37
|
+
✅ **X.10.0009.163.a7f420a2cac**
|
|
38
38
|
|
|
39
39
|
## Overview
|
|
40
40
|
The `dlubal.api` package is the next-generation Python client library for interacting with Dlubal Software APIs, leveraging modern **gRPC technology** to deliver high-speed communication, scalability, and improved performance. This API enables **seamless automation** and **remote access** to Dlubal software like **RFEM 6**, with near future support for **RSTAB 9** and **RSECTION 1**.
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
This package version is fully compatible with the following **Dlubal App version**:
|
|
10
10
|
|
|
11
|
-
✅ **X.10.
|
|
11
|
+
✅ **X.10.0009.163.a7f420a2cac**
|
|
12
12
|
|
|
13
13
|
## Overview
|
|
14
14
|
The `dlubal.api` package is the next-generation Python client library for interacting with Dlubal Software APIs, leveraging modern **gRPC technology** to deliver high-speed communication, scalability, and improved performance. This API enables **seamless automation** and **remote access** to Dlubal software like **RFEM 6**, with near future support for **RSTAB 9** and **RSECTION 1**.
|
|
@@ -6,12 +6,18 @@ from .object_id_pb2 import *
|
|
|
6
6
|
from .object_type_pb2 import *
|
|
7
7
|
from . import aluminum_design_objects
|
|
8
8
|
from . import base_data
|
|
9
|
+
from . import beam_panels
|
|
9
10
|
from . import building_model
|
|
11
|
+
from . import cad
|
|
10
12
|
from . import calculation_diagrams
|
|
13
|
+
from . import components
|
|
11
14
|
from . import concrete_design_objects
|
|
12
15
|
from . import construction_stages
|
|
16
|
+
from . import craneway_design_objects
|
|
13
17
|
from . import dynamic_loads
|
|
18
|
+
from . import foundation_design_objects
|
|
14
19
|
from . import geotechnical_analysis
|
|
20
|
+
from . import glass_design_objects
|
|
15
21
|
from . import global_parameters
|
|
16
22
|
from . import guide_objects
|
|
17
23
|
from . import ifc_objects
|
|
@@ -22,17 +28,27 @@ from . import loads
|
|
|
22
28
|
from . import load_wizards
|
|
23
29
|
from . import results
|
|
24
30
|
from . import result_objects
|
|
31
|
+
from . import rsection_stresses
|
|
25
32
|
from . import steel_design_objects
|
|
33
|
+
from . import steel_joint_design_addon_objects
|
|
34
|
+
from . import stress_analysis_objects
|
|
26
35
|
from . import structure_advanced
|
|
27
36
|
from . import structure_core
|
|
37
|
+
from . import tendons
|
|
28
38
|
from . import timber_design_objects
|
|
29
39
|
from . import types_for_aluminum_design
|
|
30
40
|
from . import types_for_concrete_design
|
|
41
|
+
from . import types_for_craneway_design
|
|
42
|
+
from . import types_for_foundations
|
|
43
|
+
from . import types_for_glass_design
|
|
31
44
|
from . import types_for_lines
|
|
32
45
|
from . import types_for_members
|
|
33
46
|
from . import types_for_nodes
|
|
34
47
|
from . import types_for_solids
|
|
35
48
|
from . import types_for_special_objects
|
|
36
49
|
from . import types_for_steel_design
|
|
50
|
+
from . import types_for_steel_joints
|
|
37
51
|
from . import types_for_surfaces
|
|
38
52
|
from . import types_for_timber_design
|
|
53
|
+
from . import types_for_timber_joints
|
|
54
|
+
from . import types_for_wind_simulation
|
|
@@ -319,14 +319,35 @@ class Application:
|
|
|
319
319
|
|
|
320
320
|
Args:
|
|
321
321
|
filepath (str): Path to the file to be imported
|
|
322
|
-
import_attributes (google.protobuf.any_pb2.Any):
|
|
323
|
-
|
|
324
|
-
|
|
322
|
+
import_attributes (google.protobuf.any_pb2.Any): Specifies the format and attributes of the import.
|
|
323
|
+
|
|
324
|
+
Supported message types:
|
|
325
|
+
:ref:`import_attributes_IfcImportAttributes`
|
|
326
|
+
|
|
327
|
+
model_id (:ref:`ModelId` | None): Unique identifier of the model.
|
|
325
328
|
If not specified, the active model is used.
|
|
326
329
|
"""
|
|
327
330
|
request = dlubal.api.rfem.application_pb2.ImportModelRequest(filepath=filepath, import_attributes=pack_message_to_any(import_attributes), model_id=model_id)
|
|
328
331
|
self.stub.import_model_from_impl(request)
|
|
329
332
|
|
|
333
|
+
def export_model_to(self, *, filepath: str, export_attributes: google.protobuf.any_pb2.Any, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None):
|
|
334
|
+
"""
|
|
335
|
+
Exports model to specified format
|
|
336
|
+
|
|
337
|
+
Args:
|
|
338
|
+
filepath (str): Full path of the file for export.
|
|
339
|
+
export_attributes (google.protobuf.any_pb2.Any): Specifies the format and attributes of the export
|
|
340
|
+
|
|
341
|
+
Supported message types:
|
|
342
|
+
:ref:`export_attributes_PythonExportAttributes`
|
|
343
|
+
:ref:`export_attributes_PythonGrpcExportAttributes`
|
|
344
|
+
|
|
345
|
+
model_id (:ref:`ModelId` | None): Unique identifier of the model.
|
|
346
|
+
If not specified, the active model is used.
|
|
347
|
+
"""
|
|
348
|
+
request = dlubal.api.rfem.application_pb2.ExportModelRequest(filepath=filepath, export_attributes=pack_message_to_any(export_attributes), model_id=model_id)
|
|
349
|
+
self.stub.export_model_to_impl(request)
|
|
350
|
+
|
|
330
351
|
def create_model(self, *, name: str, template_path: str | None = None) -> dlubal.api.common.model_id_pb2.ModelId:
|
|
331
352
|
"""
|
|
332
353
|
Creates new model with the name specified in request.
|
|
@@ -33,19 +33,19 @@ from dlubal.api.rfem.results import result_table_pb2 as dlubal_dot_api_dot_rfem_
|
|
|
33
33
|
from dlubal.api.rfem.results import results_query_pb2 as dlubal_dot_api_dot_rfem_dot_results_dot_results__query__pb2
|
|
34
34
|
|
|
35
35
|
|
|
36
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!dlubal/api/rfem/application.proto\x12\x0f\x64lubal.api.rfem\x1a\x19google/protobuf/any.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a dlubal/api/common/model_id.proto\x1a\"dlubal/api/common/table_data.proto\x1a\x1f\x64lubal/api/rfem/base_data.proto\x1a!dlubal/api/rfem/object_type.proto\x1a\x1f\x64lubal/api/rfem/object_id.proto\x1a*dlubal/api/rfem/results/result_table.proto\x1a+dlubal/api/rfem/results/results_query.proto\"P\n\x12\x43reateModelRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x1a\n\rtemplate_path\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x10\n\x0e_template_path\" \n\x10OpenModelRequest\x12\x0c\n\x04path\x18\x01 \x01(\t\"p\n\x12SaveModelAsRequest\x12\x31\n\x08model_id\x18\x01 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x12\x11\n\x04path\x18\x02 \x01(\tH\x01\x88\x01\x01\x42\x0b\n\t_model_idB\x07\n\x05_path\"i\n\x11\x43loseModelRequest\x12\x31\n\x08model_id\x18\x01 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x12\x14\n\x0csave_changes\x18\x02 \x01(\x08\x42\x0b\n\t_model_id\"-\n\x15\x43loseAllModelsRequest\x12\x14\n\x0csave_changes\x18\x01 \x01(\x08\"C\n\tModelInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04guid\x18\x02 \x01(\t\x12\x11\n\x04path\x18\x03 \x01(\tH\x00\x88\x01\x01\x42\x07\n\x05_path\";\n\tModelList\x12.\n\nmodel_info\x18\x01 \x03(\x0b\x32\x1a.dlubal.api.rfem.ModelInfo\"\xcf\x01\n\x0f\x41pplicationInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12.\n\x04type\x18\x02 \x01(\x0e\x32 .dlubal.api.rfem.ApplicationType\x12\x1a\n\x12is_server_instance\x18\x03 \x01(\x08\x12\x0f\n\x07version\x18\x04 \x01(\t\x12\x14\n\x0c\x66ull_version\x18\x05 \x01(\t\x12\x0f\n\x07options\x18\x06 \x01(\t\x12\x15\n\rlanguage_name\x18\x07 \x01(\t\x12\x13\n\x0blanguage_id\x18\x08 \x01(\t\"n\n\x06Object\x12$\n\x06object\x18\x01 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x31\n\x08model_id\x18\x02 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"6\n\nObjectList\x12(\n\x07objects\x18\x01 \x03(\x0b\x32\x17.dlubal.api.rfem.Object\"l\n\x13\x43\x61lculateAllRequest\x12\x15\n\rskip_warnings\x18\x01 \x01(\x08\x12\x31\n\x08model_id\x18\x02 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"b\n\x0fOperationResult\x12\x11\n\tsucceeded\x18\x01 \x01(\x08\x12\x11\n\x04\x64\x61ta\x18\x02 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07message\x18\x03 \x01(\tH\x01\x88\x01\x01\x42\x07\n\x05_dataB\n\n\x08_message\"\xa7\x01\n\x18PlausibilityCheckRequest\x12\x34\n\x04type\x18\x01 \x01(\x0e\x32&.dlubal.api.rfem.PlausibilityCheckType\x12\x15\n\rskip_warnings\x18\x02 \x01(\x08\x12\x31\n\x08model_id\x18\x03 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"\xe0\x01\n\x13ModelMainParameters\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x12\n\nmodel_name\x18\x02 \x01(\t\x12\x19\n\x11model_description\x18\x03 \x01(\t\x12\x15\n\rmodel_comment\x18\x04 \x01(\t\x12\x12\n\nmodel_path\x18\x05 \x01(\t\x12\x12\n\nproject_id\x18\x06 \x01(\t\x12\x14\n\x0cproject_name\x18\x07 \x01(\t\x12\x1b\n\x13project_description\x18\x08 \x01(\t\x12\x16\n\x0eproject_folder\x18\t \x01(\t\"\xc5\x01\n\x16GetObjectIdListRequest\x12\x35\n\x0bobject_type\x18\x01 \x01(\x0e\x32\x1b.dlubal.api.rfem.ObjectTypeH\x00\x88\x01\x01\x12\x16\n\tparent_no\x18\x02 \x01(\x05H\x01\x88\x01\x01\x12\x31\n\x08model_id\x18\x03 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x02\x88\x01\x01\x42\x0e\n\x0c_object_typeB\x0c\n\n_parent_noB\x0b\n\t_model_id\"\x7f\n\x0f\x42\x61seDataRequest\x12,\n\tbase_data\x18\x01 \x01(\x0b\x32\x19.dlubal.api.rfem.BaseData\x12\x31\n\x08model_id\x18\x02 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"\x7f\n\x15\x43onvertObjectsRequest\x12\x38\n\x0c\x63onvert_into\x18\x01 \x01(\x0e\x32\".dlubal.api.rfem.ConvertObjectInto\x12,\n\x07objects\x18\x02 \x01(\x0b\x32\x1b.dlubal.api.rfem.ObjectList\"\xc9\x01\n\x15GetResultTableRequest\x12\x33\n\x05table\x18\x01 \x01(\x0e\x32$.dlubal.api.rfem.results.ResultTable\x12/\n\x07loading\x18\x02 \x01(\x0b\x32\x19.dlubal.api.rfem.ObjectIdH\x00\x88\x01\x01\x12\x31\n\x08model_id\x18\x03 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x01\x88\x01\x01\x42\n\n\x08_loadingB\x0b\n\t_model_id\"\x97\x01\n\x12ImportModelRequest\x12\x10\n\x08\x66ilepath\x18\x01 \x01(\t\x12/\n\x11import_attributes\x18\x02 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x31\n\x08model_id\x18\x03 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id*\xf1\x01\n\x0f\x41pplicationType\x12\x1b\n\x17\x41PPLICATION_UNSPECIFIED\x10\x00\x12\x1d\n\x19\x41PPLICATION_DLUBAL_CENTER\x10\x01\x12\x1d\n\x19\x41PPLICATION_REPORT_VIEWER\x10\x02\x12\x14\n\x10\x41PPLICATION_RFEM\x10\x03\x12\x15\n\x11\x41PPLICATION_RSTAB\x10\x04\x12\x18\n\x14\x41PPLICATION_RSECTION\x10\x05\x12\x1c\n\x18\x41PPLICATION_WEB_SECTIONS\x10\x06\x12\x1e\n\x1a\x41PPLICATION_CRASH_REPORTER\x10\x07*\xd3\x01\n\x15PlausibilityCheckType\x12\"\n\x1ePLAUSIBILITY_CHECK_UNSPECIFIED\x10\x00\x12%\n!PLAUSIBILITY_CHECK_MESH_GENERATOR\x10\x01\x12\"\n\x1ePLAUSIBILITY_CHECK_CALCULATION\x10\x02\x12)\n%PLAUSIBILITY_CHECK_PLAUSIBILITY_CHECK\x10\x03\x12 \n\x1cPLAUSIBILITY_CHECK_PART_LIST\x10\x04*\xd8\x01\n\x11\x43onvertObjectInto\x12#\n\x1f\x43ONVERT_OBJECT_INTO_UNSPECIFIED\x10\x00\x12+\n\'CONVERT_IFC_OBJECT_INTO_STRAIGHT_MEMBER\x10\x01\x12)\n%CONVERT_IFC_OBJECT_INTO_CURVED_MEMBER\x10\x02\x12#\n\x1f\x43ONVERT_IFC_OBJECT_INTO_SURFACE\x10\x03\x12!\n\x1d\x43ONVERT_IFC_OBJECT_INTO_SOLID\x10\x04\x32\
|
|
36
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!dlubal/api/rfem/application.proto\x12\x0f\x64lubal.api.rfem\x1a\x19google/protobuf/any.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a dlubal/api/common/model_id.proto\x1a\"dlubal/api/common/table_data.proto\x1a\x1f\x64lubal/api/rfem/base_data.proto\x1a!dlubal/api/rfem/object_type.proto\x1a\x1f\x64lubal/api/rfem/object_id.proto\x1a*dlubal/api/rfem/results/result_table.proto\x1a+dlubal/api/rfem/results/results_query.proto\"P\n\x12\x43reateModelRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x1a\n\rtemplate_path\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x10\n\x0e_template_path\" \n\x10OpenModelRequest\x12\x0c\n\x04path\x18\x01 \x01(\t\"p\n\x12SaveModelAsRequest\x12\x31\n\x08model_id\x18\x01 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x12\x11\n\x04path\x18\x02 \x01(\tH\x01\x88\x01\x01\x42\x0b\n\t_model_idB\x07\n\x05_path\"i\n\x11\x43loseModelRequest\x12\x31\n\x08model_id\x18\x01 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x12\x14\n\x0csave_changes\x18\x02 \x01(\x08\x42\x0b\n\t_model_id\"-\n\x15\x43loseAllModelsRequest\x12\x14\n\x0csave_changes\x18\x01 \x01(\x08\"C\n\tModelInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04guid\x18\x02 \x01(\t\x12\x11\n\x04path\x18\x03 \x01(\tH\x00\x88\x01\x01\x42\x07\n\x05_path\";\n\tModelList\x12.\n\nmodel_info\x18\x01 \x03(\x0b\x32\x1a.dlubal.api.rfem.ModelInfo\"\xcf\x01\n\x0f\x41pplicationInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12.\n\x04type\x18\x02 \x01(\x0e\x32 .dlubal.api.rfem.ApplicationType\x12\x1a\n\x12is_server_instance\x18\x03 \x01(\x08\x12\x0f\n\x07version\x18\x04 \x01(\t\x12\x14\n\x0c\x66ull_version\x18\x05 \x01(\t\x12\x0f\n\x07options\x18\x06 \x01(\t\x12\x15\n\rlanguage_name\x18\x07 \x01(\t\x12\x13\n\x0blanguage_id\x18\x08 \x01(\t\"n\n\x06Object\x12$\n\x06object\x18\x01 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x31\n\x08model_id\x18\x02 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"6\n\nObjectList\x12(\n\x07objects\x18\x01 \x03(\x0b\x32\x17.dlubal.api.rfem.Object\"l\n\x13\x43\x61lculateAllRequest\x12\x15\n\rskip_warnings\x18\x01 \x01(\x08\x12\x31\n\x08model_id\x18\x02 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"b\n\x0fOperationResult\x12\x11\n\tsucceeded\x18\x01 \x01(\x08\x12\x11\n\x04\x64\x61ta\x18\x02 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07message\x18\x03 \x01(\tH\x01\x88\x01\x01\x42\x07\n\x05_dataB\n\n\x08_message\"\xa7\x01\n\x18PlausibilityCheckRequest\x12\x34\n\x04type\x18\x01 \x01(\x0e\x32&.dlubal.api.rfem.PlausibilityCheckType\x12\x15\n\rskip_warnings\x18\x02 \x01(\x08\x12\x31\n\x08model_id\x18\x03 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"\xe0\x01\n\x13ModelMainParameters\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x12\n\nmodel_name\x18\x02 \x01(\t\x12\x19\n\x11model_description\x18\x03 \x01(\t\x12\x15\n\rmodel_comment\x18\x04 \x01(\t\x12\x12\n\nmodel_path\x18\x05 \x01(\t\x12\x12\n\nproject_id\x18\x06 \x01(\t\x12\x14\n\x0cproject_name\x18\x07 \x01(\t\x12\x1b\n\x13project_description\x18\x08 \x01(\t\x12\x16\n\x0eproject_folder\x18\t \x01(\t\"\xc5\x01\n\x16GetObjectIdListRequest\x12\x35\n\x0bobject_type\x18\x01 \x01(\x0e\x32\x1b.dlubal.api.rfem.ObjectTypeH\x00\x88\x01\x01\x12\x16\n\tparent_no\x18\x02 \x01(\x05H\x01\x88\x01\x01\x12\x31\n\x08model_id\x18\x03 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x02\x88\x01\x01\x42\x0e\n\x0c_object_typeB\x0c\n\n_parent_noB\x0b\n\t_model_id\"\x7f\n\x0f\x42\x61seDataRequest\x12,\n\tbase_data\x18\x01 \x01(\x0b\x32\x19.dlubal.api.rfem.BaseData\x12\x31\n\x08model_id\x18\x02 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"\x7f\n\x15\x43onvertObjectsRequest\x12\x38\n\x0c\x63onvert_into\x18\x01 \x01(\x0e\x32\".dlubal.api.rfem.ConvertObjectInto\x12,\n\x07objects\x18\x02 \x01(\x0b\x32\x1b.dlubal.api.rfem.ObjectList\"\xc9\x01\n\x15GetResultTableRequest\x12\x33\n\x05table\x18\x01 \x01(\x0e\x32$.dlubal.api.rfem.results.ResultTable\x12/\n\x07loading\x18\x02 \x01(\x0b\x32\x19.dlubal.api.rfem.ObjectIdH\x00\x88\x01\x01\x12\x31\n\x08model_id\x18\x03 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x01\x88\x01\x01\x42\n\n\x08_loadingB\x0b\n\t_model_id\"\x97\x01\n\x12ImportModelRequest\x12\x10\n\x08\x66ilepath\x18\x01 \x01(\t\x12/\n\x11import_attributes\x18\x02 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x31\n\x08model_id\x18\x03 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"\x97\x01\n\x12\x45xportModelRequest\x12\x10\n\x08\x66ilepath\x18\x01 \x01(\t\x12/\n\x11\x65xport_attributes\x18\x02 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x31\n\x08model_id\x18\x03 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id*\xf1\x01\n\x0f\x41pplicationType\x12\x1b\n\x17\x41PPLICATION_UNSPECIFIED\x10\x00\x12\x1d\n\x19\x41PPLICATION_DLUBAL_CENTER\x10\x01\x12\x1d\n\x19\x41PPLICATION_REPORT_VIEWER\x10\x02\x12\x14\n\x10\x41PPLICATION_RFEM\x10\x03\x12\x15\n\x11\x41PPLICATION_RSTAB\x10\x04\x12\x18\n\x14\x41PPLICATION_RSECTION\x10\x05\x12\x1c\n\x18\x41PPLICATION_WEB_SECTIONS\x10\x06\x12\x1e\n\x1a\x41PPLICATION_CRASH_REPORTER\x10\x07*\xd3\x01\n\x15PlausibilityCheckType\x12\"\n\x1ePLAUSIBILITY_CHECK_UNSPECIFIED\x10\x00\x12%\n!PLAUSIBILITY_CHECK_MESH_GENERATOR\x10\x01\x12\"\n\x1ePLAUSIBILITY_CHECK_CALCULATION\x10\x02\x12)\n%PLAUSIBILITY_CHECK_PLAUSIBILITY_CHECK\x10\x03\x12 \n\x1cPLAUSIBILITY_CHECK_PART_LIST\x10\x04*\xd8\x01\n\x11\x43onvertObjectInto\x12#\n\x1f\x43ONVERT_OBJECT_INTO_UNSPECIFIED\x10\x00\x12+\n\'CONVERT_IFC_OBJECT_INTO_STRAIGHT_MEMBER\x10\x01\x12)\n%CONVERT_IFC_OBJECT_INTO_CURVED_MEMBER\x10\x02\x12#\n\x1f\x43ONVERT_IFC_OBJECT_INTO_SURFACE\x10\x03\x12!\n\x1d\x43ONVERT_IFC_OBJECT_INTO_SOLID\x10\x04\x32\xe1\x14\n\x0b\x41pplication\x12Q\n\x0c\x63reate_model\x12#.dlubal.api.rfem.CreateModelRequest\x1a\x1a.dlubal.api.common.ModelId\"\x00\x12M\n\nopen_model\x12!.dlubal.api.rfem.OpenModelRequest\x1a\x1a.dlubal.api.common.ModelId\"\x00\x12K\n\nsave_model\x12#.dlubal.api.rfem.SaveModelAsRequest\x1a\x16.google.protobuf.Empty\"\x00\x12K\n\x0b\x63lose_model\x12\".dlubal.api.rfem.CloseModelRequest\x1a\x16.google.protobuf.Empty\"\x00\x12T\n\x10\x63lose_all_models\x12&.dlubal.api.rfem.CloseAllModelsRequest\x1a\x16.google.protobuf.Empty\"\x00\x12H\n\x10get_active_model\x12\x16.google.protobuf.Empty\x1a\x1a.dlubal.api.common.ModelId\"\x00\x12H\n\x10set_active_model\x12\x1a.dlubal.api.common.ModelId\x1a\x16.google.protobuf.Empty\"\x00\x12\x45\n\x11\x63lose_application\x12\x16.google.protobuf.Empty\x1a\x16.google.protobuf.Empty\"\x00\x12\x46\n\x0eget_model_list\x12\x16.google.protobuf.Empty\x1a\x1a.dlubal.api.rfem.ModelList\"\x00\x12R\n\x14get_application_info\x12\x16.google.protobuf.Empty\x1a .dlubal.api.rfem.ApplicationInfo\"\x00\x12\x44\n\x10\x63lose_connection\x12\x16.google.protobuf.Empty\x1a\x16.google.protobuf.Empty\"\x00\x12\x45\n\x0fget_object_impl\x12\x17.dlubal.api.rfem.Object\x1a\x17.dlubal.api.rfem.Object\"\x00\x12R\n\x14get_object_list_impl\x12\x1b.dlubal.api.rfem.ObjectList\x1a\x1b.dlubal.api.rfem.ObjectList\"\x00\x12G\n\x12\x63reate_object_impl\x12\x17.dlubal.api.rfem.Object\x1a\x16.google.protobuf.Empty\"\x00\x12P\n\x17\x63reate_object_list_impl\x12\x1b.dlubal.api.rfem.ObjectList\x1a\x16.google.protobuf.Empty\"\x00\x12G\n\x12update_object_impl\x12\x17.dlubal.api.rfem.Object\x1a\x16.google.protobuf.Empty\"\x00\x12P\n\x17update_object_list_impl\x12\x1b.dlubal.api.rfem.ObjectList\x1a\x16.google.protobuf.Empty\"\x00\x12G\n\x12\x64\x65lete_object_impl\x12\x17.dlubal.api.rfem.Object\x1a\x16.google.protobuf.Empty\"\x00\x12P\n\x17\x64\x65lete_object_list_impl\x12\x1b.dlubal.api.rfem.ObjectList\x1a\x16.google.protobuf.Empty\"\x00\x12R\n\x12\x64\x65lete_all_objects\x12\".dlubal.api.common.OptionalModelId\x1a\x16.google.protobuf.Empty\"\x00\x12Y\n\rcalculate_all\x12$.dlubal.api.rfem.CalculateAllRequest\x1a .dlubal.api.rfem.OperationResult\"\x00\x12Y\n\x10get_results_impl\x12%.dlubal.api.rfem.results.ResultsQuery\x1a\x1c.dlubal.api.common.TableData\"\x00\x12_\n\x15get_result_table_impl\x12&.dlubal.api.rfem.GetResultTableRequest\x1a\x1c.dlubal.api.common.TableData\"\x00\x12\x63\n\x12plausibility_check\x12).dlubal.api.rfem.PlausibilityCheckRequest\x1a .dlubal.api.rfem.OperationResult\"\x00\x12^\n\x12get_object_id_list\x12\'.dlubal.api.rfem.GetObjectIdListRequest\x1a\x1d.dlubal.api.rfem.ObjectIdList\"\x00\x12g\n\x19get_model_main_parameters\x12\".dlubal.api.common.OptionalModelId\x1a$.dlubal.api.rfem.ModelMainParameters\"\x00\x12U\n\x15generate_combinations\x12\".dlubal.api.common.OptionalModelId\x1a\x16.google.protobuf.Empty\"\x00\x12X\n\x14\x63onvert_objects_impl\x12&.dlubal.api.rfem.ConvertObjectsRequest\x1a\x16.google.protobuf.Empty\"\x00\x12P\n\rget_base_data\x12\".dlubal.api.common.OptionalModelId\x1a\x19.dlubal.api.rfem.BaseData\"\x00\x12K\n\rset_base_data\x12 .dlubal.api.rfem.BaseDataRequest\x1a\x16.google.protobuf.Empty\"\x00\x12W\n\x16import_model_from_impl\x12#.dlubal.api.rfem.ImportModelRequest\x1a\x16.google.protobuf.Empty\"\x00\x12U\n\x14\x65xport_model_to_impl\x12#.dlubal.api.rfem.ExportModelRequest\x1a\x16.google.protobuf.Empty\"\x00\x62\x06proto3')
|
|
37
37
|
|
|
38
38
|
_globals = globals()
|
|
39
39
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
40
40
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.application_pb2', _globals)
|
|
41
41
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
42
42
|
DESCRIPTOR._loaded_options = None
|
|
43
|
-
_globals['_APPLICATIONTYPE']._serialized_start=
|
|
44
|
-
_globals['_APPLICATIONTYPE']._serialized_end=
|
|
45
|
-
_globals['_PLAUSIBILITYCHECKTYPE']._serialized_start=
|
|
46
|
-
_globals['_PLAUSIBILITYCHECKTYPE']._serialized_end=
|
|
47
|
-
_globals['_CONVERTOBJECTINTO']._serialized_start=
|
|
48
|
-
_globals['_CONVERTOBJECTINTO']._serialized_end=
|
|
43
|
+
_globals['_APPLICATIONTYPE']._serialized_start=2840
|
|
44
|
+
_globals['_APPLICATIONTYPE']._serialized_end=3081
|
|
45
|
+
_globals['_PLAUSIBILITYCHECKTYPE']._serialized_start=3084
|
|
46
|
+
_globals['_PLAUSIBILITYCHECKTYPE']._serialized_end=3295
|
|
47
|
+
_globals['_CONVERTOBJECTINTO']._serialized_start=3298
|
|
48
|
+
_globals['_CONVERTOBJECTINTO']._serialized_end=3514
|
|
49
49
|
_globals['_CREATEMODELREQUEST']._serialized_start=370
|
|
50
50
|
_globals['_CREATEMODELREQUEST']._serialized_end=450
|
|
51
51
|
_globals['_OPENMODELREQUEST']._serialized_start=452
|
|
@@ -84,6 +84,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
84
84
|
_globals['_GETRESULTTABLEREQUEST']._serialized_end=2529
|
|
85
85
|
_globals['_IMPORTMODELREQUEST']._serialized_start=2532
|
|
86
86
|
_globals['_IMPORTMODELREQUEST']._serialized_end=2683
|
|
87
|
-
_globals['
|
|
88
|
-
_globals['
|
|
87
|
+
_globals['_EXPORTMODELREQUEST']._serialized_start=2686
|
|
88
|
+
_globals['_EXPORTMODELREQUEST']._serialized_end=2837
|
|
89
|
+
_globals['_APPLICATION']._serialized_start=3517
|
|
90
|
+
_globals['_APPLICATION']._serialized_end=6174
|
|
89
91
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -241,3 +241,13 @@ class ImportModelRequest(_message.Message):
|
|
|
241
241
|
import_attributes: _any_pb2.Any
|
|
242
242
|
model_id: _model_id_pb2.ModelId
|
|
243
243
|
def __init__(self, filepath: _Optional[str] = ..., import_attributes: _Optional[_Union[_any_pb2.Any, _Mapping]] = ..., model_id: _Optional[_Union[_model_id_pb2.ModelId, _Mapping]] = ...) -> None: ...
|
|
244
|
+
|
|
245
|
+
class ExportModelRequest(_message.Message):
|
|
246
|
+
__slots__ = ("filepath", "export_attributes", "model_id")
|
|
247
|
+
FILEPATH_FIELD_NUMBER: _ClassVar[int]
|
|
248
|
+
EXPORT_ATTRIBUTES_FIELD_NUMBER: _ClassVar[int]
|
|
249
|
+
MODEL_ID_FIELD_NUMBER: _ClassVar[int]
|
|
250
|
+
filepath: str
|
|
251
|
+
export_attributes: _any_pb2.Any
|
|
252
|
+
model_id: _model_id_pb2.ModelId
|
|
253
|
+
def __init__(self, filepath: _Optional[str] = ..., export_attributes: _Optional[_Union[_any_pb2.Any, _Mapping]] = ..., model_id: _Optional[_Union[_model_id_pb2.ModelId, _Mapping]] = ...) -> None: ...
|
|
@@ -195,6 +195,11 @@ class ApplicationStub(object):
|
|
|
195
195
|
request_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.ImportModelRequest.SerializeToString,
|
|
196
196
|
response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
|
|
197
197
|
_registered_method=True)
|
|
198
|
+
self.export_model_to_impl = channel.unary_unary(
|
|
199
|
+
'/dlubal.api.rfem.Application/export_model_to_impl',
|
|
200
|
+
request_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.ExportModelRequest.SerializeToString,
|
|
201
|
+
response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
|
|
202
|
+
_registered_method=True)
|
|
198
203
|
|
|
199
204
|
|
|
200
205
|
class ApplicationServicer(object):
|
|
@@ -417,6 +422,13 @@ class ApplicationServicer(object):
|
|
|
417
422
|
context.set_details('Method not implemented!')
|
|
418
423
|
raise NotImplementedError('Method not implemented!')
|
|
419
424
|
|
|
425
|
+
def export_model_to_impl(self, request, context):
|
|
426
|
+
"""Exports model into specified format
|
|
427
|
+
"""
|
|
428
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
429
|
+
context.set_details('Method not implemented!')
|
|
430
|
+
raise NotImplementedError('Method not implemented!')
|
|
431
|
+
|
|
420
432
|
|
|
421
433
|
def add_ApplicationServicer_to_server(servicer, server):
|
|
422
434
|
rpc_method_handlers = {
|
|
@@ -575,6 +587,11 @@ def add_ApplicationServicer_to_server(servicer, server):
|
|
|
575
587
|
request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.ImportModelRequest.FromString,
|
|
576
588
|
response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
|
|
577
589
|
),
|
|
590
|
+
'export_model_to_impl': grpc.unary_unary_rpc_method_handler(
|
|
591
|
+
servicer.export_model_to_impl,
|
|
592
|
+
request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.ExportModelRequest.FromString,
|
|
593
|
+
response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
|
|
594
|
+
),
|
|
578
595
|
}
|
|
579
596
|
generic_handler = grpc.method_handlers_generic_handler(
|
|
580
597
|
'dlubal.api.rfem.Application', rpc_method_handlers)
|
|
@@ -1422,3 +1439,30 @@ class Application(object):
|
|
|
1422
1439
|
timeout,
|
|
1423
1440
|
metadata,
|
|
1424
1441
|
_registered_method=True)
|
|
1442
|
+
|
|
1443
|
+
@staticmethod
|
|
1444
|
+
def export_model_to_impl(request,
|
|
1445
|
+
target,
|
|
1446
|
+
options=(),
|
|
1447
|
+
channel_credentials=None,
|
|
1448
|
+
call_credentials=None,
|
|
1449
|
+
insecure=False,
|
|
1450
|
+
compression=None,
|
|
1451
|
+
wait_for_ready=None,
|
|
1452
|
+
timeout=None,
|
|
1453
|
+
metadata=None):
|
|
1454
|
+
return grpc.experimental.unary_unary(
|
|
1455
|
+
request,
|
|
1456
|
+
target,
|
|
1457
|
+
'/dlubal.api.rfem.Application/export_model_to_impl',
|
|
1458
|
+
dlubal_dot_api_dot_rfem_dot_application__pb2.ExportModelRequest.SerializeToString,
|
|
1459
|
+
google_dot_protobuf_dot_empty__pb2.Empty.FromString,
|
|
1460
|
+
options,
|
|
1461
|
+
channel_credentials,
|
|
1462
|
+
insecure,
|
|
1463
|
+
call_credentials,
|
|
1464
|
+
compression,
|
|
1465
|
+
wait_for_ready,
|
|
1466
|
+
timeout,
|
|
1467
|
+
metadata,
|
|
1468
|
+
_registered_method=True)
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: dlubal/api/rfem/beam_panels/beam_to_beam_connector.proto
|
|
5
|
+
# Protobuf Python Version: 5.28.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
5,
|
|
15
|
+
28,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'dlubal/api/rfem/beam_panels/beam_to_beam_connector.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8dlubal/api/rfem/beam_panels/beam_to_beam_connector.proto\x12\x1b\x64lubal.api.rfem.beam_panels\"\x9f\x05\n\x13\x42\x65\x61mToBeamConnector\x12\x14\n\x07\x63omment\x18\x01 \x01(\tH\x00\x88\x01\x01\x12[\n\x0e\x63onnector_type\x18\x02 \x01(\x0e\x32>.dlubal.api.rfem.beam_panels.BeamToBeamConnector.ConnectorTypeH\x01\x88\x01\x01\x12#\n\x16generating_object_info\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12\x19\n\x0cmember_hinge\x18\x05 \x01(\x05H\x04\x88\x01\x01\x12\x11\n\x04name\x18\x06 \x01(\tH\x05\x88\x01\x01\x12\x0f\n\x02no\x18\x07 \x01(\x05H\x06\x88\x01\x01\x12\x13\n\x0bthicknesses\x18\x08 \x03(\x05\x12&\n\x19user_defined_name_enabled\x18\t \x01(\x08H\x07\x88\x01\x01\x12!\n\x14id_for_export_import\x18\n \x01(\tH\x08\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x0b \x01(\tH\t\x88\x01\x01\"K\n\rConnectorType\x12\x19\n\x15\x43ONNECTOR_TYPE_HINGED\x10\x00\x12\x1f\n\x1b\x43ONNECTOR_TYPE_USER_DEFINED\x10\x01\x42\n\n\x08_commentB\x11\n\x0f_connector_typeB\x19\n\x17_generating_object_infoB\x0f\n\r_is_generatedB\x0f\n\r_member_hingeB\x07\n\x05_nameB\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.beam_panels.beam_to_beam_connector_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
DESCRIPTOR._loaded_options = None
|
|
34
|
+
_globals['_BEAMTOBEAMCONNECTOR']._serialized_start=90
|
|
35
|
+
_globals['_BEAMTOBEAMCONNECTOR']._serialized_end=761
|
|
36
|
+
_globals['_BEAMTOBEAMCONNECTOR_CONNECTORTYPE']._serialized_start=492
|
|
37
|
+
_globals['_BEAMTOBEAMCONNECTOR_CONNECTORTYPE']._serialized_end=567
|
|
38
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
from google.protobuf.internal import containers as _containers
|
|
2
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
|
3
|
+
from google.protobuf import descriptor as _descriptor
|
|
4
|
+
from google.protobuf import message as _message
|
|
5
|
+
from typing import ClassVar as _ClassVar, Iterable as _Iterable, Optional as _Optional, Union as _Union
|
|
6
|
+
|
|
7
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
8
|
+
|
|
9
|
+
class BeamToBeamConnector(_message.Message):
|
|
10
|
+
__slots__ = ("comment", "connector_type", "generating_object_info", "is_generated", "member_hinge", "name", "no", "thicknesses", "user_defined_name_enabled", "id_for_export_import", "metadata_for_export_import")
|
|
11
|
+
class ConnectorType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
12
|
+
__slots__ = ()
|
|
13
|
+
CONNECTOR_TYPE_HINGED: _ClassVar[BeamToBeamConnector.ConnectorType]
|
|
14
|
+
CONNECTOR_TYPE_USER_DEFINED: _ClassVar[BeamToBeamConnector.ConnectorType]
|
|
15
|
+
CONNECTOR_TYPE_HINGED: BeamToBeamConnector.ConnectorType
|
|
16
|
+
CONNECTOR_TYPE_USER_DEFINED: BeamToBeamConnector.ConnectorType
|
|
17
|
+
COMMENT_FIELD_NUMBER: _ClassVar[int]
|
|
18
|
+
CONNECTOR_TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
19
|
+
GENERATING_OBJECT_INFO_FIELD_NUMBER: _ClassVar[int]
|
|
20
|
+
IS_GENERATED_FIELD_NUMBER: _ClassVar[int]
|
|
21
|
+
MEMBER_HINGE_FIELD_NUMBER: _ClassVar[int]
|
|
22
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
|
23
|
+
NO_FIELD_NUMBER: _ClassVar[int]
|
|
24
|
+
THICKNESSES_FIELD_NUMBER: _ClassVar[int]
|
|
25
|
+
USER_DEFINED_NAME_ENABLED_FIELD_NUMBER: _ClassVar[int]
|
|
26
|
+
ID_FOR_EXPORT_IMPORT_FIELD_NUMBER: _ClassVar[int]
|
|
27
|
+
METADATA_FOR_EXPORT_IMPORT_FIELD_NUMBER: _ClassVar[int]
|
|
28
|
+
comment: str
|
|
29
|
+
connector_type: BeamToBeamConnector.ConnectorType
|
|
30
|
+
generating_object_info: str
|
|
31
|
+
is_generated: bool
|
|
32
|
+
member_hinge: int
|
|
33
|
+
name: str
|
|
34
|
+
no: int
|
|
35
|
+
thicknesses: _containers.RepeatedScalarFieldContainer[int]
|
|
36
|
+
user_defined_name_enabled: bool
|
|
37
|
+
id_for_export_import: str
|
|
38
|
+
metadata_for_export_import: str
|
|
39
|
+
def __init__(self, comment: _Optional[str] = ..., connector_type: _Optional[_Union[BeamToBeamConnector.ConnectorType, str]] = ..., generating_object_info: _Optional[str] = ..., is_generated: bool = ..., member_hinge: _Optional[int] = ..., name: _Optional[str] = ..., no: _Optional[int] = ..., thicknesses: _Optional[_Iterable[int]] = ..., user_defined_name_enabled: bool = ..., id_for_export_import: _Optional[str] = ..., metadata_for_export_import: _Optional[str] = ...) -> None: ...
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: dlubal/api/rfem/beam_panels/inner_studs_structure.proto
|
|
5
|
+
# Protobuf Python Version: 5.28.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
5,
|
|
15
|
+
28,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'dlubal/api/rfem/beam_panels/inner_studs_structure.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n7dlubal/api/rfem/beam_panels/inner_studs_structure.proto\x12\x1b\x64lubal.api.rfem.beam_panels\"\xba\x08\n\x13InnerStudsStructure\x12\x14\n\x07\x63omment\x18\x01 \x01(\tH\x00\x88\x01\x01\x12#\n\x16generating_object_info\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x33\n&inclination_relative_to_surface_y_axis\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12\x11\n\x04name\x18\x05 \x01(\tH\x04\x88\x01\x01\x12\x0f\n\x02no\x18\x06 \x01(\x05H\x05\x88\x01\x01\x12\"\n\x15number_of_inner_studs\x18\x07 \x01(\x05H\x06\x88\x01\x01\x12*\n\x1doffset_of_first_stud_absolute\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12\x14\n\x07section\x18\t \x01(\x05H\x08\x88\x01\x01\x12\x1d\n\x10spacing_absolute\x18\n \x01(\x01H\t\x88\x01\x01\x12(\n\x1bspacing_definition_relative\x18\x0b \x01(\x08H\n\x88\x01\x01\x12%\n\x18spacing_distribution_gap\x18\x0c \x01(\x08H\x0b\x88\x01\x01\x12\x1d\n\x10spacing_relative\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\x13\n\x0bthicknesses\x18\x0e \x03(\x05\x12H\n\x04type\x18\x0f \x01(\x0e\x32\x35.dlubal.api.rfem.beam_panels.InnerStudsStructure.TypeH\r\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x10 \x01(\x08H\x0e\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x11 \x01(\tH\x0f\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x12 \x01(\tH\x10\x88\x01\x01\"+\n\x04Type\x12\x10\n\x0cTYPE_UNKNOWN\x10\x00\x12\x11\n\rTYPE_STANDARD\x10\x01\x42\n\n\x08_commentB\x19\n\x17_generating_object_infoB)\n\'_inclination_relative_to_surface_y_axisB\x0f\n\r_is_generatedB\x07\n\x05_nameB\x05\n\x03_noB\x18\n\x16_number_of_inner_studsB \n\x1e_offset_of_first_stud_absoluteB\n\n\x08_sectionB\x13\n\x11_spacing_absoluteB\x1e\n\x1c_spacing_definition_relativeB\x1b\n\x19_spacing_distribution_gapB\x13\n\x11_spacing_relativeB\x07\n\x05_typeB\x1c\n\x1a_user_defined_name_enabledB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.beam_panels.inner_studs_structure_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
DESCRIPTOR._loaded_options = None
|
|
34
|
+
_globals['_INNERSTUDSSTRUCTURE']._serialized_start=89
|
|
35
|
+
_globals['_INNERSTUDSSTRUCTURE']._serialized_end=1171
|
|
36
|
+
_globals['_INNERSTUDSSTRUCTURE_TYPE']._serialized_start=743
|
|
37
|
+
_globals['_INNERSTUDSSTRUCTURE_TYPE']._serialized_end=786
|
|
38
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
from google.protobuf.internal import containers as _containers
|
|
2
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
|
3
|
+
from google.protobuf import descriptor as _descriptor
|
|
4
|
+
from google.protobuf import message as _message
|
|
5
|
+
from typing import ClassVar as _ClassVar, Iterable as _Iterable, Optional as _Optional, Union as _Union
|
|
6
|
+
|
|
7
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
8
|
+
|
|
9
|
+
class InnerStudsStructure(_message.Message):
|
|
10
|
+
__slots__ = ("comment", "generating_object_info", "inclination_relative_to_surface_y_axis", "is_generated", "name", "no", "number_of_inner_studs", "offset_of_first_stud_absolute", "section", "spacing_absolute", "spacing_definition_relative", "spacing_distribution_gap", "spacing_relative", "thicknesses", "type", "user_defined_name_enabled", "id_for_export_import", "metadata_for_export_import")
|
|
11
|
+
class Type(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
12
|
+
__slots__ = ()
|
|
13
|
+
TYPE_UNKNOWN: _ClassVar[InnerStudsStructure.Type]
|
|
14
|
+
TYPE_STANDARD: _ClassVar[InnerStudsStructure.Type]
|
|
15
|
+
TYPE_UNKNOWN: InnerStudsStructure.Type
|
|
16
|
+
TYPE_STANDARD: InnerStudsStructure.Type
|
|
17
|
+
COMMENT_FIELD_NUMBER: _ClassVar[int]
|
|
18
|
+
GENERATING_OBJECT_INFO_FIELD_NUMBER: _ClassVar[int]
|
|
19
|
+
INCLINATION_RELATIVE_TO_SURFACE_Y_AXIS_FIELD_NUMBER: _ClassVar[int]
|
|
20
|
+
IS_GENERATED_FIELD_NUMBER: _ClassVar[int]
|
|
21
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
|
22
|
+
NO_FIELD_NUMBER: _ClassVar[int]
|
|
23
|
+
NUMBER_OF_INNER_STUDS_FIELD_NUMBER: _ClassVar[int]
|
|
24
|
+
OFFSET_OF_FIRST_STUD_ABSOLUTE_FIELD_NUMBER: _ClassVar[int]
|
|
25
|
+
SECTION_FIELD_NUMBER: _ClassVar[int]
|
|
26
|
+
SPACING_ABSOLUTE_FIELD_NUMBER: _ClassVar[int]
|
|
27
|
+
SPACING_DEFINITION_RELATIVE_FIELD_NUMBER: _ClassVar[int]
|
|
28
|
+
SPACING_DISTRIBUTION_GAP_FIELD_NUMBER: _ClassVar[int]
|
|
29
|
+
SPACING_RELATIVE_FIELD_NUMBER: _ClassVar[int]
|
|
30
|
+
THICKNESSES_FIELD_NUMBER: _ClassVar[int]
|
|
31
|
+
TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
32
|
+
USER_DEFINED_NAME_ENABLED_FIELD_NUMBER: _ClassVar[int]
|
|
33
|
+
ID_FOR_EXPORT_IMPORT_FIELD_NUMBER: _ClassVar[int]
|
|
34
|
+
METADATA_FOR_EXPORT_IMPORT_FIELD_NUMBER: _ClassVar[int]
|
|
35
|
+
comment: str
|
|
36
|
+
generating_object_info: str
|
|
37
|
+
inclination_relative_to_surface_y_axis: float
|
|
38
|
+
is_generated: bool
|
|
39
|
+
name: str
|
|
40
|
+
no: int
|
|
41
|
+
number_of_inner_studs: int
|
|
42
|
+
offset_of_first_stud_absolute: float
|
|
43
|
+
section: int
|
|
44
|
+
spacing_absolute: float
|
|
45
|
+
spacing_definition_relative: bool
|
|
46
|
+
spacing_distribution_gap: bool
|
|
47
|
+
spacing_relative: float
|
|
48
|
+
thicknesses: _containers.RepeatedScalarFieldContainer[int]
|
|
49
|
+
type: InnerStudsStructure.Type
|
|
50
|
+
user_defined_name_enabled: bool
|
|
51
|
+
id_for_export_import: str
|
|
52
|
+
metadata_for_export_import: str
|
|
53
|
+
def __init__(self, comment: _Optional[str] = ..., generating_object_info: _Optional[str] = ..., inclination_relative_to_surface_y_axis: _Optional[float] = ..., is_generated: bool = ..., name: _Optional[str] = ..., no: _Optional[int] = ..., number_of_inner_studs: _Optional[int] = ..., offset_of_first_stud_absolute: _Optional[float] = ..., section: _Optional[int] = ..., spacing_absolute: _Optional[float] = ..., spacing_definition_relative: bool = ..., spacing_distribution_gap: bool = ..., spacing_relative: _Optional[float] = ..., thicknesses: _Optional[_Iterable[int]] = ..., type: _Optional[_Union[InnerStudsStructure.Type, str]] = ..., user_defined_name_enabled: bool = ..., id_for_export_import: _Optional[str] = ..., metadata_for_export_import: _Optional[str] = ...) -> None: ...
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: dlubal/api/rfem/beam_panels/sheathing_to_beam_connector.proto
|
|
5
|
+
# Protobuf Python Version: 5.28.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
5,
|
|
15
|
+
28,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'dlubal/api/rfem/beam_panels/sheathing_to_beam_connector.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n=dlubal/api/rfem/beam_panels/sheathing_to_beam_connector.proto\x12\x1b\x64lubal.api.rfem.beam_panels\"\xf4\r\n\x18SheathingToBeamConnector\x12\x14\n\x07\x63omment\x18\x01 \x01(\tH\x00\x88\x01\x01\x12`\n\x0e\x63onnector_type\x18\x02 \x01(\x0e\x32\x43.dlubal.api.rfem.beam_panels.SheathingToBeamConnector.ConnectorTypeH\x01\x88\x01\x01\x12\x15\n\x08\x64iameter\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x18\n\x0b\x64imension_a\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x18\n\x0b\x64imension_b\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x17\n\ndry_lumber\x18\x06 \x01(\x08H\x05\x88\x01\x01\x12#\n\x16generating_object_info\x18\x07 \x01(\tH\x06\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x08 \x01(\x08H\x07\x88\x01\x01\x12\x13\n\x06length\x18\t \x01(\x01H\x08\x88\x01\x01\x12\x17\n\nline_hinge\x18\n \x01(\x05H\t\x88\x01\x01\x12V\n\tnail_type\x18\x0b \x01(\x0e\x32>.dlubal.api.rfem.beam_panels.SheathingToBeamConnector.NailTypeH\n\x88\x01\x01\x12\x11\n\x04name\x18\x0c \x01(\tH\x0b\x88\x01\x01\x12\x0f\n\x02no\x18\r \x01(\x05H\x0c\x88\x01\x01\x12\x18\n\x0bparameter_d\x18\x0e \x01(\x01H\r\x88\x01\x01\x12\x18\n\x0bparameter_l\x18\x0f \x01(\x01H\x0e\x88\x01\x01\x12\x14\n\x07spacing\x18\x10 \x01(\x01H\x0f\x88\x01\x01\x12n\n\x15stiffness_calculation\x18\x11 \x01(\x0e\x32J.dlubal.api.rfem.beam_panels.SheathingToBeamConnector.StiffnessCalculationH\x10\x88\x01\x01\x12(\n\x1bstiffness_longitudinal_only\x18\x12 \x01(\x08H\x11\x88\x01\x01\x12+\n\x1estructural_one_grade_sheathing\x18\x13 \x01(\x08H\x12\x88\x01\x01\x12\x13\n\x0bthicknesses\x18\x14 \x03(\x05\x12M\n\x04type\x18\x15 \x01(\x0e\x32:.dlubal.api.rfem.beam_panels.SheathingToBeamConnector.TypeH\x13\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x16 \x01(\x08H\x14\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x17 \x01(\tH\x15\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x18 \x01(\tH\x16\x88\x01\x01\"d\n\rConnectorType\x12\x17\n\x13\x43ONNECTOR_TYPE_NAIL\x10\x00\x12\x19\n\x15\x43ONNECTOR_TYPE_STAPLE\x10\x01\x12\x1f\n\x1b\x43ONNECTOR_TYPE_USER_DEFINED\x10\x02\"r\n\x08NailType\x12\x1a\n\x16NAIL_TYPE_USER_DEFINED\x10\x00\x12\x18\n\x14NAIL_TYPE_10D_COMMON\x10\x03\x12\x17\n\x13NAIL_TYPE_6D_COMMON\x10\x01\x12\x17\n\x13NAIL_TYPE_8D_COMMON\x10\x02\"{\n\x14StiffnessCalculation\x12!\n\x1dSTIFFNESS_CALCULATION_EN_1995\x10\x00\x12!\n\x1dSTIFFNESS_CALCULATION_CSA_O86\x10\x02\x12\x1d\n\x19STIFFNESS_CALCULATION_NDS\x10\x01\"+\n\x04Type\x12\x10\n\x0cTYPE_UNKNOWN\x10\x00\x12\x11\n\rTYPE_STANDARD\x10\x01\x42\n\n\x08_commentB\x11\n\x0f_connector_typeB\x0b\n\t_diameterB\x0e\n\x0c_dimension_aB\x0e\n\x0c_dimension_bB\r\n\x0b_dry_lumberB\x19\n\x17_generating_object_infoB\x0f\n\r_is_generatedB\t\n\x07_lengthB\r\n\x0b_line_hingeB\x0c\n\n_nail_typeB\x07\n\x05_nameB\x05\n\x03_noB\x0e\n\x0c_parameter_dB\x0e\n\x0c_parameter_lB\n\n\x08_spacingB\x18\n\x16_stiffness_calculationB\x1e\n\x1c_stiffness_longitudinal_onlyB!\n\x1f_structural_one_grade_sheathingB\x07\n\x05_typeB\x1c\n\x1a_user_defined_name_enabledB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.beam_panels.sheathing_to_beam_connector_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
DESCRIPTOR._loaded_options = None
|
|
34
|
+
_globals['_SHEATHINGTOBEAMCONNECTOR']._serialized_start=95
|
|
35
|
+
_globals['_SHEATHINGTOBEAMCONNECTOR']._serialized_end=1875
|
|
36
|
+
_globals['_SHEATHINGTOBEAMCONNECTOR_CONNECTORTYPE']._serialized_start=1066
|
|
37
|
+
_globals['_SHEATHINGTOBEAMCONNECTOR_CONNECTORTYPE']._serialized_end=1166
|
|
38
|
+
_globals['_SHEATHINGTOBEAMCONNECTOR_NAILTYPE']._serialized_start=1168
|
|
39
|
+
_globals['_SHEATHINGTOBEAMCONNECTOR_NAILTYPE']._serialized_end=1282
|
|
40
|
+
_globals['_SHEATHINGTOBEAMCONNECTOR_STIFFNESSCALCULATION']._serialized_start=1284
|
|
41
|
+
_globals['_SHEATHINGTOBEAMCONNECTOR_STIFFNESSCALCULATION']._serialized_end=1407
|
|
42
|
+
_globals['_SHEATHINGTOBEAMCONNECTOR_TYPE']._serialized_start=1409
|
|
43
|
+
_globals['_SHEATHINGTOBEAMCONNECTOR_TYPE']._serialized_end=1452
|
|
44
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
from google.protobuf.internal import containers as _containers
|
|
2
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
|
3
|
+
from google.protobuf import descriptor as _descriptor
|
|
4
|
+
from google.protobuf import message as _message
|
|
5
|
+
from typing import ClassVar as _ClassVar, Iterable as _Iterable, Optional as _Optional, Union as _Union
|
|
6
|
+
|
|
7
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
8
|
+
|
|
9
|
+
class SheathingToBeamConnector(_message.Message):
|
|
10
|
+
__slots__ = ("comment", "connector_type", "diameter", "dimension_a", "dimension_b", "dry_lumber", "generating_object_info", "is_generated", "length", "line_hinge", "nail_type", "name", "no", "parameter_d", "parameter_l", "spacing", "stiffness_calculation", "stiffness_longitudinal_only", "structural_one_grade_sheathing", "thicknesses", "type", "user_defined_name_enabled", "id_for_export_import", "metadata_for_export_import")
|
|
11
|
+
class ConnectorType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
12
|
+
__slots__ = ()
|
|
13
|
+
CONNECTOR_TYPE_NAIL: _ClassVar[SheathingToBeamConnector.ConnectorType]
|
|
14
|
+
CONNECTOR_TYPE_STAPLE: _ClassVar[SheathingToBeamConnector.ConnectorType]
|
|
15
|
+
CONNECTOR_TYPE_USER_DEFINED: _ClassVar[SheathingToBeamConnector.ConnectorType]
|
|
16
|
+
CONNECTOR_TYPE_NAIL: SheathingToBeamConnector.ConnectorType
|
|
17
|
+
CONNECTOR_TYPE_STAPLE: SheathingToBeamConnector.ConnectorType
|
|
18
|
+
CONNECTOR_TYPE_USER_DEFINED: SheathingToBeamConnector.ConnectorType
|
|
19
|
+
class NailType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
20
|
+
__slots__ = ()
|
|
21
|
+
NAIL_TYPE_USER_DEFINED: _ClassVar[SheathingToBeamConnector.NailType]
|
|
22
|
+
NAIL_TYPE_10D_COMMON: _ClassVar[SheathingToBeamConnector.NailType]
|
|
23
|
+
NAIL_TYPE_6D_COMMON: _ClassVar[SheathingToBeamConnector.NailType]
|
|
24
|
+
NAIL_TYPE_8D_COMMON: _ClassVar[SheathingToBeamConnector.NailType]
|
|
25
|
+
NAIL_TYPE_USER_DEFINED: SheathingToBeamConnector.NailType
|
|
26
|
+
NAIL_TYPE_10D_COMMON: SheathingToBeamConnector.NailType
|
|
27
|
+
NAIL_TYPE_6D_COMMON: SheathingToBeamConnector.NailType
|
|
28
|
+
NAIL_TYPE_8D_COMMON: SheathingToBeamConnector.NailType
|
|
29
|
+
class StiffnessCalculation(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
30
|
+
__slots__ = ()
|
|
31
|
+
STIFFNESS_CALCULATION_EN_1995: _ClassVar[SheathingToBeamConnector.StiffnessCalculation]
|
|
32
|
+
STIFFNESS_CALCULATION_CSA_O86: _ClassVar[SheathingToBeamConnector.StiffnessCalculation]
|
|
33
|
+
STIFFNESS_CALCULATION_NDS: _ClassVar[SheathingToBeamConnector.StiffnessCalculation]
|
|
34
|
+
STIFFNESS_CALCULATION_EN_1995: SheathingToBeamConnector.StiffnessCalculation
|
|
35
|
+
STIFFNESS_CALCULATION_CSA_O86: SheathingToBeamConnector.StiffnessCalculation
|
|
36
|
+
STIFFNESS_CALCULATION_NDS: SheathingToBeamConnector.StiffnessCalculation
|
|
37
|
+
class Type(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
38
|
+
__slots__ = ()
|
|
39
|
+
TYPE_UNKNOWN: _ClassVar[SheathingToBeamConnector.Type]
|
|
40
|
+
TYPE_STANDARD: _ClassVar[SheathingToBeamConnector.Type]
|
|
41
|
+
TYPE_UNKNOWN: SheathingToBeamConnector.Type
|
|
42
|
+
TYPE_STANDARD: SheathingToBeamConnector.Type
|
|
43
|
+
COMMENT_FIELD_NUMBER: _ClassVar[int]
|
|
44
|
+
CONNECTOR_TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
45
|
+
DIAMETER_FIELD_NUMBER: _ClassVar[int]
|
|
46
|
+
DIMENSION_A_FIELD_NUMBER: _ClassVar[int]
|
|
47
|
+
DIMENSION_B_FIELD_NUMBER: _ClassVar[int]
|
|
48
|
+
DRY_LUMBER_FIELD_NUMBER: _ClassVar[int]
|
|
49
|
+
GENERATING_OBJECT_INFO_FIELD_NUMBER: _ClassVar[int]
|
|
50
|
+
IS_GENERATED_FIELD_NUMBER: _ClassVar[int]
|
|
51
|
+
LENGTH_FIELD_NUMBER: _ClassVar[int]
|
|
52
|
+
LINE_HINGE_FIELD_NUMBER: _ClassVar[int]
|
|
53
|
+
NAIL_TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
54
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
|
55
|
+
NO_FIELD_NUMBER: _ClassVar[int]
|
|
56
|
+
PARAMETER_D_FIELD_NUMBER: _ClassVar[int]
|
|
57
|
+
PARAMETER_L_FIELD_NUMBER: _ClassVar[int]
|
|
58
|
+
SPACING_FIELD_NUMBER: _ClassVar[int]
|
|
59
|
+
STIFFNESS_CALCULATION_FIELD_NUMBER: _ClassVar[int]
|
|
60
|
+
STIFFNESS_LONGITUDINAL_ONLY_FIELD_NUMBER: _ClassVar[int]
|
|
61
|
+
STRUCTURAL_ONE_GRADE_SHEATHING_FIELD_NUMBER: _ClassVar[int]
|
|
62
|
+
THICKNESSES_FIELD_NUMBER: _ClassVar[int]
|
|
63
|
+
TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
64
|
+
USER_DEFINED_NAME_ENABLED_FIELD_NUMBER: _ClassVar[int]
|
|
65
|
+
ID_FOR_EXPORT_IMPORT_FIELD_NUMBER: _ClassVar[int]
|
|
66
|
+
METADATA_FOR_EXPORT_IMPORT_FIELD_NUMBER: _ClassVar[int]
|
|
67
|
+
comment: str
|
|
68
|
+
connector_type: SheathingToBeamConnector.ConnectorType
|
|
69
|
+
diameter: float
|
|
70
|
+
dimension_a: float
|
|
71
|
+
dimension_b: float
|
|
72
|
+
dry_lumber: bool
|
|
73
|
+
generating_object_info: str
|
|
74
|
+
is_generated: bool
|
|
75
|
+
length: float
|
|
76
|
+
line_hinge: int
|
|
77
|
+
nail_type: SheathingToBeamConnector.NailType
|
|
78
|
+
name: str
|
|
79
|
+
no: int
|
|
80
|
+
parameter_d: float
|
|
81
|
+
parameter_l: float
|
|
82
|
+
spacing: float
|
|
83
|
+
stiffness_calculation: SheathingToBeamConnector.StiffnessCalculation
|
|
84
|
+
stiffness_longitudinal_only: bool
|
|
85
|
+
structural_one_grade_sheathing: bool
|
|
86
|
+
thicknesses: _containers.RepeatedScalarFieldContainer[int]
|
|
87
|
+
type: SheathingToBeamConnector.Type
|
|
88
|
+
user_defined_name_enabled: bool
|
|
89
|
+
id_for_export_import: str
|
|
90
|
+
metadata_for_export_import: str
|
|
91
|
+
def __init__(self, comment: _Optional[str] = ..., connector_type: _Optional[_Union[SheathingToBeamConnector.ConnectorType, str]] = ..., diameter: _Optional[float] = ..., dimension_a: _Optional[float] = ..., dimension_b: _Optional[float] = ..., dry_lumber: bool = ..., generating_object_info: _Optional[str] = ..., is_generated: bool = ..., length: _Optional[float] = ..., line_hinge: _Optional[int] = ..., nail_type: _Optional[_Union[SheathingToBeamConnector.NailType, str]] = ..., name: _Optional[str] = ..., no: _Optional[int] = ..., parameter_d: _Optional[float] = ..., parameter_l: _Optional[float] = ..., spacing: _Optional[float] = ..., stiffness_calculation: _Optional[_Union[SheathingToBeamConnector.StiffnessCalculation, str]] = ..., stiffness_longitudinal_only: bool = ..., structural_one_grade_sheathing: bool = ..., thicknesses: _Optional[_Iterable[int]] = ..., type: _Optional[_Union[SheathingToBeamConnector.Type, str]] = ..., user_defined_name_enabled: bool = ..., id_for_export_import: _Optional[str] = ..., metadata_for_export_import: _Optional[str] = ...) -> None: ...
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from .layout_pb2 import *
|