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.
Files changed (495) hide show
  1. ansys/api/edb/VERSION +1 -0
  2. ansys/api/edb/__init__.py +8 -0
  3. ansys/api/edb/py.typed +0 -0
  4. ansys/api/edb/v1/__init__.py +0 -0
  5. ansys/api/edb/v1/arc_data.proto +67 -0
  6. ansys/api/edb/v1/arc_data_pb2.py +51 -0
  7. ansys/api/edb/v1/arc_data_pb2.pyi +126 -0
  8. ansys/api/edb/v1/arc_data_pb2_grpc.py +273 -0
  9. ansys/api/edb/v1/arc_data_pb2_grpc.pyi +107 -0
  10. ansys/api/edb/v1/board_bend_def.proto +37 -0
  11. ansys/api/edb/v1/board_bend_def_pb2.py +42 -0
  12. ansys/api/edb/v1/board_bend_def_pb2.pyi +42 -0
  13. ansys/api/edb/v1/board_bend_def_pb2_grpc.py +334 -0
  14. ansys/api/edb/v1/board_bend_def_pb2_grpc.pyi +108 -0
  15. ansys/api/edb/v1/bondwire.proto +165 -0
  16. ansys/api/edb/v1/bondwire_def.proto +89 -0
  17. ansys/api/edb/v1/bondwire_def_pb2.py +54 -0
  18. ansys/api/edb/v1/bondwire_def_pb2.pyi +101 -0
  19. ansys/api/edb/v1/bondwire_def_pb2_grpc.py +636 -0
  20. ansys/api/edb/v1/bondwire_def_pb2_grpc.pyi +237 -0
  21. ansys/api/edb/v1/bondwire_pb2.py +71 -0
  22. ansys/api/edb/v1/bondwire_pb2.pyi +326 -0
  23. ansys/api/edb/v1/bondwire_pb2_grpc.py +685 -0
  24. ansys/api/edb/v1/bondwire_pb2_grpc.pyi +266 -0
  25. ansys/api/edb/v1/bundle_term.proto +15 -0
  26. ansys/api/edb/v1/bundle_term_pb2.py +38 -0
  27. ansys/api/edb/v1/bundle_term_pb2.pyi +7 -0
  28. ansys/api/edb/v1/bundle_term_pb2_grpc.py +166 -0
  29. ansys/api/edb/v1/bundle_term_pb2_grpc.pyi +56 -0
  30. ansys/api/edb/v1/cell.proto +142 -0
  31. ansys/api/edb/v1/cell_instance.proto +59 -0
  32. ansys/api/edb/v1/cell_instance_pb2.py +44 -0
  33. ansys/api/edb/v1/cell_instance_pb2.pyi +50 -0
  34. ansys/api/edb/v1/cell_instance_pb2_grpc.py +447 -0
  35. ansys/api/edb/v1/cell_instance_pb2_grpc.pyi +174 -0
  36. ansys/api/edb/v1/cell_pb2.py +50 -0
  37. ansys/api/edb/v1/cell_pb2.pyi +118 -0
  38. ansys/api/edb/v1/cell_pb2_grpc.py +1158 -0
  39. ansys/api/edb/v1/cell_pb2_grpc.pyi +445 -0
  40. ansys/api/edb/v1/circle.proto +53 -0
  41. ansys/api/edb/v1/circle_pb2.py +48 -0
  42. ansys/api/edb/v1/circle_pb2.pyi +110 -0
  43. ansys/api/edb/v1/circle_pb2_grpc.py +175 -0
  44. ansys/api/edb/v1/circle_pb2_grpc.pyi +71 -0
  45. ansys/api/edb/v1/component_def.proto +51 -0
  46. ansys/api/edb/v1/component_def_pb2.py +40 -0
  47. ansys/api/edb/v1/component_def_pb2.pyi +32 -0
  48. ansys/api/edb/v1/component_def_pb2_grpc.py +445 -0
  49. ansys/api/edb/v1/component_def_pb2_grpc.pyi +170 -0
  50. ansys/api/edb/v1/component_group.proto +48 -0
  51. ansys/api/edb/v1/component_group_pb2.py +43 -0
  52. ansys/api/edb/v1/component_group_pb2.pyi +46 -0
  53. ansys/api/edb/v1/component_group_pb2_grpc.py +278 -0
  54. ansys/api/edb/v1/component_group_pb2_grpc.pyi +111 -0
  55. ansys/api/edb/v1/component_model.proto +41 -0
  56. ansys/api/edb/v1/component_model_pb2.py +42 -0
  57. ansys/api/edb/v1/component_model_pb2.pyi +7 -0
  58. ansys/api/edb/v1/component_model_pb2_grpc.py +366 -0
  59. ansys/api/edb/v1/component_model_pb2_grpc.pyi +136 -0
  60. ansys/api/edb/v1/component_pin.proto +30 -0
  61. ansys/api/edb/v1/component_pin_pb2.py +38 -0
  62. ansys/api/edb/v1/component_pin_pb2.pyi +7 -0
  63. ansys/api/edb/v1/component_pin_pb2_grpc.py +242 -0
  64. ansys/api/edb/v1/component_pin_pb2_grpc.pyi +96 -0
  65. ansys/api/edb/v1/component_property.proto +33 -0
  66. ansys/api/edb/v1/component_property_pb2.py +41 -0
  67. ansys/api/edb/v1/component_property_pb2.pyi +29 -0
  68. ansys/api/edb/v1/component_property_pb2_grpc.py +273 -0
  69. ansys/api/edb/v1/component_property_pb2_grpc.pyi +100 -0
  70. ansys/api/edb/v1/connectable.proto +54 -0
  71. ansys/api/edb/v1/connectable_pb2.py +46 -0
  72. ansys/api/edb/v1/connectable_pb2.pyi +62 -0
  73. ansys/api/edb/v1/connectable_pb2_grpc.py +310 -0
  74. ansys/api/edb/v1/connectable_pb2_grpc.pyi +122 -0
  75. ansys/api/edb/v1/database.proto +124 -0
  76. ansys/api/edb/v1/database_pb2.py +54 -0
  77. ansys/api/edb/v1/database_pb2.pyi +147 -0
  78. ansys/api/edb/v1/database_pb2_grpc.py +1074 -0
  79. ansys/api/edb/v1/database_pb2_grpc.pyi +373 -0
  80. ansys/api/edb/v1/dataset_def.proto +28 -0
  81. ansys/api/edb/v1/dataset_def_pb2.py +39 -0
  82. ansys/api/edb/v1/dataset_def_pb2.pyi +7 -0
  83. ansys/api/edb/v1/dataset_def_pb2_grpc.py +240 -0
  84. ansys/api/edb/v1/dataset_def_pb2_grpc.pyi +95 -0
  85. ansys/api/edb/v1/debye_model.proto +44 -0
  86. ansys/api/edb/v1/debye_model_pb2.py +42 -0
  87. ansys/api/edb/v1/debye_model_pb2.pyi +47 -0
  88. ansys/api/edb/v1/debye_model_pb2_grpc.py +531 -0
  89. ansys/api/edb/v1/debye_model_pb2_grpc.pyi +167 -0
  90. ansys/api/edb/v1/definition_obj.proto +18 -0
  91. ansys/api/edb/v1/definition_obj_pb2.py +25 -0
  92. ansys/api/edb/v1/definition_obj_pb2.pyi +39 -0
  93. ansys/api/edb/v1/definition_obj_pb2_grpc.py +4 -0
  94. ansys/api/edb/v1/definition_obj_pb2_grpc.pyi +4 -0
  95. ansys/api/edb/v1/die_property.proto +55 -0
  96. ansys/api/edb/v1/die_property_pb2.py +50 -0
  97. ansys/api/edb/v1/die_property_pb2.pyi +101 -0
  98. ansys/api/edb/v1/die_property_pb2_grpc.py +302 -0
  99. ansys/api/edb/v1/die_property_pb2_grpc.pyi +98 -0
  100. ansys/api/edb/v1/dielectric_material_model.proto +13 -0
  101. ansys/api/edb/v1/dielectric_material_model_pb2.py +38 -0
  102. ansys/api/edb/v1/dielectric_material_model_pb2.pyi +7 -0
  103. ansys/api/edb/v1/dielectric_material_model_pb2_grpc.py +67 -0
  104. ansys/api/edb/v1/dielectric_material_model_pb2_grpc.pyi +25 -0
  105. ansys/api/edb/v1/differential_pair.proto +33 -0
  106. ansys/api/edb/v1/differential_pair_pb2.py +43 -0
  107. ansys/api/edb/v1/differential_pair_pb2.pyi +58 -0
  108. ansys/api/edb/v1/differential_pair_pb2_grpc.py +170 -0
  109. ansys/api/edb/v1/differential_pair_pb2_grpc.pyi +65 -0
  110. ansys/api/edb/v1/djordjecvic_sarkar_model.proto +31 -0
  111. ansys/api/edb/v1/djordjecvic_sarkar_model_pb2.py +38 -0
  112. ansys/api/edb/v1/djordjecvic_sarkar_model_pb2.pyi +7 -0
  113. ansys/api/edb/v1/djordjecvic_sarkar_model_pb2_grpc.py +464 -0
  114. ansys/api/edb/v1/djordjecvic_sarkar_model_pb2_grpc.pyi +146 -0
  115. ansys/api/edb/v1/edb_defs.proto +73 -0
  116. ansys/api/edb/v1/edb_defs_pb2.py +41 -0
  117. ansys/api/edb/v1/edb_defs_pb2.pyi +185 -0
  118. ansys/api/edb/v1/edb_defs_pb2_grpc.py +4 -0
  119. ansys/api/edb/v1/edb_defs_pb2_grpc.pyi +4 -0
  120. ansys/api/edb/v1/edb_messages.proto +235 -0
  121. ansys/api/edb/v1/edb_messages_pb2.py +106 -0
  122. ansys/api/edb/v1/edb_messages_pb2.pyi +703 -0
  123. ansys/api/edb/v1/edb_messages_pb2_grpc.py +4 -0
  124. ansys/api/edb/v1/edb_messages_pb2_grpc.pyi +24 -0
  125. ansys/api/edb/v1/edge_term.proto +74 -0
  126. ansys/api/edb/v1/edge_term_pb2.py +59 -0
  127. ansys/api/edb/v1/edge_term_pb2.pyi +159 -0
  128. ansys/api/edb/v1/edge_term_pb2_grpc.py +294 -0
  129. ansys/api/edb/v1/edge_term_pb2_grpc.pyi +94 -0
  130. ansys/api/edb/v1/extended_net.proto +34 -0
  131. ansys/api/edb/v1/extended_net_pb2.py +44 -0
  132. ansys/api/edb/v1/extended_net_pb2.pyi +61 -0
  133. ansys/api/edb/v1/extended_net_pb2_grpc.py +200 -0
  134. ansys/api/edb/v1/extended_net_pb2_grpc.pyi +66 -0
  135. ansys/api/edb/v1/group.proto +50 -0
  136. ansys/api/edb/v1/group_pb2.py +45 -0
  137. ansys/api/edb/v1/group_pb2.pyi +58 -0
  138. ansys/api/edb/v1/group_pb2_grpc.py +310 -0
  139. ansys/api/edb/v1/group_pb2_grpc.pyi +121 -0
  140. ansys/api/edb/v1/hfss_simulation_settings.proto +220 -0
  141. ansys/api/edb/v1/hfss_simulation_settings_pb2.py +89 -0
  142. ansys/api/edb/v1/hfss_simulation_settings_pb2.pyi +330 -0
  143. ansys/api/edb/v1/hfss_simulation_settings_pb2_grpc.py +2240 -0
  144. ansys/api/edb/v1/hfss_simulation_settings_pb2_grpc.pyi +684 -0
  145. ansys/api/edb/v1/hfss_simulation_setup.proto +59 -0
  146. ansys/api/edb/v1/hfss_simulation_setup_pb2.py +50 -0
  147. ansys/api/edb/v1/hfss_simulation_setup_pb2.pyi +142 -0
  148. ansys/api/edb/v1/hfss_simulation_setup_pb2_grpc.py +101 -0
  149. ansys/api/edb/v1/hfss_simulation_setup_pb2_grpc.pyi +36 -0
  150. ansys/api/edb/v1/hierarchy_obj.proto +56 -0
  151. ansys/api/edb/v1/hierarchy_obj_pb2.py +42 -0
  152. ansys/api/edb/v1/hierarchy_obj_pb2.pyi +28 -0
  153. ansys/api/edb/v1/hierarchy_obj_pb2_grpc.py +413 -0
  154. ansys/api/edb/v1/hierarchy_obj_pb2_grpc.pyi +162 -0
  155. ansys/api/edb/v1/ic_component_property.proto +27 -0
  156. ansys/api/edb/v1/ic_component_property_pb2.py +38 -0
  157. ansys/api/edb/v1/ic_component_property_pb2.pyi +7 -0
  158. ansys/api/edb/v1/ic_component_property_pb2_grpc.py +272 -0
  159. ansys/api/edb/v1/ic_component_property_pb2_grpc.pyi +99 -0
  160. ansys/api/edb/v1/inst_array.proto +43 -0
  161. ansys/api/edb/v1/inst_array_pb2.py +41 -0
  162. ansys/api/edb/v1/inst_array_pb2.pyi +50 -0
  163. ansys/api/edb/v1/inst_array_pb2_grpc.py +435 -0
  164. ansys/api/edb/v1/inst_array_pb2_grpc.pyi +139 -0
  165. ansys/api/edb/v1/io_component_property.proto +23 -0
  166. ansys/api/edb/v1/io_component_property_pb2.py +38 -0
  167. ansys/api/edb/v1/io_component_property_pb2.pyi +7 -0
  168. ansys/api/edb/v1/io_component_property_pb2_grpc.py +205 -0
  169. ansys/api/edb/v1/io_component_property_pb2_grpc.pyi +76 -0
  170. ansys/api/edb/v1/io_manager.proto +43 -0
  171. ansys/api/edb/v1/io_manager_pb2.py +48 -0
  172. ansys/api/edb/v1/io_manager_pb2.pyi +87 -0
  173. ansys/api/edb/v1/io_manager_pb2_grpc.py +171 -0
  174. ansys/api/edb/v1/io_manager_pb2_grpc.pyi +67 -0
  175. ansys/api/edb/v1/layer.proto +213 -0
  176. ansys/api/edb/v1/layer_collection.proto +190 -0
  177. ansys/api/edb/v1/layer_collection_pb2.py +75 -0
  178. ansys/api/edb/v1/layer_collection_pb2.pyi +353 -0
  179. ansys/api/edb/v1/layer_collection_pb2_grpc.py +819 -0
  180. ansys/api/edb/v1/layer_collection_pb2_grpc.pyi +319 -0
  181. ansys/api/edb/v1/layer_map.proto +43 -0
  182. ansys/api/edb/v1/layer_map_pb2.py +44 -0
  183. ansys/api/edb/v1/layer_map_pb2.pyi +64 -0
  184. ansys/api/edb/v1/layer_map_pb2_grpc.py +208 -0
  185. ansys/api/edb/v1/layer_map_pb2_grpc.pyi +83 -0
  186. ansys/api/edb/v1/layer_pb2.py +78 -0
  187. ansys/api/edb/v1/layer_pb2.pyi +365 -0
  188. ansys/api/edb/v1/layer_pb2_grpc.py +957 -0
  189. ansys/api/edb/v1/layer_pb2_grpc.pyi +370 -0
  190. ansys/api/edb/v1/layout.proto +144 -0
  191. ansys/api/edb/v1/layout_component.proto +26 -0
  192. ansys/api/edb/v1/layout_component_pb2.py +40 -0
  193. ansys/api/edb/v1/layout_component_pb2.pyi +28 -0
  194. ansys/api/edb/v1/layout_component_pb2_grpc.py +140 -0
  195. ansys/api/edb/v1/layout_component_pb2_grpc.pyi +57 -0
  196. ansys/api/edb/v1/layout_instance.proto +55 -0
  197. ansys/api/edb/v1/layout_instance_context.proto +26 -0
  198. ansys/api/edb/v1/layout_instance_context_pb2.py +39 -0
  199. ansys/api/edb/v1/layout_instance_context_pb2.pyi +7 -0
  200. ansys/api/edb/v1/layout_instance_context_pb2_grpc.py +299 -0
  201. ansys/api/edb/v1/layout_instance_context_pb2_grpc.pyi +96 -0
  202. ansys/api/edb/v1/layout_instance_pb2.py +51 -0
  203. ansys/api/edb/v1/layout_instance_pb2.pyi +122 -0
  204. ansys/api/edb/v1/layout_instance_pb2_grpc.py +200 -0
  205. ansys/api/edb/v1/layout_instance_pb2_grpc.pyi +67 -0
  206. ansys/api/edb/v1/layout_obj.proto +66 -0
  207. ansys/api/edb/v1/layout_obj_instance.proto +33 -0
  208. ansys/api/edb/v1/layout_obj_instance_2d_geometry.proto +20 -0
  209. ansys/api/edb/v1/layout_obj_instance_2d_geometry_pb2.py +42 -0
  210. ansys/api/edb/v1/layout_obj_instance_2d_geometry_pb2.pyi +28 -0
  211. ansys/api/edb/v1/layout_obj_instance_2d_geometry_pb2_grpc.py +102 -0
  212. ansys/api/edb/v1/layout_obj_instance_2d_geometry_pb2_grpc.pyi +37 -0
  213. ansys/api/edb/v1/layout_obj_instance_3d_geometry.proto +23 -0
  214. ansys/api/edb/v1/layout_obj_instance_3d_geometry_pb2.py +44 -0
  215. ansys/api/edb/v1/layout_obj_instance_3d_geometry_pb2.pyi +46 -0
  216. ansys/api/edb/v1/layout_obj_instance_3d_geometry_pb2_grpc.py +67 -0
  217. ansys/api/edb/v1/layout_obj_instance_3d_geometry_pb2_grpc.pyi +25 -0
  218. ansys/api/edb/v1/layout_obj_instance_geometry.proto +19 -0
  219. ansys/api/edb/v1/layout_obj_instance_geometry_pb2.py +40 -0
  220. ansys/api/edb/v1/layout_obj_instance_geometry_pb2.pyi +33 -0
  221. ansys/api/edb/v1/layout_obj_instance_geometry_pb2_grpc.py +100 -0
  222. ansys/api/edb/v1/layout_obj_instance_geometry_pb2_grpc.pyi +35 -0
  223. ansys/api/edb/v1/layout_obj_instance_pb2.py +45 -0
  224. ansys/api/edb/v1/layout_obj_instance_pb2.pyi +41 -0
  225. ansys/api/edb/v1/layout_obj_instance_pb2_grpc.py +234 -0
  226. ansys/api/edb/v1/layout_obj_instance_pb2_grpc.pyi +77 -0
  227. ansys/api/edb/v1/layout_obj_pb2.py +48 -0
  228. ansys/api/edb/v1/layout_obj_pb2.pyi +123 -0
  229. ansys/api/edb/v1/layout_obj_pb2_grpc.py +209 -0
  230. ansys/api/edb/v1/layout_obj_pb2_grpc.pyi +84 -0
  231. ansys/api/edb/v1/layout_pb2.py +64 -0
  232. ansys/api/edb/v1/layout_pb2.pyi +239 -0
  233. ansys/api/edb/v1/layout_pb2_grpc.py +786 -0
  234. ansys/api/edb/v1/layout_pb2_grpc.pyi +299 -0
  235. ansys/api/edb/v1/material_def.proto +152 -0
  236. ansys/api/edb/v1/material_def_pb2.py +64 -0
  237. ansys/api/edb/v1/material_def_pb2.pyi +315 -0
  238. ansys/api/edb/v1/material_def_pb2_grpc.py +545 -0
  239. ansys/api/edb/v1/material_def_pb2_grpc.pyi +209 -0
  240. ansys/api/edb/v1/material_property_thermal_modifier.proto +26 -0
  241. ansys/api/edb/v1/material_property_thermal_modifier_pb2.py +40 -0
  242. ansys/api/edb/v1/material_property_thermal_modifier_pb2.pyi +52 -0
  243. ansys/api/edb/v1/material_property_thermal_modifier_pb2_grpc.py +133 -0
  244. ansys/api/edb/v1/material_property_thermal_modifier_pb2_grpc.pyi +45 -0
  245. ansys/api/edb/v1/mcad_model.proto +98 -0
  246. ansys/api/edb/v1/mcad_model_pb2.py +59 -0
  247. ansys/api/edb/v1/mcad_model_pb2.pyi +181 -0
  248. ansys/api/edb/v1/mcad_model_pb2_grpc.py +862 -0
  249. ansys/api/edb/v1/mcad_model_pb2_grpc.pyi +268 -0
  250. ansys/api/edb/v1/model.proto +21 -0
  251. ansys/api/edb/v1/model_pb2.py +40 -0
  252. ansys/api/edb/v1/model_pb2.pyi +36 -0
  253. ansys/api/edb/v1/model_pb2_grpc.py +66 -0
  254. ansys/api/edb/v1/model_pb2_grpc.pyi +24 -0
  255. ansys/api/edb/v1/multipole_debye_model.proto +27 -0
  256. ansys/api/edb/v1/multipole_debye_model_pb2.py +42 -0
  257. ansys/api/edb/v1/multipole_debye_model_pb2.pyi +51 -0
  258. ansys/api/edb/v1/multipole_debye_model_pb2_grpc.py +134 -0
  259. ansys/api/edb/v1/multipole_debye_model_pb2_grpc.pyi +46 -0
  260. ansys/api/edb/v1/net.proto +29 -0
  261. ansys/api/edb/v1/net_pb2.py +39 -0
  262. ansys/api/edb/v1/net_pb2.pyi +7 -0
  263. ansys/api/edb/v1/net_pb2_grpc.py +308 -0
  264. ansys/api/edb/v1/net_pb2_grpc.pyi +115 -0
  265. ansys/api/edb/v1/netclass.proto +43 -0
  266. ansys/api/edb/v1/netclass_pb2.py +42 -0
  267. ansys/api/edb/v1/netclass_pb2.pyi +46 -0
  268. ansys/api/edb/v1/netclass_pb2_grpc.py +432 -0
  269. ansys/api/edb/v1/netclass_pb2_grpc.pyi +138 -0
  270. ansys/api/edb/v1/netlist_model.proto +13 -0
  271. ansys/api/edb/v1/netlist_model_pb2.py +38 -0
  272. ansys/api/edb/v1/netlist_model_pb2.pyi +7 -0
  273. ansys/api/edb/v1/netlist_model_pb2_grpc.py +134 -0
  274. ansys/api/edb/v1/netlist_model_pb2_grpc.pyi +46 -0
  275. ansys/api/edb/v1/package_def.proto +65 -0
  276. ansys/api/edb/v1/package_def_pb2.py +45 -0
  277. ansys/api/edb/v1/package_def_pb2.pyi +75 -0
  278. ansys/api/edb/v1/package_def_pb2_grpc.py +862 -0
  279. ansys/api/edb/v1/package_def_pb2_grpc.pyi +268 -0
  280. ansys/api/edb/v1/padstack_def.proto +35 -0
  281. ansys/api/edb/v1/padstack_def_data.proto +281 -0
  282. ansys/api/edb/v1/padstack_def_data_pb2.py +99 -0
  283. ansys/api/edb/v1/padstack_def_data_pb2.pyi +605 -0
  284. ansys/api/edb/v1/padstack_def_data_pb2_grpc.py +784 -0
  285. ansys/api/edb/v1/padstack_def_data_pb2_grpc.pyi +303 -0
  286. ansys/api/edb/v1/padstack_def_pb2.py +42 -0
  287. ansys/api/edb/v1/padstack_def_pb2.pyi +45 -0
  288. ansys/api/edb/v1/padstack_def_pb2_grpc.py +240 -0
  289. ansys/api/edb/v1/padstack_def_pb2_grpc.pyi +95 -0
  290. ansys/api/edb/v1/padstack_inst_term.proto +33 -0
  291. ansys/api/edb/v1/padstack_inst_term_pb2.py +45 -0
  292. ansys/api/edb/v1/padstack_inst_term_pb2.pyi +74 -0
  293. ansys/api/edb/v1/padstack_inst_term_pb2_grpc.py +134 -0
  294. ansys/api/edb/v1/padstack_inst_term_pb2_grpc.pyi +46 -0
  295. ansys/api/edb/v1/padstack_instance.proto +181 -0
  296. ansys/api/edb/v1/padstack_instance_pb2.py +73 -0
  297. ansys/api/edb/v1/padstack_instance_pb2.pyi +344 -0
  298. ansys/api/edb/v1/padstack_instance_pb2_grpc.py +885 -0
  299. ansys/api/edb/v1/padstack_instance_pb2_grpc.pyi +340 -0
  300. ansys/api/edb/v1/path.proto +154 -0
  301. ansys/api/edb/v1/path_pb2.py +70 -0
  302. ansys/api/edb/v1/path_pb2.pyi +302 -0
  303. ansys/api/edb/v1/path_pb2_grpc.py +545 -0
  304. ansys/api/edb/v1/path_pb2_grpc.pyi +209 -0
  305. ansys/api/edb/v1/pin_group.proto +47 -0
  306. ansys/api/edb/v1/pin_group_pb2.py +46 -0
  307. ansys/api/edb/v1/pin_group_pb2.pyi +82 -0
  308. ansys/api/edb/v1/pin_group_pb2_grpc.py +333 -0
  309. ansys/api/edb/v1/pin_group_pb2_grpc.pyi +108 -0
  310. ansys/api/edb/v1/pin_group_term.proto +37 -0
  311. ansys/api/edb/v1/pin_group_term_pb2.py +45 -0
  312. ansys/api/edb/v1/pin_group_term_pb2.pyi +74 -0
  313. ansys/api/edb/v1/pin_group_term_pb2_grpc.py +200 -0
  314. ansys/api/edb/v1/pin_group_term_pb2_grpc.pyi +66 -0
  315. ansys/api/edb/v1/pin_pair_model.proto +27 -0
  316. ansys/api/edb/v1/pin_pair_model_pb2.py +43 -0
  317. ansys/api/edb/v1/pin_pair_model_pb2.pyi +50 -0
  318. ansys/api/edb/v1/pin_pair_model_pb2_grpc.py +200 -0
  319. ansys/api/edb/v1/pin_pair_model_pb2_grpc.pyi +66 -0
  320. ansys/api/edb/v1/point_3d_data.proto +45 -0
  321. ansys/api/edb/v1/point_3d_data_pb2.py +50 -0
  322. ansys/api/edb/v1/point_3d_data_pb2.pyi +138 -0
  323. ansys/api/edb/v1/point_3d_data_pb2_grpc.py +4 -0
  324. ansys/api/edb/v1/point_3d_data_pb2_grpc.pyi +4 -0
  325. ansys/api/edb/v1/point_data.proto +70 -0
  326. ansys/api/edb/v1/point_data_pb2.py +60 -0
  327. ansys/api/edb/v1/point_data_pb2.pyi +203 -0
  328. ansys/api/edb/v1/point_data_pb2_grpc.py +133 -0
  329. ansys/api/edb/v1/point_data_pb2_grpc.pyi +45 -0
  330. ansys/api/edb/v1/point_term.proto +35 -0
  331. ansys/api/edb/v1/point_term_pb2.py +46 -0
  332. ansys/api/edb/v1/point_term_pb2.pyi +72 -0
  333. ansys/api/edb/v1/point_term_pb2_grpc.py +135 -0
  334. ansys/api/edb/v1/point_term_pb2_grpc.pyi +49 -0
  335. ansys/api/edb/v1/polygon.proto +35 -0
  336. ansys/api/edb/v1/polygon_data.proto +133 -0
  337. ansys/api/edb/v1/polygon_data_pb2.py +71 -0
  338. ansys/api/edb/v1/polygon_data_pb2.pyi +313 -0
  339. ansys/api/edb/v1/polygon_data_pb2_grpc.py +797 -0
  340. ansys/api/edb/v1/polygon_data_pb2_grpc.pyi +248 -0
  341. ansys/api/edb/v1/polygon_pb2.py +44 -0
  342. ansys/api/edb/v1/polygon_pb2.pyi +58 -0
  343. ansys/api/edb/v1/polygon_pb2_grpc.py +141 -0
  344. ansys/api/edb/v1/polygon_pb2_grpc.pyi +58 -0
  345. ansys/api/edb/v1/port_post_processing_prop.proto +17 -0
  346. ansys/api/edb/v1/port_post_processing_prop_pb2.py +38 -0
  347. ansys/api/edb/v1/port_post_processing_prop_pb2.pyi +46 -0
  348. ansys/api/edb/v1/port_post_processing_prop_pb2_grpc.py +4 -0
  349. ansys/api/edb/v1/port_post_processing_prop_pb2_grpc.pyi +4 -0
  350. ansys/api/edb/v1/port_property.proto +25 -0
  351. ansys/api/edb/v1/port_property_pb2.py +38 -0
  352. ansys/api/edb/v1/port_property_pb2.pyi +7 -0
  353. ansys/api/edb/v1/port_property_pb2_grpc.py +302 -0
  354. ansys/api/edb/v1/port_property_pb2_grpc.pyi +98 -0
  355. ansys/api/edb/v1/primitive.proto +107 -0
  356. ansys/api/edb/v1/primitive_pb2.py +53 -0
  357. ansys/api/edb/v1/primitive_pb2.pyi +141 -0
  358. ansys/api/edb/v1/primitive_pb2_grpc.py +616 -0
  359. ansys/api/edb/v1/primitive_pb2_grpc.pyi +238 -0
  360. ansys/api/edb/v1/r_tree.proto +68 -0
  361. ansys/api/edb/v1/r_tree_pb2.py +50 -0
  362. ansys/api/edb/v1/r_tree_pb2.pyi +110 -0
  363. ansys/api/edb/v1/r_tree_pb2_grpc.py +499 -0
  364. ansys/api/edb/v1/r_tree_pb2_grpc.pyi +158 -0
  365. ansys/api/edb/v1/raptor_x_simulation_settings.proto +115 -0
  366. ansys/api/edb/v1/raptor_x_simulation_settings_pb2.py +48 -0
  367. ansys/api/edb/v1/raptor_x_simulation_settings_pb2.pyi +57 -0
  368. ansys/api/edb/v1/raptor_x_simulation_settings_pb2_grpc.py +2110 -0
  369. ansys/api/edb/v1/raptor_x_simulation_settings_pb2_grpc.pyi +644 -0
  370. ansys/api/edb/v1/rectangle.proto +69 -0
  371. ansys/api/edb/v1/rectangle_pb2.py +50 -0
  372. ansys/api/edb/v1/rectangle_pb2.pyi +170 -0
  373. ansys/api/edb/v1/rectangle_pb2_grpc.py +172 -0
  374. ansys/api/edb/v1/rectangle_pb2_grpc.pyi +69 -0
  375. ansys/api/edb/v1/refs.proto +33 -0
  376. ansys/api/edb/v1/refs_pb2.py +44 -0
  377. ansys/api/edb/v1/refs_pb2.pyi +84 -0
  378. ansys/api/edb/v1/refs_pb2_grpc.py +4 -0
  379. ansys/api/edb/v1/refs_pb2_grpc.pyi +4 -0
  380. ansys/api/edb/v1/rlc.proto +17 -0
  381. ansys/api/edb/v1/rlc_component_property.proto +19 -0
  382. ansys/api/edb/v1/rlc_component_property_pb2.py +38 -0
  383. ansys/api/edb/v1/rlc_component_property_pb2.pyi +7 -0
  384. ansys/api/edb/v1/rlc_component_property_pb2_grpc.py +139 -0
  385. ansys/api/edb/v1/rlc_component_property_pb2_grpc.pyi +54 -0
  386. ansys/api/edb/v1/rlc_pb2.py +38 -0
  387. ansys/api/edb/v1/rlc_pb2.pyi +50 -0
  388. ansys/api/edb/v1/rlc_pb2_grpc.py +4 -0
  389. ansys/api/edb/v1/rlc_pb2_grpc.pyi +4 -0
  390. ansys/api/edb/v1/simulation_settings.proto +134 -0
  391. ansys/api/edb/v1/simulation_settings_pb2.py +58 -0
  392. ansys/api/edb/v1/simulation_settings_pb2.pyi +104 -0
  393. ansys/api/edb/v1/simulation_settings_pb2_grpc.py +1876 -0
  394. ansys/api/edb/v1/simulation_settings_pb2_grpc.pyi +573 -0
  395. ansys/api/edb/v1/simulation_setup.proto +102 -0
  396. ansys/api/edb/v1/simulation_setup_pb2.py +55 -0
  397. ansys/api/edb/v1/simulation_setup_pb2.pyi +243 -0
  398. ansys/api/edb/v1/simulation_setup_pb2_grpc.py +300 -0
  399. ansys/api/edb/v1/simulation_setup_pb2_grpc.pyi +97 -0
  400. ansys/api/edb/v1/siwave_dcir_simulation_settings.proto +53 -0
  401. ansys/api/edb/v1/siwave_dcir_simulation_settings_pb2.py +46 -0
  402. ansys/api/edb/v1/siwave_dcir_simulation_settings_pb2.pyi +55 -0
  403. ansys/api/edb/v1/siwave_dcir_simulation_settings_pb2_grpc.py +762 -0
  404. ansys/api/edb/v1/siwave_dcir_simulation_settings_pb2_grpc.pyi +237 -0
  405. ansys/api/edb/v1/siwave_simulation_settings.proto +225 -0
  406. ansys/api/edb/v1/siwave_simulation_settings_pb2.py +70 -0
  407. ansys/api/edb/v1/siwave_simulation_settings_pb2.pyi +195 -0
  408. ansys/api/edb/v1/siwave_simulation_settings_pb2_grpc.py +3250 -0
  409. ansys/api/edb/v1/siwave_simulation_settings_pb2_grpc.pyi +985 -0
  410. ansys/api/edb/v1/solder_ball_property.proto +39 -0
  411. ansys/api/edb/v1/solder_ball_property_pb2.py +43 -0
  412. ansys/api/edb/v1/solder_ball_property_pb2.pyi +46 -0
  413. ansys/api/edb/v1/solder_ball_property_pb2_grpc.py +466 -0
  414. ansys/api/edb/v1/solder_ball_property_pb2_grpc.pyi +148 -0
  415. ansys/api/edb/v1/sparameter_model.proto +21 -0
  416. ansys/api/edb/v1/sparameter_model_pb2.py +40 -0
  417. ansys/api/edb/v1/sparameter_model_pb2.pyi +25 -0
  418. ansys/api/edb/v1/sparameter_model_pb2_grpc.py +167 -0
  419. ansys/api/edb/v1/sparameter_model_pb2_grpc.pyi +56 -0
  420. ansys/api/edb/v1/spice_model.proto +32 -0
  421. ansys/api/edb/v1/spice_model_pb2.py +42 -0
  422. ansys/api/edb/v1/spice_model_pb2.pyi +48 -0
  423. ansys/api/edb/v1/spice_model_pb2_grpc.py +266 -0
  424. ansys/api/edb/v1/spice_model_pb2_grpc.pyi +86 -0
  425. ansys/api/edb/v1/stackup_layer.proto +172 -0
  426. ansys/api/edb/v1/stackup_layer_pb2.py +71 -0
  427. ansys/api/edb/v1/stackup_layer_pb2.pyi +283 -0
  428. ansys/api/edb/v1/stackup_layer_pb2_grpc.py +889 -0
  429. ansys/api/edb/v1/stackup_layer_pb2_grpc.pyi +344 -0
  430. ansys/api/edb/v1/structure3d.proto +55 -0
  431. ansys/api/edb/v1/structure3d_pb2.py +45 -0
  432. ansys/api/edb/v1/structure3d_pb2.pyi +60 -0
  433. ansys/api/edb/v1/structure3d_pb2_grpc.py +278 -0
  434. ansys/api/edb/v1/structure3d_pb2_grpc.pyi +111 -0
  435. ansys/api/edb/v1/term.proto +138 -0
  436. ansys/api/edb/v1/term_inst.proto +25 -0
  437. ansys/api/edb/v1/term_inst_pb2.py +41 -0
  438. ansys/api/edb/v1/term_inst_pb2.pyi +37 -0
  439. ansys/api/edb/v1/term_inst_pb2_grpc.py +167 -0
  440. ansys/api/edb/v1/term_inst_pb2_grpc.pyi +56 -0
  441. ansys/api/edb/v1/term_inst_term.proto +27 -0
  442. ansys/api/edb/v1/term_inst_term_pb2.py +43 -0
  443. ansys/api/edb/v1/term_inst_term_pb2.pyi +57 -0
  444. ansys/api/edb/v1/term_inst_term_pb2_grpc.py +134 -0
  445. ansys/api/edb/v1/term_inst_term_pb2_grpc.pyi +46 -0
  446. ansys/api/edb/v1/term_pb2.py +68 -0
  447. ansys/api/edb/v1/term_pb2.pyi +380 -0
  448. ansys/api/edb/v1/term_pb2_grpc.py +200 -0
  449. ansys/api/edb/v1/term_pb2_grpc.pyi +66 -0
  450. ansys/api/edb/v1/text.proto +42 -0
  451. ansys/api/edb/v1/text_pb2.py +45 -0
  452. ansys/api/edb/v1/text_pb2.pyi +81 -0
  453. ansys/api/edb/v1/text_pb2_grpc.py +140 -0
  454. ansys/api/edb/v1/text_pb2_grpc.pyi +57 -0
  455. ansys/api/edb/v1/transform.proto +55 -0
  456. ansys/api/edb/v1/transform3d.proto +58 -0
  457. ansys/api/edb/v1/transform3d_pb2.py +43 -0
  458. ansys/api/edb/v1/transform3d_pb2.pyi +54 -0
  459. ansys/api/edb/v1/transform3d_pb2_grpc.py +730 -0
  460. ansys/api/edb/v1/transform3d_pb2_grpc.pyi +228 -0
  461. ansys/api/edb/v1/transform_pb2.py +46 -0
  462. ansys/api/edb/v1/transform_pb2.pyi +74 -0
  463. ansys/api/edb/v1/transform_pb2_grpc.py +566 -0
  464. ansys/api/edb/v1/transform_pb2_grpc.pyi +179 -0
  465. ansys/api/edb/v1/value.proto +21 -0
  466. ansys/api/edb/v1/value_pb2.py +40 -0
  467. ansys/api/edb/v1/value_pb2.pyi +28 -0
  468. ansys/api/edb/v1/value_pb2_grpc.py +134 -0
  469. ansys/api/edb/v1/value_pb2_grpc.pyi +46 -0
  470. ansys/api/edb/v1/variable_server.proto +63 -0
  471. ansys/api/edb/v1/variable_server_pb2.py +50 -0
  472. ansys/api/edb/v1/variable_server_pb2.pyi +129 -0
  473. ansys/api/edb/v1/variable_server_pb2_grpc.py +333 -0
  474. ansys/api/edb/v1/variable_server_pb2_grpc.pyi +107 -0
  475. ansys/api/edb/v1/via_group.proto +45 -0
  476. ansys/api/edb/v1/via_group_pb2.py +45 -0
  477. ansys/api/edb/v1/via_group_pb2.pyi +62 -0
  478. ansys/api/edb/v1/via_group_pb2_grpc.py +244 -0
  479. ansys/api/edb/v1/via_group_pb2_grpc.pyi +98 -0
  480. ansys/api/edb/v1/via_layer.proto +37 -0
  481. ansys/api/edb/v1/via_layer_pb2.py +44 -0
  482. ansys/api/edb/v1/via_layer_pb2.pyi +66 -0
  483. ansys/api/edb/v1/via_layer_pb2_grpc.py +141 -0
  484. ansys/api/edb/v1/via_layer_pb2_grpc.pyi +58 -0
  485. ansys/api/edb/v1/voltage_regulator.proto +78 -0
  486. ansys/api/edb/v1/voltage_regulator_pb2.py +48 -0
  487. ansys/api/edb/v1/voltage_regulator_pb2.pyi +118 -0
  488. ansys/api/edb/v1/voltage_regulator_pb2_grpc.py +828 -0
  489. ansys/api/edb/v1/voltage_regulator_pb2_grpc.pyi +257 -0
  490. ansys_api_edb-0.2.dev0.dist-info/LICENCE +21 -0
  491. ansys_api_edb-0.2.dev0.dist-info/METADATA +58 -0
  492. ansys_api_edb-0.2.dev0.dist-info/RECORD +495 -0
  493. ansys_api_edb-0.2.dev0.dist-info/WHEEL +5 -0
  494. ansys_api_edb-0.2.dev0.dist-info/entry_points.txt +2 -0
  495. 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
@@ -0,0 +1,8 @@
1
+ """Autogenerated Python gRPC interface package for ansys-api-edb."""
2
+
3
+ import pathlib
4
+
5
+ __all__ = ["__version__"]
6
+
7
+ with open(pathlib.Path(__file__).parent / "VERSION", encoding="utf-8") as f:
8
+ __version__ = f.read().strip()
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: ...