ansys-api-edb 0.2.dev0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ansys/api/edb/VERSION +1 -0
- ansys/api/edb/__init__.py +8 -0
- ansys/api/edb/py.typed +0 -0
- ansys/api/edb/v1/__init__.py +0 -0
- ansys/api/edb/v1/arc_data.proto +67 -0
- ansys/api/edb/v1/arc_data_pb2.py +51 -0
- ansys/api/edb/v1/arc_data_pb2.pyi +126 -0
- ansys/api/edb/v1/arc_data_pb2_grpc.py +273 -0
- ansys/api/edb/v1/arc_data_pb2_grpc.pyi +107 -0
- ansys/api/edb/v1/board_bend_def.proto +37 -0
- ansys/api/edb/v1/board_bend_def_pb2.py +42 -0
- ansys/api/edb/v1/board_bend_def_pb2.pyi +42 -0
- ansys/api/edb/v1/board_bend_def_pb2_grpc.py +334 -0
- ansys/api/edb/v1/board_bend_def_pb2_grpc.pyi +108 -0
- ansys/api/edb/v1/bondwire.proto +165 -0
- ansys/api/edb/v1/bondwire_def.proto +89 -0
- ansys/api/edb/v1/bondwire_def_pb2.py +54 -0
- ansys/api/edb/v1/bondwire_def_pb2.pyi +101 -0
- ansys/api/edb/v1/bondwire_def_pb2_grpc.py +636 -0
- ansys/api/edb/v1/bondwire_def_pb2_grpc.pyi +237 -0
- ansys/api/edb/v1/bondwire_pb2.py +71 -0
- ansys/api/edb/v1/bondwire_pb2.pyi +326 -0
- ansys/api/edb/v1/bondwire_pb2_grpc.py +685 -0
- ansys/api/edb/v1/bondwire_pb2_grpc.pyi +266 -0
- ansys/api/edb/v1/bundle_term.proto +15 -0
- ansys/api/edb/v1/bundle_term_pb2.py +38 -0
- ansys/api/edb/v1/bundle_term_pb2.pyi +7 -0
- ansys/api/edb/v1/bundle_term_pb2_grpc.py +166 -0
- ansys/api/edb/v1/bundle_term_pb2_grpc.pyi +56 -0
- ansys/api/edb/v1/cell.proto +142 -0
- ansys/api/edb/v1/cell_instance.proto +59 -0
- ansys/api/edb/v1/cell_instance_pb2.py +44 -0
- ansys/api/edb/v1/cell_instance_pb2.pyi +50 -0
- ansys/api/edb/v1/cell_instance_pb2_grpc.py +447 -0
- ansys/api/edb/v1/cell_instance_pb2_grpc.pyi +174 -0
- ansys/api/edb/v1/cell_pb2.py +50 -0
- ansys/api/edb/v1/cell_pb2.pyi +118 -0
- ansys/api/edb/v1/cell_pb2_grpc.py +1158 -0
- ansys/api/edb/v1/cell_pb2_grpc.pyi +445 -0
- ansys/api/edb/v1/circle.proto +53 -0
- ansys/api/edb/v1/circle_pb2.py +48 -0
- ansys/api/edb/v1/circle_pb2.pyi +110 -0
- ansys/api/edb/v1/circle_pb2_grpc.py +175 -0
- ansys/api/edb/v1/circle_pb2_grpc.pyi +71 -0
- ansys/api/edb/v1/component_def.proto +51 -0
- ansys/api/edb/v1/component_def_pb2.py +40 -0
- ansys/api/edb/v1/component_def_pb2.pyi +32 -0
- ansys/api/edb/v1/component_def_pb2_grpc.py +445 -0
- ansys/api/edb/v1/component_def_pb2_grpc.pyi +170 -0
- ansys/api/edb/v1/component_group.proto +48 -0
- ansys/api/edb/v1/component_group_pb2.py +43 -0
- ansys/api/edb/v1/component_group_pb2.pyi +46 -0
- ansys/api/edb/v1/component_group_pb2_grpc.py +278 -0
- ansys/api/edb/v1/component_group_pb2_grpc.pyi +111 -0
- ansys/api/edb/v1/component_model.proto +41 -0
- ansys/api/edb/v1/component_model_pb2.py +42 -0
- ansys/api/edb/v1/component_model_pb2.pyi +7 -0
- ansys/api/edb/v1/component_model_pb2_grpc.py +366 -0
- ansys/api/edb/v1/component_model_pb2_grpc.pyi +136 -0
- ansys/api/edb/v1/component_pin.proto +30 -0
- ansys/api/edb/v1/component_pin_pb2.py +38 -0
- ansys/api/edb/v1/component_pin_pb2.pyi +7 -0
- ansys/api/edb/v1/component_pin_pb2_grpc.py +242 -0
- ansys/api/edb/v1/component_pin_pb2_grpc.pyi +96 -0
- ansys/api/edb/v1/component_property.proto +33 -0
- ansys/api/edb/v1/component_property_pb2.py +41 -0
- ansys/api/edb/v1/component_property_pb2.pyi +29 -0
- ansys/api/edb/v1/component_property_pb2_grpc.py +273 -0
- ansys/api/edb/v1/component_property_pb2_grpc.pyi +100 -0
- ansys/api/edb/v1/connectable.proto +54 -0
- ansys/api/edb/v1/connectable_pb2.py +46 -0
- ansys/api/edb/v1/connectable_pb2.pyi +62 -0
- ansys/api/edb/v1/connectable_pb2_grpc.py +310 -0
- ansys/api/edb/v1/connectable_pb2_grpc.pyi +122 -0
- ansys/api/edb/v1/database.proto +124 -0
- ansys/api/edb/v1/database_pb2.py +54 -0
- ansys/api/edb/v1/database_pb2.pyi +147 -0
- ansys/api/edb/v1/database_pb2_grpc.py +1074 -0
- ansys/api/edb/v1/database_pb2_grpc.pyi +373 -0
- ansys/api/edb/v1/dataset_def.proto +28 -0
- ansys/api/edb/v1/dataset_def_pb2.py +39 -0
- ansys/api/edb/v1/dataset_def_pb2.pyi +7 -0
- ansys/api/edb/v1/dataset_def_pb2_grpc.py +240 -0
- ansys/api/edb/v1/dataset_def_pb2_grpc.pyi +95 -0
- ansys/api/edb/v1/debye_model.proto +44 -0
- ansys/api/edb/v1/debye_model_pb2.py +42 -0
- ansys/api/edb/v1/debye_model_pb2.pyi +47 -0
- ansys/api/edb/v1/debye_model_pb2_grpc.py +531 -0
- ansys/api/edb/v1/debye_model_pb2_grpc.pyi +167 -0
- ansys/api/edb/v1/definition_obj.proto +18 -0
- ansys/api/edb/v1/definition_obj_pb2.py +25 -0
- ansys/api/edb/v1/definition_obj_pb2.pyi +39 -0
- ansys/api/edb/v1/definition_obj_pb2_grpc.py +4 -0
- ansys/api/edb/v1/definition_obj_pb2_grpc.pyi +4 -0
- ansys/api/edb/v1/die_property.proto +55 -0
- ansys/api/edb/v1/die_property_pb2.py +50 -0
- ansys/api/edb/v1/die_property_pb2.pyi +101 -0
- ansys/api/edb/v1/die_property_pb2_grpc.py +302 -0
- ansys/api/edb/v1/die_property_pb2_grpc.pyi +98 -0
- ansys/api/edb/v1/dielectric_material_model.proto +13 -0
- ansys/api/edb/v1/dielectric_material_model_pb2.py +38 -0
- ansys/api/edb/v1/dielectric_material_model_pb2.pyi +7 -0
- ansys/api/edb/v1/dielectric_material_model_pb2_grpc.py +67 -0
- ansys/api/edb/v1/dielectric_material_model_pb2_grpc.pyi +25 -0
- ansys/api/edb/v1/differential_pair.proto +33 -0
- ansys/api/edb/v1/differential_pair_pb2.py +43 -0
- ansys/api/edb/v1/differential_pair_pb2.pyi +58 -0
- ansys/api/edb/v1/differential_pair_pb2_grpc.py +170 -0
- ansys/api/edb/v1/differential_pair_pb2_grpc.pyi +65 -0
- ansys/api/edb/v1/djordjecvic_sarkar_model.proto +31 -0
- ansys/api/edb/v1/djordjecvic_sarkar_model_pb2.py +38 -0
- ansys/api/edb/v1/djordjecvic_sarkar_model_pb2.pyi +7 -0
- ansys/api/edb/v1/djordjecvic_sarkar_model_pb2_grpc.py +464 -0
- ansys/api/edb/v1/djordjecvic_sarkar_model_pb2_grpc.pyi +146 -0
- ansys/api/edb/v1/edb_defs.proto +73 -0
- ansys/api/edb/v1/edb_defs_pb2.py +41 -0
- ansys/api/edb/v1/edb_defs_pb2.pyi +185 -0
- ansys/api/edb/v1/edb_defs_pb2_grpc.py +4 -0
- ansys/api/edb/v1/edb_defs_pb2_grpc.pyi +4 -0
- ansys/api/edb/v1/edb_messages.proto +235 -0
- ansys/api/edb/v1/edb_messages_pb2.py +106 -0
- ansys/api/edb/v1/edb_messages_pb2.pyi +703 -0
- ansys/api/edb/v1/edb_messages_pb2_grpc.py +4 -0
- ansys/api/edb/v1/edb_messages_pb2_grpc.pyi +24 -0
- ansys/api/edb/v1/edge_term.proto +74 -0
- ansys/api/edb/v1/edge_term_pb2.py +59 -0
- ansys/api/edb/v1/edge_term_pb2.pyi +159 -0
- ansys/api/edb/v1/edge_term_pb2_grpc.py +294 -0
- ansys/api/edb/v1/edge_term_pb2_grpc.pyi +94 -0
- ansys/api/edb/v1/extended_net.proto +34 -0
- ansys/api/edb/v1/extended_net_pb2.py +44 -0
- ansys/api/edb/v1/extended_net_pb2.pyi +61 -0
- ansys/api/edb/v1/extended_net_pb2_grpc.py +200 -0
- ansys/api/edb/v1/extended_net_pb2_grpc.pyi +66 -0
- ansys/api/edb/v1/group.proto +50 -0
- ansys/api/edb/v1/group_pb2.py +45 -0
- ansys/api/edb/v1/group_pb2.pyi +58 -0
- ansys/api/edb/v1/group_pb2_grpc.py +310 -0
- ansys/api/edb/v1/group_pb2_grpc.pyi +121 -0
- ansys/api/edb/v1/hfss_simulation_settings.proto +220 -0
- ansys/api/edb/v1/hfss_simulation_settings_pb2.py +89 -0
- ansys/api/edb/v1/hfss_simulation_settings_pb2.pyi +330 -0
- ansys/api/edb/v1/hfss_simulation_settings_pb2_grpc.py +2240 -0
- ansys/api/edb/v1/hfss_simulation_settings_pb2_grpc.pyi +684 -0
- ansys/api/edb/v1/hfss_simulation_setup.proto +59 -0
- ansys/api/edb/v1/hfss_simulation_setup_pb2.py +50 -0
- ansys/api/edb/v1/hfss_simulation_setup_pb2.pyi +142 -0
- ansys/api/edb/v1/hfss_simulation_setup_pb2_grpc.py +101 -0
- ansys/api/edb/v1/hfss_simulation_setup_pb2_grpc.pyi +36 -0
- ansys/api/edb/v1/hierarchy_obj.proto +56 -0
- ansys/api/edb/v1/hierarchy_obj_pb2.py +42 -0
- ansys/api/edb/v1/hierarchy_obj_pb2.pyi +28 -0
- ansys/api/edb/v1/hierarchy_obj_pb2_grpc.py +413 -0
- ansys/api/edb/v1/hierarchy_obj_pb2_grpc.pyi +162 -0
- ansys/api/edb/v1/ic_component_property.proto +27 -0
- ansys/api/edb/v1/ic_component_property_pb2.py +38 -0
- ansys/api/edb/v1/ic_component_property_pb2.pyi +7 -0
- ansys/api/edb/v1/ic_component_property_pb2_grpc.py +272 -0
- ansys/api/edb/v1/ic_component_property_pb2_grpc.pyi +99 -0
- ansys/api/edb/v1/inst_array.proto +43 -0
- ansys/api/edb/v1/inst_array_pb2.py +41 -0
- ansys/api/edb/v1/inst_array_pb2.pyi +50 -0
- ansys/api/edb/v1/inst_array_pb2_grpc.py +435 -0
- ansys/api/edb/v1/inst_array_pb2_grpc.pyi +139 -0
- ansys/api/edb/v1/io_component_property.proto +23 -0
- ansys/api/edb/v1/io_component_property_pb2.py +38 -0
- ansys/api/edb/v1/io_component_property_pb2.pyi +7 -0
- ansys/api/edb/v1/io_component_property_pb2_grpc.py +205 -0
- ansys/api/edb/v1/io_component_property_pb2_grpc.pyi +76 -0
- ansys/api/edb/v1/io_manager.proto +43 -0
- ansys/api/edb/v1/io_manager_pb2.py +48 -0
- ansys/api/edb/v1/io_manager_pb2.pyi +87 -0
- ansys/api/edb/v1/io_manager_pb2_grpc.py +171 -0
- ansys/api/edb/v1/io_manager_pb2_grpc.pyi +67 -0
- ansys/api/edb/v1/layer.proto +213 -0
- ansys/api/edb/v1/layer_collection.proto +190 -0
- ansys/api/edb/v1/layer_collection_pb2.py +75 -0
- ansys/api/edb/v1/layer_collection_pb2.pyi +353 -0
- ansys/api/edb/v1/layer_collection_pb2_grpc.py +819 -0
- ansys/api/edb/v1/layer_collection_pb2_grpc.pyi +319 -0
- ansys/api/edb/v1/layer_map.proto +43 -0
- ansys/api/edb/v1/layer_map_pb2.py +44 -0
- ansys/api/edb/v1/layer_map_pb2.pyi +64 -0
- ansys/api/edb/v1/layer_map_pb2_grpc.py +208 -0
- ansys/api/edb/v1/layer_map_pb2_grpc.pyi +83 -0
- ansys/api/edb/v1/layer_pb2.py +78 -0
- ansys/api/edb/v1/layer_pb2.pyi +365 -0
- ansys/api/edb/v1/layer_pb2_grpc.py +957 -0
- ansys/api/edb/v1/layer_pb2_grpc.pyi +370 -0
- ansys/api/edb/v1/layout.proto +144 -0
- ansys/api/edb/v1/layout_component.proto +26 -0
- ansys/api/edb/v1/layout_component_pb2.py +40 -0
- ansys/api/edb/v1/layout_component_pb2.pyi +28 -0
- ansys/api/edb/v1/layout_component_pb2_grpc.py +140 -0
- ansys/api/edb/v1/layout_component_pb2_grpc.pyi +57 -0
- ansys/api/edb/v1/layout_instance.proto +55 -0
- ansys/api/edb/v1/layout_instance_context.proto +26 -0
- ansys/api/edb/v1/layout_instance_context_pb2.py +39 -0
- ansys/api/edb/v1/layout_instance_context_pb2.pyi +7 -0
- ansys/api/edb/v1/layout_instance_context_pb2_grpc.py +299 -0
- ansys/api/edb/v1/layout_instance_context_pb2_grpc.pyi +96 -0
- ansys/api/edb/v1/layout_instance_pb2.py +51 -0
- ansys/api/edb/v1/layout_instance_pb2.pyi +122 -0
- ansys/api/edb/v1/layout_instance_pb2_grpc.py +200 -0
- ansys/api/edb/v1/layout_instance_pb2_grpc.pyi +67 -0
- ansys/api/edb/v1/layout_obj.proto +66 -0
- ansys/api/edb/v1/layout_obj_instance.proto +33 -0
- ansys/api/edb/v1/layout_obj_instance_2d_geometry.proto +20 -0
- ansys/api/edb/v1/layout_obj_instance_2d_geometry_pb2.py +42 -0
- ansys/api/edb/v1/layout_obj_instance_2d_geometry_pb2.pyi +28 -0
- ansys/api/edb/v1/layout_obj_instance_2d_geometry_pb2_grpc.py +102 -0
- ansys/api/edb/v1/layout_obj_instance_2d_geometry_pb2_grpc.pyi +37 -0
- ansys/api/edb/v1/layout_obj_instance_3d_geometry.proto +23 -0
- ansys/api/edb/v1/layout_obj_instance_3d_geometry_pb2.py +44 -0
- ansys/api/edb/v1/layout_obj_instance_3d_geometry_pb2.pyi +46 -0
- ansys/api/edb/v1/layout_obj_instance_3d_geometry_pb2_grpc.py +67 -0
- ansys/api/edb/v1/layout_obj_instance_3d_geometry_pb2_grpc.pyi +25 -0
- ansys/api/edb/v1/layout_obj_instance_geometry.proto +19 -0
- ansys/api/edb/v1/layout_obj_instance_geometry_pb2.py +40 -0
- ansys/api/edb/v1/layout_obj_instance_geometry_pb2.pyi +33 -0
- ansys/api/edb/v1/layout_obj_instance_geometry_pb2_grpc.py +100 -0
- ansys/api/edb/v1/layout_obj_instance_geometry_pb2_grpc.pyi +35 -0
- ansys/api/edb/v1/layout_obj_instance_pb2.py +45 -0
- ansys/api/edb/v1/layout_obj_instance_pb2.pyi +41 -0
- ansys/api/edb/v1/layout_obj_instance_pb2_grpc.py +234 -0
- ansys/api/edb/v1/layout_obj_instance_pb2_grpc.pyi +77 -0
- ansys/api/edb/v1/layout_obj_pb2.py +48 -0
- ansys/api/edb/v1/layout_obj_pb2.pyi +123 -0
- ansys/api/edb/v1/layout_obj_pb2_grpc.py +209 -0
- ansys/api/edb/v1/layout_obj_pb2_grpc.pyi +84 -0
- ansys/api/edb/v1/layout_pb2.py +64 -0
- ansys/api/edb/v1/layout_pb2.pyi +239 -0
- ansys/api/edb/v1/layout_pb2_grpc.py +786 -0
- ansys/api/edb/v1/layout_pb2_grpc.pyi +299 -0
- ansys/api/edb/v1/material_def.proto +152 -0
- ansys/api/edb/v1/material_def_pb2.py +64 -0
- ansys/api/edb/v1/material_def_pb2.pyi +315 -0
- ansys/api/edb/v1/material_def_pb2_grpc.py +545 -0
- ansys/api/edb/v1/material_def_pb2_grpc.pyi +209 -0
- ansys/api/edb/v1/material_property_thermal_modifier.proto +26 -0
- ansys/api/edb/v1/material_property_thermal_modifier_pb2.py +40 -0
- ansys/api/edb/v1/material_property_thermal_modifier_pb2.pyi +52 -0
- ansys/api/edb/v1/material_property_thermal_modifier_pb2_grpc.py +133 -0
- ansys/api/edb/v1/material_property_thermal_modifier_pb2_grpc.pyi +45 -0
- ansys/api/edb/v1/mcad_model.proto +98 -0
- ansys/api/edb/v1/mcad_model_pb2.py +59 -0
- ansys/api/edb/v1/mcad_model_pb2.pyi +181 -0
- ansys/api/edb/v1/mcad_model_pb2_grpc.py +862 -0
- ansys/api/edb/v1/mcad_model_pb2_grpc.pyi +268 -0
- ansys/api/edb/v1/model.proto +21 -0
- ansys/api/edb/v1/model_pb2.py +40 -0
- ansys/api/edb/v1/model_pb2.pyi +36 -0
- ansys/api/edb/v1/model_pb2_grpc.py +66 -0
- ansys/api/edb/v1/model_pb2_grpc.pyi +24 -0
- ansys/api/edb/v1/multipole_debye_model.proto +27 -0
- ansys/api/edb/v1/multipole_debye_model_pb2.py +42 -0
- ansys/api/edb/v1/multipole_debye_model_pb2.pyi +51 -0
- ansys/api/edb/v1/multipole_debye_model_pb2_grpc.py +134 -0
- ansys/api/edb/v1/multipole_debye_model_pb2_grpc.pyi +46 -0
- ansys/api/edb/v1/net.proto +29 -0
- ansys/api/edb/v1/net_pb2.py +39 -0
- ansys/api/edb/v1/net_pb2.pyi +7 -0
- ansys/api/edb/v1/net_pb2_grpc.py +308 -0
- ansys/api/edb/v1/net_pb2_grpc.pyi +115 -0
- ansys/api/edb/v1/netclass.proto +43 -0
- ansys/api/edb/v1/netclass_pb2.py +42 -0
- ansys/api/edb/v1/netclass_pb2.pyi +46 -0
- ansys/api/edb/v1/netclass_pb2_grpc.py +432 -0
- ansys/api/edb/v1/netclass_pb2_grpc.pyi +138 -0
- ansys/api/edb/v1/netlist_model.proto +13 -0
- ansys/api/edb/v1/netlist_model_pb2.py +38 -0
- ansys/api/edb/v1/netlist_model_pb2.pyi +7 -0
- ansys/api/edb/v1/netlist_model_pb2_grpc.py +134 -0
- ansys/api/edb/v1/netlist_model_pb2_grpc.pyi +46 -0
- ansys/api/edb/v1/package_def.proto +65 -0
- ansys/api/edb/v1/package_def_pb2.py +45 -0
- ansys/api/edb/v1/package_def_pb2.pyi +75 -0
- ansys/api/edb/v1/package_def_pb2_grpc.py +862 -0
- ansys/api/edb/v1/package_def_pb2_grpc.pyi +268 -0
- ansys/api/edb/v1/padstack_def.proto +35 -0
- ansys/api/edb/v1/padstack_def_data.proto +281 -0
- ansys/api/edb/v1/padstack_def_data_pb2.py +99 -0
- ansys/api/edb/v1/padstack_def_data_pb2.pyi +605 -0
- ansys/api/edb/v1/padstack_def_data_pb2_grpc.py +784 -0
- ansys/api/edb/v1/padstack_def_data_pb2_grpc.pyi +303 -0
- ansys/api/edb/v1/padstack_def_pb2.py +42 -0
- ansys/api/edb/v1/padstack_def_pb2.pyi +45 -0
- ansys/api/edb/v1/padstack_def_pb2_grpc.py +240 -0
- ansys/api/edb/v1/padstack_def_pb2_grpc.pyi +95 -0
- ansys/api/edb/v1/padstack_inst_term.proto +33 -0
- ansys/api/edb/v1/padstack_inst_term_pb2.py +45 -0
- ansys/api/edb/v1/padstack_inst_term_pb2.pyi +74 -0
- ansys/api/edb/v1/padstack_inst_term_pb2_grpc.py +134 -0
- ansys/api/edb/v1/padstack_inst_term_pb2_grpc.pyi +46 -0
- ansys/api/edb/v1/padstack_instance.proto +181 -0
- ansys/api/edb/v1/padstack_instance_pb2.py +73 -0
- ansys/api/edb/v1/padstack_instance_pb2.pyi +344 -0
- ansys/api/edb/v1/padstack_instance_pb2_grpc.py +885 -0
- ansys/api/edb/v1/padstack_instance_pb2_grpc.pyi +340 -0
- ansys/api/edb/v1/path.proto +154 -0
- ansys/api/edb/v1/path_pb2.py +70 -0
- ansys/api/edb/v1/path_pb2.pyi +302 -0
- ansys/api/edb/v1/path_pb2_grpc.py +545 -0
- ansys/api/edb/v1/path_pb2_grpc.pyi +209 -0
- ansys/api/edb/v1/pin_group.proto +47 -0
- ansys/api/edb/v1/pin_group_pb2.py +46 -0
- ansys/api/edb/v1/pin_group_pb2.pyi +82 -0
- ansys/api/edb/v1/pin_group_pb2_grpc.py +333 -0
- ansys/api/edb/v1/pin_group_pb2_grpc.pyi +108 -0
- ansys/api/edb/v1/pin_group_term.proto +37 -0
- ansys/api/edb/v1/pin_group_term_pb2.py +45 -0
- ansys/api/edb/v1/pin_group_term_pb2.pyi +74 -0
- ansys/api/edb/v1/pin_group_term_pb2_grpc.py +200 -0
- ansys/api/edb/v1/pin_group_term_pb2_grpc.pyi +66 -0
- ansys/api/edb/v1/pin_pair_model.proto +27 -0
- ansys/api/edb/v1/pin_pair_model_pb2.py +43 -0
- ansys/api/edb/v1/pin_pair_model_pb2.pyi +50 -0
- ansys/api/edb/v1/pin_pair_model_pb2_grpc.py +200 -0
- ansys/api/edb/v1/pin_pair_model_pb2_grpc.pyi +66 -0
- ansys/api/edb/v1/point_3d_data.proto +45 -0
- ansys/api/edb/v1/point_3d_data_pb2.py +50 -0
- ansys/api/edb/v1/point_3d_data_pb2.pyi +138 -0
- ansys/api/edb/v1/point_3d_data_pb2_grpc.py +4 -0
- ansys/api/edb/v1/point_3d_data_pb2_grpc.pyi +4 -0
- ansys/api/edb/v1/point_data.proto +70 -0
- ansys/api/edb/v1/point_data_pb2.py +60 -0
- ansys/api/edb/v1/point_data_pb2.pyi +203 -0
- ansys/api/edb/v1/point_data_pb2_grpc.py +133 -0
- ansys/api/edb/v1/point_data_pb2_grpc.pyi +45 -0
- ansys/api/edb/v1/point_term.proto +35 -0
- ansys/api/edb/v1/point_term_pb2.py +46 -0
- ansys/api/edb/v1/point_term_pb2.pyi +72 -0
- ansys/api/edb/v1/point_term_pb2_grpc.py +135 -0
- ansys/api/edb/v1/point_term_pb2_grpc.pyi +49 -0
- ansys/api/edb/v1/polygon.proto +35 -0
- ansys/api/edb/v1/polygon_data.proto +133 -0
- ansys/api/edb/v1/polygon_data_pb2.py +71 -0
- ansys/api/edb/v1/polygon_data_pb2.pyi +313 -0
- ansys/api/edb/v1/polygon_data_pb2_grpc.py +797 -0
- ansys/api/edb/v1/polygon_data_pb2_grpc.pyi +248 -0
- ansys/api/edb/v1/polygon_pb2.py +44 -0
- ansys/api/edb/v1/polygon_pb2.pyi +58 -0
- ansys/api/edb/v1/polygon_pb2_grpc.py +141 -0
- ansys/api/edb/v1/polygon_pb2_grpc.pyi +58 -0
- ansys/api/edb/v1/port_post_processing_prop.proto +17 -0
- ansys/api/edb/v1/port_post_processing_prop_pb2.py +38 -0
- ansys/api/edb/v1/port_post_processing_prop_pb2.pyi +46 -0
- ansys/api/edb/v1/port_post_processing_prop_pb2_grpc.py +4 -0
- ansys/api/edb/v1/port_post_processing_prop_pb2_grpc.pyi +4 -0
- ansys/api/edb/v1/port_property.proto +25 -0
- ansys/api/edb/v1/port_property_pb2.py +38 -0
- ansys/api/edb/v1/port_property_pb2.pyi +7 -0
- ansys/api/edb/v1/port_property_pb2_grpc.py +302 -0
- ansys/api/edb/v1/port_property_pb2_grpc.pyi +98 -0
- ansys/api/edb/v1/primitive.proto +107 -0
- ansys/api/edb/v1/primitive_pb2.py +53 -0
- ansys/api/edb/v1/primitive_pb2.pyi +141 -0
- ansys/api/edb/v1/primitive_pb2_grpc.py +616 -0
- ansys/api/edb/v1/primitive_pb2_grpc.pyi +238 -0
- ansys/api/edb/v1/r_tree.proto +68 -0
- ansys/api/edb/v1/r_tree_pb2.py +50 -0
- ansys/api/edb/v1/r_tree_pb2.pyi +110 -0
- ansys/api/edb/v1/r_tree_pb2_grpc.py +499 -0
- ansys/api/edb/v1/r_tree_pb2_grpc.pyi +158 -0
- ansys/api/edb/v1/raptor_x_simulation_settings.proto +115 -0
- ansys/api/edb/v1/raptor_x_simulation_settings_pb2.py +48 -0
- ansys/api/edb/v1/raptor_x_simulation_settings_pb2.pyi +57 -0
- ansys/api/edb/v1/raptor_x_simulation_settings_pb2_grpc.py +2110 -0
- ansys/api/edb/v1/raptor_x_simulation_settings_pb2_grpc.pyi +644 -0
- ansys/api/edb/v1/rectangle.proto +69 -0
- ansys/api/edb/v1/rectangle_pb2.py +50 -0
- ansys/api/edb/v1/rectangle_pb2.pyi +170 -0
- ansys/api/edb/v1/rectangle_pb2_grpc.py +172 -0
- ansys/api/edb/v1/rectangle_pb2_grpc.pyi +69 -0
- ansys/api/edb/v1/refs.proto +33 -0
- ansys/api/edb/v1/refs_pb2.py +44 -0
- ansys/api/edb/v1/refs_pb2.pyi +84 -0
- ansys/api/edb/v1/refs_pb2_grpc.py +4 -0
- ansys/api/edb/v1/refs_pb2_grpc.pyi +4 -0
- ansys/api/edb/v1/rlc.proto +17 -0
- ansys/api/edb/v1/rlc_component_property.proto +19 -0
- ansys/api/edb/v1/rlc_component_property_pb2.py +38 -0
- ansys/api/edb/v1/rlc_component_property_pb2.pyi +7 -0
- ansys/api/edb/v1/rlc_component_property_pb2_grpc.py +139 -0
- ansys/api/edb/v1/rlc_component_property_pb2_grpc.pyi +54 -0
- ansys/api/edb/v1/rlc_pb2.py +38 -0
- ansys/api/edb/v1/rlc_pb2.pyi +50 -0
- ansys/api/edb/v1/rlc_pb2_grpc.py +4 -0
- ansys/api/edb/v1/rlc_pb2_grpc.pyi +4 -0
- ansys/api/edb/v1/simulation_settings.proto +134 -0
- ansys/api/edb/v1/simulation_settings_pb2.py +58 -0
- ansys/api/edb/v1/simulation_settings_pb2.pyi +104 -0
- ansys/api/edb/v1/simulation_settings_pb2_grpc.py +1876 -0
- ansys/api/edb/v1/simulation_settings_pb2_grpc.pyi +573 -0
- ansys/api/edb/v1/simulation_setup.proto +102 -0
- ansys/api/edb/v1/simulation_setup_pb2.py +55 -0
- ansys/api/edb/v1/simulation_setup_pb2.pyi +243 -0
- ansys/api/edb/v1/simulation_setup_pb2_grpc.py +300 -0
- ansys/api/edb/v1/simulation_setup_pb2_grpc.pyi +97 -0
- ansys/api/edb/v1/siwave_dcir_simulation_settings.proto +53 -0
- ansys/api/edb/v1/siwave_dcir_simulation_settings_pb2.py +46 -0
- ansys/api/edb/v1/siwave_dcir_simulation_settings_pb2.pyi +55 -0
- ansys/api/edb/v1/siwave_dcir_simulation_settings_pb2_grpc.py +762 -0
- ansys/api/edb/v1/siwave_dcir_simulation_settings_pb2_grpc.pyi +237 -0
- ansys/api/edb/v1/siwave_simulation_settings.proto +225 -0
- ansys/api/edb/v1/siwave_simulation_settings_pb2.py +70 -0
- ansys/api/edb/v1/siwave_simulation_settings_pb2.pyi +195 -0
- ansys/api/edb/v1/siwave_simulation_settings_pb2_grpc.py +3250 -0
- ansys/api/edb/v1/siwave_simulation_settings_pb2_grpc.pyi +985 -0
- ansys/api/edb/v1/solder_ball_property.proto +39 -0
- ansys/api/edb/v1/solder_ball_property_pb2.py +43 -0
- ansys/api/edb/v1/solder_ball_property_pb2.pyi +46 -0
- ansys/api/edb/v1/solder_ball_property_pb2_grpc.py +466 -0
- ansys/api/edb/v1/solder_ball_property_pb2_grpc.pyi +148 -0
- ansys/api/edb/v1/sparameter_model.proto +21 -0
- ansys/api/edb/v1/sparameter_model_pb2.py +40 -0
- ansys/api/edb/v1/sparameter_model_pb2.pyi +25 -0
- ansys/api/edb/v1/sparameter_model_pb2_grpc.py +167 -0
- ansys/api/edb/v1/sparameter_model_pb2_grpc.pyi +56 -0
- ansys/api/edb/v1/spice_model.proto +32 -0
- ansys/api/edb/v1/spice_model_pb2.py +42 -0
- ansys/api/edb/v1/spice_model_pb2.pyi +48 -0
- ansys/api/edb/v1/spice_model_pb2_grpc.py +266 -0
- ansys/api/edb/v1/spice_model_pb2_grpc.pyi +86 -0
- ansys/api/edb/v1/stackup_layer.proto +172 -0
- ansys/api/edb/v1/stackup_layer_pb2.py +71 -0
- ansys/api/edb/v1/stackup_layer_pb2.pyi +283 -0
- ansys/api/edb/v1/stackup_layer_pb2_grpc.py +889 -0
- ansys/api/edb/v1/stackup_layer_pb2_grpc.pyi +344 -0
- ansys/api/edb/v1/structure3d.proto +55 -0
- ansys/api/edb/v1/structure3d_pb2.py +45 -0
- ansys/api/edb/v1/structure3d_pb2.pyi +60 -0
- ansys/api/edb/v1/structure3d_pb2_grpc.py +278 -0
- ansys/api/edb/v1/structure3d_pb2_grpc.pyi +111 -0
- ansys/api/edb/v1/term.proto +138 -0
- ansys/api/edb/v1/term_inst.proto +25 -0
- ansys/api/edb/v1/term_inst_pb2.py +41 -0
- ansys/api/edb/v1/term_inst_pb2.pyi +37 -0
- ansys/api/edb/v1/term_inst_pb2_grpc.py +167 -0
- ansys/api/edb/v1/term_inst_pb2_grpc.pyi +56 -0
- ansys/api/edb/v1/term_inst_term.proto +27 -0
- ansys/api/edb/v1/term_inst_term_pb2.py +43 -0
- ansys/api/edb/v1/term_inst_term_pb2.pyi +57 -0
- ansys/api/edb/v1/term_inst_term_pb2_grpc.py +134 -0
- ansys/api/edb/v1/term_inst_term_pb2_grpc.pyi +46 -0
- ansys/api/edb/v1/term_pb2.py +68 -0
- ansys/api/edb/v1/term_pb2.pyi +380 -0
- ansys/api/edb/v1/term_pb2_grpc.py +200 -0
- ansys/api/edb/v1/term_pb2_grpc.pyi +66 -0
- ansys/api/edb/v1/text.proto +42 -0
- ansys/api/edb/v1/text_pb2.py +45 -0
- ansys/api/edb/v1/text_pb2.pyi +81 -0
- ansys/api/edb/v1/text_pb2_grpc.py +140 -0
- ansys/api/edb/v1/text_pb2_grpc.pyi +57 -0
- ansys/api/edb/v1/transform.proto +55 -0
- ansys/api/edb/v1/transform3d.proto +58 -0
- ansys/api/edb/v1/transform3d_pb2.py +43 -0
- ansys/api/edb/v1/transform3d_pb2.pyi +54 -0
- ansys/api/edb/v1/transform3d_pb2_grpc.py +730 -0
- ansys/api/edb/v1/transform3d_pb2_grpc.pyi +228 -0
- ansys/api/edb/v1/transform_pb2.py +46 -0
- ansys/api/edb/v1/transform_pb2.pyi +74 -0
- ansys/api/edb/v1/transform_pb2_grpc.py +566 -0
- ansys/api/edb/v1/transform_pb2_grpc.pyi +179 -0
- ansys/api/edb/v1/value.proto +21 -0
- ansys/api/edb/v1/value_pb2.py +40 -0
- ansys/api/edb/v1/value_pb2.pyi +28 -0
- ansys/api/edb/v1/value_pb2_grpc.py +134 -0
- ansys/api/edb/v1/value_pb2_grpc.pyi +46 -0
- ansys/api/edb/v1/variable_server.proto +63 -0
- ansys/api/edb/v1/variable_server_pb2.py +50 -0
- ansys/api/edb/v1/variable_server_pb2.pyi +129 -0
- ansys/api/edb/v1/variable_server_pb2_grpc.py +333 -0
- ansys/api/edb/v1/variable_server_pb2_grpc.pyi +107 -0
- ansys/api/edb/v1/via_group.proto +45 -0
- ansys/api/edb/v1/via_group_pb2.py +45 -0
- ansys/api/edb/v1/via_group_pb2.pyi +62 -0
- ansys/api/edb/v1/via_group_pb2_grpc.py +244 -0
- ansys/api/edb/v1/via_group_pb2_grpc.pyi +98 -0
- ansys/api/edb/v1/via_layer.proto +37 -0
- ansys/api/edb/v1/via_layer_pb2.py +44 -0
- ansys/api/edb/v1/via_layer_pb2.pyi +66 -0
- ansys/api/edb/v1/via_layer_pb2_grpc.py +141 -0
- ansys/api/edb/v1/via_layer_pb2_grpc.pyi +58 -0
- ansys/api/edb/v1/voltage_regulator.proto +78 -0
- ansys/api/edb/v1/voltage_regulator_pb2.py +48 -0
- ansys/api/edb/v1/voltage_regulator_pb2.pyi +118 -0
- ansys/api/edb/v1/voltage_regulator_pb2_grpc.py +828 -0
- ansys/api/edb/v1/voltage_regulator_pb2_grpc.pyi +257 -0
- ansys_api_edb-0.2.dev0.dist-info/LICENCE +21 -0
- ansys_api_edb-0.2.dev0.dist-info/METADATA +58 -0
- ansys_api_edb-0.2.dev0.dist-info/RECORD +495 -0
- ansys_api_edb-0.2.dev0.dist-info/WHEEL +5 -0
- ansys_api_edb-0.2.dev0.dist-info/entry_points.txt +2 -0
- ansys_api_edb-0.2.dev0.dist-info/top_level.txt +1 -0
ansys/api/edb/VERSION
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.2.dev0
|
ansys/api/edb/py.typed
ADDED
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
// Proto file representing the EDB Arc Data class
|
|
2
|
+
|
|
3
|
+
syntax = "proto3";
|
|
4
|
+
|
|
5
|
+
package ansys.api.edb.v1;
|
|
6
|
+
|
|
7
|
+
import "ansys/api/edb/v1/edb_messages.proto";
|
|
8
|
+
import "ansys/api/edb/v1/point_data.proto";
|
|
9
|
+
|
|
10
|
+
enum RotationDirection {
|
|
11
|
+
ROTATION_DIRECTION_CCW = 0;
|
|
12
|
+
ROTATION_DIRECTION_CW = 1;
|
|
13
|
+
ROTATION_DIRECTION_COLINEAR = 2;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
service ArcDataService {
|
|
17
|
+
// Get height of an arc
|
|
18
|
+
rpc GetHeight (ArcMessage) returns (google.protobuf.FloatValue) {}
|
|
19
|
+
|
|
20
|
+
// Get center point of an arc
|
|
21
|
+
rpc GetCenter (ArcMessage) returns (PointMessage) {}
|
|
22
|
+
|
|
23
|
+
// Get midpoint of an arc
|
|
24
|
+
rpc GetMidpoint (ArcMessage) returns (PointMessage) {}
|
|
25
|
+
|
|
26
|
+
// Get radius of an arc
|
|
27
|
+
rpc GetRadius (ArcMessage) returns (google.protobuf.FloatValue) {}
|
|
28
|
+
|
|
29
|
+
// Get bounding box of an arc
|
|
30
|
+
rpc GetBoundingBox (ArcMessage) returns (BoxMessage) {}
|
|
31
|
+
|
|
32
|
+
// Get angle between two arcs.
|
|
33
|
+
rpc GetAngle (ArcMessage) returns (google.protobuf.FloatValue) {}
|
|
34
|
+
|
|
35
|
+
// Get closest points between two arcs.
|
|
36
|
+
rpc ClosestPoints (ArcDataTwoArcsMessage) returns (BoxMessage) {}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
message ArcMessage {
|
|
40
|
+
message RadiusMessage {
|
|
41
|
+
double radius = 1;
|
|
42
|
+
RotationDirection dir = 2;
|
|
43
|
+
bool is_big = 3;
|
|
44
|
+
}
|
|
45
|
+
message CenterMessage {
|
|
46
|
+
PointMessage point = 1;
|
|
47
|
+
RotationDirection dir = 2;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
PointMessage start = 1;
|
|
51
|
+
PointMessage end = 2;
|
|
52
|
+
oneof option {
|
|
53
|
+
google.protobuf.FloatValue height = 3;
|
|
54
|
+
PointMessage thru = 4;
|
|
55
|
+
RadiusMessage radius = 5;
|
|
56
|
+
CenterMessage center = 6;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
message ArcDataTwoArcsMessage {
|
|
61
|
+
ArcMessage arc1 = 1;
|
|
62
|
+
ArcMessage arc2 = 2;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
message ArcsMessage {
|
|
66
|
+
repeated ArcMessage items = 1;
|
|
67
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: ansys/api/edb/v1/arc_data.proto
|
|
4
|
+
"""Generated protocol buffer code."""
|
|
5
|
+
from google.protobuf.internal import builder as _builder
|
|
6
|
+
from google.protobuf import descriptor as _descriptor
|
|
7
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
8
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
9
|
+
# @@protoc_insertion_point(imports)
|
|
10
|
+
|
|
11
|
+
_sym_db = _symbol_database.Default()
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
from ansys.api.edb.v1 import edb_messages_pb2 as ansys_dot_api_dot_edb_dot_v1_dot_edb__messages__pb2
|
|
15
|
+
try:
|
|
16
|
+
google_dot_protobuf_dot_wrappers__pb2 = ansys_dot_api_dot_edb_dot_v1_dot_edb__messages__pb2.google_dot_protobuf_dot_wrappers__pb2
|
|
17
|
+
except AttributeError:
|
|
18
|
+
google_dot_protobuf_dot_wrappers__pb2 = ansys_dot_api_dot_edb_dot_v1_dot_edb__messages__pb2.google.protobuf.wrappers_pb2
|
|
19
|
+
try:
|
|
20
|
+
google_dot_protobuf_dot_empty__pb2 = ansys_dot_api_dot_edb_dot_v1_dot_edb__messages__pb2.google_dot_protobuf_dot_empty__pb2
|
|
21
|
+
except AttributeError:
|
|
22
|
+
google_dot_protobuf_dot_empty__pb2 = ansys_dot_api_dot_edb_dot_v1_dot_edb__messages__pb2.google.protobuf.empty_pb2
|
|
23
|
+
try:
|
|
24
|
+
google_dot_protobuf_dot_any__pb2 = ansys_dot_api_dot_edb_dot_v1_dot_edb__messages__pb2.google_dot_protobuf_dot_any__pb2
|
|
25
|
+
except AttributeError:
|
|
26
|
+
google_dot_protobuf_dot_any__pb2 = ansys_dot_api_dot_edb_dot_v1_dot_edb__messages__pb2.google.protobuf.any_pb2
|
|
27
|
+
from ansys.api.edb.v1 import point_data_pb2 as ansys_dot_api_dot_edb_dot_v1_dot_point__data__pb2
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1f\x61nsys/api/edb/v1/arc_data.proto\x12\x10\x61nsys.api.edb.v1\x1a#ansys/api/edb/v1/edb_messages.proto\x1a!ansys/api/edb/v1/point_data.proto\"\xa2\x04\n\nArcMessage\x12-\n\x05start\x18\x01 \x01(\x0b\x32\x1e.ansys.api.edb.v1.PointMessage\x12+\n\x03\x65nd\x18\x02 \x01(\x0b\x32\x1e.ansys.api.edb.v1.PointMessage\x12-\n\x06height\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.FloatValueH\x00\x12.\n\x04thru\x18\x04 \x01(\x0b\x32\x1e.ansys.api.edb.v1.PointMessageH\x00\x12<\n\x06radius\x18\x05 \x01(\x0b\x32*.ansys.api.edb.v1.ArcMessage.RadiusMessageH\x00\x12<\n\x06\x63\x65nter\x18\x06 \x01(\x0b\x32*.ansys.api.edb.v1.ArcMessage.CenterMessageH\x00\x1a\x61\n\rRadiusMessage\x12\x0e\n\x06radius\x18\x01 \x01(\x01\x12\x30\n\x03\x64ir\x18\x02 \x01(\x0e\x32#.ansys.api.edb.v1.RotationDirection\x12\x0e\n\x06is_big\x18\x03 \x01(\x08\x1ap\n\rCenterMessage\x12-\n\x05point\x18\x01 \x01(\x0b\x32\x1e.ansys.api.edb.v1.PointMessage\x12\x30\n\x03\x64ir\x18\x02 \x01(\x0e\x32#.ansys.api.edb.v1.RotationDirectionB\x08\n\x06option\"o\n\x15\x41rcDataTwoArcsMessage\x12*\n\x04\x61rc1\x18\x01 \x01(\x0b\x32\x1c.ansys.api.edb.v1.ArcMessage\x12*\n\x04\x61rc2\x18\x02 \x01(\x0b\x32\x1c.ansys.api.edb.v1.ArcMessage\":\n\x0b\x41rcsMessage\x12+\n\x05items\x18\x01 \x03(\x0b\x32\x1c.ansys.api.edb.v1.ArcMessage*k\n\x11RotationDirection\x12\x1a\n\x16ROTATION_DIRECTION_CCW\x10\x00\x12\x19\n\x15ROTATION_DIRECTION_CW\x10\x01\x12\x1f\n\x1bROTATION_DIRECTION_COLINEAR\x10\x02\x32\xb3\x04\n\x0e\x41rcDataService\x12H\n\tGetHeight\x12\x1c.ansys.api.edb.v1.ArcMessage\x1a\x1b.google.protobuf.FloatValue\"\x00\x12K\n\tGetCenter\x12\x1c.ansys.api.edb.v1.ArcMessage\x1a\x1e.ansys.api.edb.v1.PointMessage\"\x00\x12M\n\x0bGetMidpoint\x12\x1c.ansys.api.edb.v1.ArcMessage\x1a\x1e.ansys.api.edb.v1.PointMessage\"\x00\x12H\n\tGetRadius\x12\x1c.ansys.api.edb.v1.ArcMessage\x1a\x1b.google.protobuf.FloatValue\"\x00\x12N\n\x0eGetBoundingBox\x12\x1c.ansys.api.edb.v1.ArcMessage\x1a\x1c.ansys.api.edb.v1.BoxMessage\"\x00\x12G\n\x08GetAngle\x12\x1c.ansys.api.edb.v1.ArcMessage\x1a\x1b.google.protobuf.FloatValue\"\x00\x12X\n\rClosestPoints\x12\'.ansys.api.edb.v1.ArcDataTwoArcsMessage\x1a\x1c.ansys.api.edb.v1.BoxMessage\"\x00\x62\x06proto3')
|
|
31
|
+
|
|
32
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
33
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.edb.v1.arc_data_pb2', globals())
|
|
34
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
35
|
+
|
|
36
|
+
DESCRIPTOR._options = None
|
|
37
|
+
_ROTATIONDIRECTION._serialized_start=847
|
|
38
|
+
_ROTATIONDIRECTION._serialized_end=954
|
|
39
|
+
_ARCMESSAGE._serialized_start=126
|
|
40
|
+
_ARCMESSAGE._serialized_end=672
|
|
41
|
+
_ARCMESSAGE_RADIUSMESSAGE._serialized_start=451
|
|
42
|
+
_ARCMESSAGE_RADIUSMESSAGE._serialized_end=548
|
|
43
|
+
_ARCMESSAGE_CENTERMESSAGE._serialized_start=550
|
|
44
|
+
_ARCMESSAGE_CENTERMESSAGE._serialized_end=662
|
|
45
|
+
_ARCDATATWOARCSMESSAGE._serialized_start=674
|
|
46
|
+
_ARCDATATWOARCSMESSAGE._serialized_end=785
|
|
47
|
+
_ARCSMESSAGE._serialized_start=787
|
|
48
|
+
_ARCSMESSAGE._serialized_end=845
|
|
49
|
+
_ARCDATASERVICE._serialized_start=957
|
|
50
|
+
_ARCDATASERVICE._serialized_end=1520
|
|
51
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
import ansys.api.edb.v1.point_data_pb2
|
|
6
|
+
import builtins
|
|
7
|
+
import google.protobuf.descriptor
|
|
8
|
+
import google.protobuf.internal.containers
|
|
9
|
+
import google.protobuf.internal.enum_type_wrapper
|
|
10
|
+
import google.protobuf.message
|
|
11
|
+
import google.protobuf.wrappers_pb2
|
|
12
|
+
import typing
|
|
13
|
+
import typing_extensions
|
|
14
|
+
|
|
15
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor = ...
|
|
16
|
+
|
|
17
|
+
class _RotationDirection:
|
|
18
|
+
ValueType = typing.NewType('ValueType', builtins.int)
|
|
19
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
20
|
+
class _RotationDirectionEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_RotationDirection.ValueType], builtins.type):
|
|
21
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor = ...
|
|
22
|
+
ROTATION_DIRECTION_CCW: RotationDirection.ValueType = ... # 0
|
|
23
|
+
ROTATION_DIRECTION_CW: RotationDirection.ValueType = ... # 1
|
|
24
|
+
ROTATION_DIRECTION_COLINEAR: RotationDirection.ValueType = ... # 2
|
|
25
|
+
class RotationDirection(_RotationDirection, metaclass=_RotationDirectionEnumTypeWrapper):
|
|
26
|
+
pass
|
|
27
|
+
|
|
28
|
+
ROTATION_DIRECTION_CCW: RotationDirection.ValueType = ... # 0
|
|
29
|
+
ROTATION_DIRECTION_CW: RotationDirection.ValueType = ... # 1
|
|
30
|
+
ROTATION_DIRECTION_COLINEAR: RotationDirection.ValueType = ... # 2
|
|
31
|
+
global___RotationDirection = RotationDirection
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
class ArcMessage(google.protobuf.message.Message):
|
|
35
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
36
|
+
class RadiusMessage(google.protobuf.message.Message):
|
|
37
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
38
|
+
RADIUS_FIELD_NUMBER: builtins.int
|
|
39
|
+
DIR_FIELD_NUMBER: builtins.int
|
|
40
|
+
IS_BIG_FIELD_NUMBER: builtins.int
|
|
41
|
+
radius: builtins.float = ...
|
|
42
|
+
dir: global___RotationDirection.ValueType = ...
|
|
43
|
+
is_big: builtins.bool = ...
|
|
44
|
+
def __init__(self,
|
|
45
|
+
*,
|
|
46
|
+
radius : builtins.float = ...,
|
|
47
|
+
dir : global___RotationDirection.ValueType = ...,
|
|
48
|
+
is_big : builtins.bool = ...,
|
|
49
|
+
) -> None: ...
|
|
50
|
+
def ClearField(self, field_name: typing_extensions.Literal["dir",b"dir","is_big",b"is_big","radius",b"radius"]) -> None: ...
|
|
51
|
+
|
|
52
|
+
class CenterMessage(google.protobuf.message.Message):
|
|
53
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
54
|
+
POINT_FIELD_NUMBER: builtins.int
|
|
55
|
+
DIR_FIELD_NUMBER: builtins.int
|
|
56
|
+
@property
|
|
57
|
+
def point(self) -> ansys.api.edb.v1.point_data_pb2.PointMessage: ...
|
|
58
|
+
dir: global___RotationDirection.ValueType = ...
|
|
59
|
+
def __init__(self,
|
|
60
|
+
*,
|
|
61
|
+
point : typing.Optional[ansys.api.edb.v1.point_data_pb2.PointMessage] = ...,
|
|
62
|
+
dir : global___RotationDirection.ValueType = ...,
|
|
63
|
+
) -> None: ...
|
|
64
|
+
def HasField(self, field_name: typing_extensions.Literal["point",b"point"]) -> builtins.bool: ...
|
|
65
|
+
def ClearField(self, field_name: typing_extensions.Literal["dir",b"dir","point",b"point"]) -> None: ...
|
|
66
|
+
|
|
67
|
+
START_FIELD_NUMBER: builtins.int
|
|
68
|
+
END_FIELD_NUMBER: builtins.int
|
|
69
|
+
HEIGHT_FIELD_NUMBER: builtins.int
|
|
70
|
+
THRU_FIELD_NUMBER: builtins.int
|
|
71
|
+
RADIUS_FIELD_NUMBER: builtins.int
|
|
72
|
+
CENTER_FIELD_NUMBER: builtins.int
|
|
73
|
+
@property
|
|
74
|
+
def start(self) -> ansys.api.edb.v1.point_data_pb2.PointMessage: ...
|
|
75
|
+
@property
|
|
76
|
+
def end(self) -> ansys.api.edb.v1.point_data_pb2.PointMessage: ...
|
|
77
|
+
@property
|
|
78
|
+
def height(self) -> google.protobuf.wrappers_pb2.FloatValue: ...
|
|
79
|
+
@property
|
|
80
|
+
def thru(self) -> ansys.api.edb.v1.point_data_pb2.PointMessage: ...
|
|
81
|
+
@property
|
|
82
|
+
def radius(self) -> global___ArcMessage.RadiusMessage: ...
|
|
83
|
+
@property
|
|
84
|
+
def center(self) -> global___ArcMessage.CenterMessage: ...
|
|
85
|
+
def __init__(self,
|
|
86
|
+
*,
|
|
87
|
+
start : typing.Optional[ansys.api.edb.v1.point_data_pb2.PointMessage] = ...,
|
|
88
|
+
end : typing.Optional[ansys.api.edb.v1.point_data_pb2.PointMessage] = ...,
|
|
89
|
+
height : typing.Optional[google.protobuf.wrappers_pb2.FloatValue] = ...,
|
|
90
|
+
thru : typing.Optional[ansys.api.edb.v1.point_data_pb2.PointMessage] = ...,
|
|
91
|
+
radius : typing.Optional[global___ArcMessage.RadiusMessage] = ...,
|
|
92
|
+
center : typing.Optional[global___ArcMessage.CenterMessage] = ...,
|
|
93
|
+
) -> None: ...
|
|
94
|
+
def HasField(self, field_name: typing_extensions.Literal["center",b"center","end",b"end","height",b"height","option",b"option","radius",b"radius","start",b"start","thru",b"thru"]) -> builtins.bool: ...
|
|
95
|
+
def ClearField(self, field_name: typing_extensions.Literal["center",b"center","end",b"end","height",b"height","option",b"option","radius",b"radius","start",b"start","thru",b"thru"]) -> None: ...
|
|
96
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["option",b"option"]) -> typing.Optional[typing_extensions.Literal["height","thru","radius","center"]]: ...
|
|
97
|
+
global___ArcMessage = ArcMessage
|
|
98
|
+
|
|
99
|
+
class ArcDataTwoArcsMessage(google.protobuf.message.Message):
|
|
100
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
101
|
+
ARC1_FIELD_NUMBER: builtins.int
|
|
102
|
+
ARC2_FIELD_NUMBER: builtins.int
|
|
103
|
+
@property
|
|
104
|
+
def arc1(self) -> global___ArcMessage: ...
|
|
105
|
+
@property
|
|
106
|
+
def arc2(self) -> global___ArcMessage: ...
|
|
107
|
+
def __init__(self,
|
|
108
|
+
*,
|
|
109
|
+
arc1 : typing.Optional[global___ArcMessage] = ...,
|
|
110
|
+
arc2 : typing.Optional[global___ArcMessage] = ...,
|
|
111
|
+
) -> None: ...
|
|
112
|
+
def HasField(self, field_name: typing_extensions.Literal["arc1",b"arc1","arc2",b"arc2"]) -> builtins.bool: ...
|
|
113
|
+
def ClearField(self, field_name: typing_extensions.Literal["arc1",b"arc1","arc2",b"arc2"]) -> None: ...
|
|
114
|
+
global___ArcDataTwoArcsMessage = ArcDataTwoArcsMessage
|
|
115
|
+
|
|
116
|
+
class ArcsMessage(google.protobuf.message.Message):
|
|
117
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
118
|
+
ITEMS_FIELD_NUMBER: builtins.int
|
|
119
|
+
@property
|
|
120
|
+
def items(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___ArcMessage]: ...
|
|
121
|
+
def __init__(self,
|
|
122
|
+
*,
|
|
123
|
+
items : typing.Optional[typing.Iterable[global___ArcMessage]] = ...,
|
|
124
|
+
) -> None: ...
|
|
125
|
+
def ClearField(self, field_name: typing_extensions.Literal["items",b"items"]) -> None: ...
|
|
126
|
+
global___ArcsMessage = ArcsMessage
|
|
@@ -0,0 +1,273 @@
|
|
|
1
|
+
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
|
2
|
+
"""Client and server classes corresponding to protobuf-defined services."""
|
|
3
|
+
import grpc
|
|
4
|
+
|
|
5
|
+
from ansys.api.edb.v1 import arc_data_pb2 as ansys_dot_api_dot_edb_dot_v1_dot_arc__data__pb2
|
|
6
|
+
from ansys.api.edb.v1 import point_data_pb2 as ansys_dot_api_dot_edb_dot_v1_dot_point__data__pb2
|
|
7
|
+
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class ArcDataServiceStub(object):
|
|
11
|
+
"""Missing associated documentation comment in .proto file."""
|
|
12
|
+
|
|
13
|
+
def __init__(self, channel):
|
|
14
|
+
"""Constructor.
|
|
15
|
+
|
|
16
|
+
Args:
|
|
17
|
+
channel: A grpc.Channel.
|
|
18
|
+
"""
|
|
19
|
+
self.GetHeight = channel.unary_unary(
|
|
20
|
+
'/ansys.api.edb.v1.ArcDataService/GetHeight',
|
|
21
|
+
request_serializer=ansys_dot_api_dot_edb_dot_v1_dot_arc__data__pb2.ArcMessage.SerializeToString,
|
|
22
|
+
response_deserializer=google_dot_protobuf_dot_wrappers__pb2.FloatValue.FromString,
|
|
23
|
+
)
|
|
24
|
+
self.GetCenter = channel.unary_unary(
|
|
25
|
+
'/ansys.api.edb.v1.ArcDataService/GetCenter',
|
|
26
|
+
request_serializer=ansys_dot_api_dot_edb_dot_v1_dot_arc__data__pb2.ArcMessage.SerializeToString,
|
|
27
|
+
response_deserializer=ansys_dot_api_dot_edb_dot_v1_dot_point__data__pb2.PointMessage.FromString,
|
|
28
|
+
)
|
|
29
|
+
self.GetMidpoint = channel.unary_unary(
|
|
30
|
+
'/ansys.api.edb.v1.ArcDataService/GetMidpoint',
|
|
31
|
+
request_serializer=ansys_dot_api_dot_edb_dot_v1_dot_arc__data__pb2.ArcMessage.SerializeToString,
|
|
32
|
+
response_deserializer=ansys_dot_api_dot_edb_dot_v1_dot_point__data__pb2.PointMessage.FromString,
|
|
33
|
+
)
|
|
34
|
+
self.GetRadius = channel.unary_unary(
|
|
35
|
+
'/ansys.api.edb.v1.ArcDataService/GetRadius',
|
|
36
|
+
request_serializer=ansys_dot_api_dot_edb_dot_v1_dot_arc__data__pb2.ArcMessage.SerializeToString,
|
|
37
|
+
response_deserializer=google_dot_protobuf_dot_wrappers__pb2.FloatValue.FromString,
|
|
38
|
+
)
|
|
39
|
+
self.GetBoundingBox = channel.unary_unary(
|
|
40
|
+
'/ansys.api.edb.v1.ArcDataService/GetBoundingBox',
|
|
41
|
+
request_serializer=ansys_dot_api_dot_edb_dot_v1_dot_arc__data__pb2.ArcMessage.SerializeToString,
|
|
42
|
+
response_deserializer=ansys_dot_api_dot_edb_dot_v1_dot_point__data__pb2.BoxMessage.FromString,
|
|
43
|
+
)
|
|
44
|
+
self.GetAngle = channel.unary_unary(
|
|
45
|
+
'/ansys.api.edb.v1.ArcDataService/GetAngle',
|
|
46
|
+
request_serializer=ansys_dot_api_dot_edb_dot_v1_dot_arc__data__pb2.ArcMessage.SerializeToString,
|
|
47
|
+
response_deserializer=google_dot_protobuf_dot_wrappers__pb2.FloatValue.FromString,
|
|
48
|
+
)
|
|
49
|
+
self.ClosestPoints = channel.unary_unary(
|
|
50
|
+
'/ansys.api.edb.v1.ArcDataService/ClosestPoints',
|
|
51
|
+
request_serializer=ansys_dot_api_dot_edb_dot_v1_dot_arc__data__pb2.ArcDataTwoArcsMessage.SerializeToString,
|
|
52
|
+
response_deserializer=ansys_dot_api_dot_edb_dot_v1_dot_point__data__pb2.BoxMessage.FromString,
|
|
53
|
+
)
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
class ArcDataServiceServicer(object):
|
|
57
|
+
"""Missing associated documentation comment in .proto file."""
|
|
58
|
+
|
|
59
|
+
def GetHeight(self, request, context):
|
|
60
|
+
"""Get height of an arc
|
|
61
|
+
"""
|
|
62
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
63
|
+
context.set_details('Method not implemented!')
|
|
64
|
+
raise NotImplementedError('Method not implemented!')
|
|
65
|
+
|
|
66
|
+
def GetCenter(self, request, context):
|
|
67
|
+
"""Get center point of an arc
|
|
68
|
+
"""
|
|
69
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
70
|
+
context.set_details('Method not implemented!')
|
|
71
|
+
raise NotImplementedError('Method not implemented!')
|
|
72
|
+
|
|
73
|
+
def GetMidpoint(self, request, context):
|
|
74
|
+
"""Get midpoint of an arc
|
|
75
|
+
"""
|
|
76
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
77
|
+
context.set_details('Method not implemented!')
|
|
78
|
+
raise NotImplementedError('Method not implemented!')
|
|
79
|
+
|
|
80
|
+
def GetRadius(self, request, context):
|
|
81
|
+
"""Get radius of an arc
|
|
82
|
+
"""
|
|
83
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
84
|
+
context.set_details('Method not implemented!')
|
|
85
|
+
raise NotImplementedError('Method not implemented!')
|
|
86
|
+
|
|
87
|
+
def GetBoundingBox(self, request, context):
|
|
88
|
+
"""Get bounding box of an arc
|
|
89
|
+
"""
|
|
90
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
91
|
+
context.set_details('Method not implemented!')
|
|
92
|
+
raise NotImplementedError('Method not implemented!')
|
|
93
|
+
|
|
94
|
+
def GetAngle(self, request, context):
|
|
95
|
+
"""Get angle between two arcs.
|
|
96
|
+
"""
|
|
97
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
98
|
+
context.set_details('Method not implemented!')
|
|
99
|
+
raise NotImplementedError('Method not implemented!')
|
|
100
|
+
|
|
101
|
+
def ClosestPoints(self, request, context):
|
|
102
|
+
"""Get closest points between two arcs.
|
|
103
|
+
"""
|
|
104
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
105
|
+
context.set_details('Method not implemented!')
|
|
106
|
+
raise NotImplementedError('Method not implemented!')
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
def add_ArcDataServiceServicer_to_server(servicer, server):
|
|
110
|
+
rpc_method_handlers = {
|
|
111
|
+
'GetHeight': grpc.unary_unary_rpc_method_handler(
|
|
112
|
+
servicer.GetHeight,
|
|
113
|
+
request_deserializer=ansys_dot_api_dot_edb_dot_v1_dot_arc__data__pb2.ArcMessage.FromString,
|
|
114
|
+
response_serializer=google_dot_protobuf_dot_wrappers__pb2.FloatValue.SerializeToString,
|
|
115
|
+
),
|
|
116
|
+
'GetCenter': grpc.unary_unary_rpc_method_handler(
|
|
117
|
+
servicer.GetCenter,
|
|
118
|
+
request_deserializer=ansys_dot_api_dot_edb_dot_v1_dot_arc__data__pb2.ArcMessage.FromString,
|
|
119
|
+
response_serializer=ansys_dot_api_dot_edb_dot_v1_dot_point__data__pb2.PointMessage.SerializeToString,
|
|
120
|
+
),
|
|
121
|
+
'GetMidpoint': grpc.unary_unary_rpc_method_handler(
|
|
122
|
+
servicer.GetMidpoint,
|
|
123
|
+
request_deserializer=ansys_dot_api_dot_edb_dot_v1_dot_arc__data__pb2.ArcMessage.FromString,
|
|
124
|
+
response_serializer=ansys_dot_api_dot_edb_dot_v1_dot_point__data__pb2.PointMessage.SerializeToString,
|
|
125
|
+
),
|
|
126
|
+
'GetRadius': grpc.unary_unary_rpc_method_handler(
|
|
127
|
+
servicer.GetRadius,
|
|
128
|
+
request_deserializer=ansys_dot_api_dot_edb_dot_v1_dot_arc__data__pb2.ArcMessage.FromString,
|
|
129
|
+
response_serializer=google_dot_protobuf_dot_wrappers__pb2.FloatValue.SerializeToString,
|
|
130
|
+
),
|
|
131
|
+
'GetBoundingBox': grpc.unary_unary_rpc_method_handler(
|
|
132
|
+
servicer.GetBoundingBox,
|
|
133
|
+
request_deserializer=ansys_dot_api_dot_edb_dot_v1_dot_arc__data__pb2.ArcMessage.FromString,
|
|
134
|
+
response_serializer=ansys_dot_api_dot_edb_dot_v1_dot_point__data__pb2.BoxMessage.SerializeToString,
|
|
135
|
+
),
|
|
136
|
+
'GetAngle': grpc.unary_unary_rpc_method_handler(
|
|
137
|
+
servicer.GetAngle,
|
|
138
|
+
request_deserializer=ansys_dot_api_dot_edb_dot_v1_dot_arc__data__pb2.ArcMessage.FromString,
|
|
139
|
+
response_serializer=google_dot_protobuf_dot_wrappers__pb2.FloatValue.SerializeToString,
|
|
140
|
+
),
|
|
141
|
+
'ClosestPoints': grpc.unary_unary_rpc_method_handler(
|
|
142
|
+
servicer.ClosestPoints,
|
|
143
|
+
request_deserializer=ansys_dot_api_dot_edb_dot_v1_dot_arc__data__pb2.ArcDataTwoArcsMessage.FromString,
|
|
144
|
+
response_serializer=ansys_dot_api_dot_edb_dot_v1_dot_point__data__pb2.BoxMessage.SerializeToString,
|
|
145
|
+
),
|
|
146
|
+
}
|
|
147
|
+
generic_handler = grpc.method_handlers_generic_handler(
|
|
148
|
+
'ansys.api.edb.v1.ArcDataService', rpc_method_handlers)
|
|
149
|
+
server.add_generic_rpc_handlers((generic_handler,))
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
# This class is part of an EXPERIMENTAL API.
|
|
153
|
+
class ArcDataService(object):
|
|
154
|
+
"""Missing associated documentation comment in .proto file."""
|
|
155
|
+
|
|
156
|
+
@staticmethod
|
|
157
|
+
def GetHeight(request,
|
|
158
|
+
target,
|
|
159
|
+
options=(),
|
|
160
|
+
channel_credentials=None,
|
|
161
|
+
call_credentials=None,
|
|
162
|
+
insecure=False,
|
|
163
|
+
compression=None,
|
|
164
|
+
wait_for_ready=None,
|
|
165
|
+
timeout=None,
|
|
166
|
+
metadata=None):
|
|
167
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.edb.v1.ArcDataService/GetHeight',
|
|
168
|
+
ansys_dot_api_dot_edb_dot_v1_dot_arc__data__pb2.ArcMessage.SerializeToString,
|
|
169
|
+
google_dot_protobuf_dot_wrappers__pb2.FloatValue.FromString,
|
|
170
|
+
options, channel_credentials,
|
|
171
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
172
|
+
|
|
173
|
+
@staticmethod
|
|
174
|
+
def GetCenter(request,
|
|
175
|
+
target,
|
|
176
|
+
options=(),
|
|
177
|
+
channel_credentials=None,
|
|
178
|
+
call_credentials=None,
|
|
179
|
+
insecure=False,
|
|
180
|
+
compression=None,
|
|
181
|
+
wait_for_ready=None,
|
|
182
|
+
timeout=None,
|
|
183
|
+
metadata=None):
|
|
184
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.edb.v1.ArcDataService/GetCenter',
|
|
185
|
+
ansys_dot_api_dot_edb_dot_v1_dot_arc__data__pb2.ArcMessage.SerializeToString,
|
|
186
|
+
ansys_dot_api_dot_edb_dot_v1_dot_point__data__pb2.PointMessage.FromString,
|
|
187
|
+
options, channel_credentials,
|
|
188
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
189
|
+
|
|
190
|
+
@staticmethod
|
|
191
|
+
def GetMidpoint(request,
|
|
192
|
+
target,
|
|
193
|
+
options=(),
|
|
194
|
+
channel_credentials=None,
|
|
195
|
+
call_credentials=None,
|
|
196
|
+
insecure=False,
|
|
197
|
+
compression=None,
|
|
198
|
+
wait_for_ready=None,
|
|
199
|
+
timeout=None,
|
|
200
|
+
metadata=None):
|
|
201
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.edb.v1.ArcDataService/GetMidpoint',
|
|
202
|
+
ansys_dot_api_dot_edb_dot_v1_dot_arc__data__pb2.ArcMessage.SerializeToString,
|
|
203
|
+
ansys_dot_api_dot_edb_dot_v1_dot_point__data__pb2.PointMessage.FromString,
|
|
204
|
+
options, channel_credentials,
|
|
205
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
206
|
+
|
|
207
|
+
@staticmethod
|
|
208
|
+
def GetRadius(request,
|
|
209
|
+
target,
|
|
210
|
+
options=(),
|
|
211
|
+
channel_credentials=None,
|
|
212
|
+
call_credentials=None,
|
|
213
|
+
insecure=False,
|
|
214
|
+
compression=None,
|
|
215
|
+
wait_for_ready=None,
|
|
216
|
+
timeout=None,
|
|
217
|
+
metadata=None):
|
|
218
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.edb.v1.ArcDataService/GetRadius',
|
|
219
|
+
ansys_dot_api_dot_edb_dot_v1_dot_arc__data__pb2.ArcMessage.SerializeToString,
|
|
220
|
+
google_dot_protobuf_dot_wrappers__pb2.FloatValue.FromString,
|
|
221
|
+
options, channel_credentials,
|
|
222
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
223
|
+
|
|
224
|
+
@staticmethod
|
|
225
|
+
def GetBoundingBox(request,
|
|
226
|
+
target,
|
|
227
|
+
options=(),
|
|
228
|
+
channel_credentials=None,
|
|
229
|
+
call_credentials=None,
|
|
230
|
+
insecure=False,
|
|
231
|
+
compression=None,
|
|
232
|
+
wait_for_ready=None,
|
|
233
|
+
timeout=None,
|
|
234
|
+
metadata=None):
|
|
235
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.edb.v1.ArcDataService/GetBoundingBox',
|
|
236
|
+
ansys_dot_api_dot_edb_dot_v1_dot_arc__data__pb2.ArcMessage.SerializeToString,
|
|
237
|
+
ansys_dot_api_dot_edb_dot_v1_dot_point__data__pb2.BoxMessage.FromString,
|
|
238
|
+
options, channel_credentials,
|
|
239
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
240
|
+
|
|
241
|
+
@staticmethod
|
|
242
|
+
def GetAngle(request,
|
|
243
|
+
target,
|
|
244
|
+
options=(),
|
|
245
|
+
channel_credentials=None,
|
|
246
|
+
call_credentials=None,
|
|
247
|
+
insecure=False,
|
|
248
|
+
compression=None,
|
|
249
|
+
wait_for_ready=None,
|
|
250
|
+
timeout=None,
|
|
251
|
+
metadata=None):
|
|
252
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.edb.v1.ArcDataService/GetAngle',
|
|
253
|
+
ansys_dot_api_dot_edb_dot_v1_dot_arc__data__pb2.ArcMessage.SerializeToString,
|
|
254
|
+
google_dot_protobuf_dot_wrappers__pb2.FloatValue.FromString,
|
|
255
|
+
options, channel_credentials,
|
|
256
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
257
|
+
|
|
258
|
+
@staticmethod
|
|
259
|
+
def ClosestPoints(request,
|
|
260
|
+
target,
|
|
261
|
+
options=(),
|
|
262
|
+
channel_credentials=None,
|
|
263
|
+
call_credentials=None,
|
|
264
|
+
insecure=False,
|
|
265
|
+
compression=None,
|
|
266
|
+
wait_for_ready=None,
|
|
267
|
+
timeout=None,
|
|
268
|
+
metadata=None):
|
|
269
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.edb.v1.ArcDataService/ClosestPoints',
|
|
270
|
+
ansys_dot_api_dot_edb_dot_v1_dot_arc__data__pb2.ArcDataTwoArcsMessage.SerializeToString,
|
|
271
|
+
ansys_dot_api_dot_edb_dot_v1_dot_point__data__pb2.BoxMessage.FromString,
|
|
272
|
+
options, channel_credentials,
|
|
273
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
import abc
|
|
6
|
+
import ansys.api.edb.v1.arc_data_pb2
|
|
7
|
+
import ansys.api.edb.v1.point_data_pb2
|
|
8
|
+
import google.protobuf.wrappers_pb2
|
|
9
|
+
import grpc
|
|
10
|
+
|
|
11
|
+
class ArcDataServiceStub:
|
|
12
|
+
def __init__(self, channel: grpc.Channel) -> None: ...
|
|
13
|
+
GetHeight: grpc.UnaryUnaryMultiCallable[
|
|
14
|
+
ansys.api.edb.v1.arc_data_pb2.ArcMessage,
|
|
15
|
+
google.protobuf.wrappers_pb2.FloatValue] = ...
|
|
16
|
+
"""Get height of an arc"""
|
|
17
|
+
|
|
18
|
+
GetCenter: grpc.UnaryUnaryMultiCallable[
|
|
19
|
+
ansys.api.edb.v1.arc_data_pb2.ArcMessage,
|
|
20
|
+
ansys.api.edb.v1.point_data_pb2.PointMessage] = ...
|
|
21
|
+
"""Get center point of an arc"""
|
|
22
|
+
|
|
23
|
+
GetMidpoint: grpc.UnaryUnaryMultiCallable[
|
|
24
|
+
ansys.api.edb.v1.arc_data_pb2.ArcMessage,
|
|
25
|
+
ansys.api.edb.v1.point_data_pb2.PointMessage] = ...
|
|
26
|
+
"""Get midpoint of an arc"""
|
|
27
|
+
|
|
28
|
+
GetRadius: grpc.UnaryUnaryMultiCallable[
|
|
29
|
+
ansys.api.edb.v1.arc_data_pb2.ArcMessage,
|
|
30
|
+
google.protobuf.wrappers_pb2.FloatValue] = ...
|
|
31
|
+
"""Get radius of an arc"""
|
|
32
|
+
|
|
33
|
+
GetBoundingBox: grpc.UnaryUnaryMultiCallable[
|
|
34
|
+
ansys.api.edb.v1.arc_data_pb2.ArcMessage,
|
|
35
|
+
ansys.api.edb.v1.point_data_pb2.BoxMessage] = ...
|
|
36
|
+
"""Get bounding box of an arc"""
|
|
37
|
+
|
|
38
|
+
GetAngle: grpc.UnaryUnaryMultiCallable[
|
|
39
|
+
ansys.api.edb.v1.arc_data_pb2.ArcMessage,
|
|
40
|
+
google.protobuf.wrappers_pb2.FloatValue] = ...
|
|
41
|
+
"""Get angle between two arcs."""
|
|
42
|
+
|
|
43
|
+
ClosestPoints: grpc.UnaryUnaryMultiCallable[
|
|
44
|
+
ansys.api.edb.v1.arc_data_pb2.ArcDataTwoArcsMessage,
|
|
45
|
+
ansys.api.edb.v1.point_data_pb2.BoxMessage] = ...
|
|
46
|
+
"""Get closest points between two arcs."""
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
class ArcDataServiceServicer(metaclass=abc.ABCMeta):
|
|
50
|
+
@abc.abstractmethod
|
|
51
|
+
def GetHeight(self,
|
|
52
|
+
request: ansys.api.edb.v1.arc_data_pb2.ArcMessage,
|
|
53
|
+
context: grpc.ServicerContext,
|
|
54
|
+
) -> google.protobuf.wrappers_pb2.FloatValue:
|
|
55
|
+
"""Get height of an arc"""
|
|
56
|
+
pass
|
|
57
|
+
|
|
58
|
+
@abc.abstractmethod
|
|
59
|
+
def GetCenter(self,
|
|
60
|
+
request: ansys.api.edb.v1.arc_data_pb2.ArcMessage,
|
|
61
|
+
context: grpc.ServicerContext,
|
|
62
|
+
) -> ansys.api.edb.v1.point_data_pb2.PointMessage:
|
|
63
|
+
"""Get center point of an arc"""
|
|
64
|
+
pass
|
|
65
|
+
|
|
66
|
+
@abc.abstractmethod
|
|
67
|
+
def GetMidpoint(self,
|
|
68
|
+
request: ansys.api.edb.v1.arc_data_pb2.ArcMessage,
|
|
69
|
+
context: grpc.ServicerContext,
|
|
70
|
+
) -> ansys.api.edb.v1.point_data_pb2.PointMessage:
|
|
71
|
+
"""Get midpoint of an arc"""
|
|
72
|
+
pass
|
|
73
|
+
|
|
74
|
+
@abc.abstractmethod
|
|
75
|
+
def GetRadius(self,
|
|
76
|
+
request: ansys.api.edb.v1.arc_data_pb2.ArcMessage,
|
|
77
|
+
context: grpc.ServicerContext,
|
|
78
|
+
) -> google.protobuf.wrappers_pb2.FloatValue:
|
|
79
|
+
"""Get radius of an arc"""
|
|
80
|
+
pass
|
|
81
|
+
|
|
82
|
+
@abc.abstractmethod
|
|
83
|
+
def GetBoundingBox(self,
|
|
84
|
+
request: ansys.api.edb.v1.arc_data_pb2.ArcMessage,
|
|
85
|
+
context: grpc.ServicerContext,
|
|
86
|
+
) -> ansys.api.edb.v1.point_data_pb2.BoxMessage:
|
|
87
|
+
"""Get bounding box of an arc"""
|
|
88
|
+
pass
|
|
89
|
+
|
|
90
|
+
@abc.abstractmethod
|
|
91
|
+
def GetAngle(self,
|
|
92
|
+
request: ansys.api.edb.v1.arc_data_pb2.ArcMessage,
|
|
93
|
+
context: grpc.ServicerContext,
|
|
94
|
+
) -> google.protobuf.wrappers_pb2.FloatValue:
|
|
95
|
+
"""Get angle between two arcs."""
|
|
96
|
+
pass
|
|
97
|
+
|
|
98
|
+
@abc.abstractmethod
|
|
99
|
+
def ClosestPoints(self,
|
|
100
|
+
request: ansys.api.edb.v1.arc_data_pb2.ArcDataTwoArcsMessage,
|
|
101
|
+
context: grpc.ServicerContext,
|
|
102
|
+
) -> ansys.api.edb.v1.point_data_pb2.BoxMessage:
|
|
103
|
+
"""Get closest points between two arcs."""
|
|
104
|
+
pass
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
def add_ArcDataServiceServicer_to_server(servicer: ArcDataServiceServicer, server: grpc.Server) -> None: ...
|