Skip to content

Commit

Permalink
Update src/ansys/geometry/core/modeler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Jan 10, 2025
1 parent 65a48ee commit 867a35c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/ansys/geometry/core/modeler.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,11 @@ def __init__(
LOG.warning("Linux backend does not support measurement tools.")
else:
self._measurement_tools = MeasurementTools(self._grpc_client)
self._geometry_commands = GeometryCommands(self._grpc_client)

# Enabling tools for all: repair and prepare tools
# Enabling tools/commands for all: repair and prepare tools, geometry commands
self._repair_tools = RepairTools(self._grpc_client)
self._prepare_tools = PrepareTools(self._grpc_client)

self._geometry_commands = GeometryCommands(self._grpc_client)
# Maintaining references to all designs within the modeler workspace
self._designs: dict[str, "Design"] = {}

Expand Down

0 comments on commit 867a35c

Please sign in to comment.