pygem
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)
Tagged:
0