Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.
General

General

How to save and save as a document in SCDM by script

    • FAQFAQ
      Participant

      The active document can be saved with the command: DocumentHelper.GetActiveDocument().Save() We can save the document as another document with the command: DocumentHelper.GetActiveDocument().SaveAs(r”E:myDirectorymyDesign.scdoc”)