Ansys Learning Forum › Forums › Discuss Simulation › 3D Design › Space claim scripting FileSetting problem › Reply To: Space claim scripting FileSetting problem
September 19, 2024 at 7:38 am
Atharv Joshi
Forum Moderator
You can import the geometry using the following method.Â
Use DocumentOpen method and specify the file name and path.
For eg:
importOptions = ImportOptions.Create()
DocumentOpen.Execute(r"C:\TEST_CURVE.scdoc", importOptions)
Regards
Atharv