run_discovery_script_file fails even though script runs fine in SpaceClaim GUI #2100
SingularitySeeker
started this conversation in
General
Replies: 1 comment
-
Hi @SingularitySeeker! Thanks for reaching out! Could you provide us with further details?
Thanks in advance! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm working on automating a geometry workflow for a propeller design using SpaceClaim and the
ansys.geometry.core
Python API. I successfully run a.scscript
file in the SpaceClaim GUI, and it builds the model exactly as intended.However, when I try to run the same script using:
modeler.run_discovery_script_file(r"C:\path\to\my_script.scscript")
It fails with the following error:
GeometryRuntimeError: Script run failed.
Looking forward to your insights!
Thanks
Beta Was this translation helpful? Give feedback.
All reactions