The Ansys Innovation Space website recently experienced a database corruption issue. While service has been restored there appears to have been some data loss from November 13. We are still investigating and apologize for any issues our users may have as a result.

Ansys Learning Forum Forums Discuss Simulation 3D Design Space claim scripting FileSetting problem Reply To: Space claim scripting FileSetting problem

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