Skip to content

Commit

Permalink
Update src/ansys/geometry/core/tools/pull_tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Nov 20, 2024
1 parent dd34aae commit af23732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/geometry/core/tools/pull_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(self, grpc_client: GrpcClient):
self._commands_stub = CommandsStub(self._grpc_client.channel)

@protect_grpc
@min_backend_version(25, 1, 0)
@min_backend_version(25, 2, 0)
def chamfer(
self, selection: Union["Edge", List["Edge"], "Face", List["Face"]], distance: Real
) -> bool:
Expand Down

0 comments on commit af23732

Please sign in to comment.