ScrExportAnf

Exports an Ansys Neutral File (*.anf).

UI Command:   Export > ANF.
Syntax:   obj.ScrExportAnf <filePath>
Parameters:  

BSTR filePath (including extension)

Return Value:  

BOOL

  • 0 – Failure
  • 1 – Success
VB Example:  

obj.ScrExportAnf("D:/Tests/testExport.anf")

IPY Example:  

oDoc.ScrExportAnf('D:/Tests/testExport.anf')