File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/ansys/geometry/core/_grpc/_services Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ def repair_tools(self) -> GRPCRepairToolsService:
216216 Returns
217217 -------
218218 RepairToolsServiceBase
219- The prepare tools service for the specified version.
219+ The repair tools service for the specified version.
220220 """
221221 if not self ._repair_tools :
222222 from .v0 .repair_tools import GRPCRepairToolsServiceV0
Original file line number Diff line number Diff line change 3434class GRPCRepairToolsService (ABC ):
3535 """Abstract base class for gRPC-based repair tools service.
3636
37- This class defines a set of abstract methods that must be implemented
38- by any concrete subclass. These methods are used to identify and repair
39- various geometry issues in a CAD model.
37+ Defines abstract methods for identifying and repairing geometry issues in a model.
4038 """
4139
4240 def __init__ (self , channel : grpc .Channel ):
You can’t perform that action at this time.
0 commit comments