File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/ansys/geometry/core/designer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7575)
7676from ansys .geometry .core .designer .edge import CurveType , Edge
7777from ansys .geometry .core .designer .face import Face , SurfaceType
78- from ansys .geometry .core .errors import GeometryExitedError , protect_grpc
78+ from ansys .geometry .core .errors import protect_grpc
7979from ansys .geometry .core .materials .material import Material
8080from ansys .geometry .core .math .bbox import BoundingBox
8181from ansys .geometry .core .math .constants import IDENTITY_MATRIX44
@@ -1372,7 +1372,7 @@ def tessellate_with_options( # noqa: D102
13721372 str (face_id ): tess_to_pd (face_tess )
13731373 for face_id , face_tess in resp .face_tessellation .items ()
13741374 }
1375- except GeometryExitedError :
1375+ except Exception :
13761376 tessellation_map = {}
13771377 for response in self ._bodies_stub .GetTessellationStream (request ):
13781378 for key , value in response .face_tessellation .items ():
You can’t perform that action at this time.
0 commit comments