-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
π Before submitting the issue
- I have searched among the existing issues
- I am using a Python virtual environment
π Description of the bug
I want to run a script in SpaceClaim using run_discovery_script_file, but I'm unsure what to include in script_args. I have reviewed the original documentation, but it did not provide guidance on how to manage this.
from ansys.geometry.core import launch_modeler_with_spaceclaim
modeler_discovery = launch_modeler_with_spaceclaim()
modeler_discovery.run_discovery_script_file(file_path=r'E:\2023project\nncx\muti-optimize\Mesh_Gem\1.scscript',script_args=script_args)
π Steps to reproduce
I want to run a script in SpaceClaim using run_discovery_script_file, but I'm unsure what to include in script_args. I have reviewed the original documentation, but it did not provide guidance on how to manage this.
π» Which operating system are you using?
Windows
π Which ANSYS version are you using?
23r2
π Which Python version are you using?
3.10
π¦ Installed packages
numpy
pandas
ansys-geometry...
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working