Trying to open an existing SpaceClaim file using ansys.geometry and no matter what I do, I get this error:
from ansys.geometry.core import launch_modeler_with_spaceclaim
modeler = launch_modeler_with_spaceclaim()
modeler.open_file("airfoil.scdoc")
CRITICAL - - logger - handle_exception - Uncaught exception
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\mambaforge\envs\ansys\Lib\site-packages\ansys\geometry\core\errors.py", line 101, in wrapper
raise GeometryExitedError(
ansys.geometry.core.errors.GeometryExitedError: Geometry service connection terminated:
That file exists (and is in the working directory) and SpaceClaim opens fine when launched but I get that error every time.