Skip to content

Commit 36d9136

Browse files
bs
1 parent 53c09b3 commit 36d9136

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ansys/geometry/core/_grpc/_services/v0/repair_tools.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,9 @@ def find_and_fix_split_edges(self, **kwargs) -> dict: # noqa: D102
198198
distance=kwargs["length"],
199199
comprehensive=kwargs["comprehensive_result"],
200200
)
201+
202+
# Call the gRPC service
203+
response = self.stub.FindSplitEdges(request)
204+
205+
# Return the response - formatted as a dictionary
201206
return self.stub.FindAndFixSplitEdges(request)

0 commit comments

Comments
 (0)