We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0bced9 commit 4d66ffbCopy full SHA for 4d66ffb
src/ansys/geometry/core/_grpc/_services/_service.py
@@ -200,6 +200,7 @@ def bodies(self) -> GRPCBodyService:
200
"""
201
if not self._bodies:
202
# Import the appropriate body service based on the version
203
+ from .v0.bodies import GRPCBodyServiceV0
204
from .v1.bodies import GRPCBodyServiceV1
205
206
if self.version == GeometryApiProtos.V0:
0 commit comments