ScrExportAnf
|
Exports an Ansys Neutral File (*.anf). |
|
| UI Command: | Export > ANF. |
| Syntax: | obj.ScrExportAnf <filePath> |
| Parameters: |
BSTR filePath (including extension) |
| Return Value: |
BOOL
|
| VB Example: |
obj.ScrExportAnf("D:/Tests/testExport.anf") |
| IPY Example: |
oDoc.ScrExportAnf('D:/Tests/testExport.anf') |