Description
Saves all the shells as a separate file using a specified new path name and file format, and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFDocument.Export(filename As String, type As RF3DFileType, bShownShellOnly As Boolean) As RFErrorCode
The Export syntax has these parts:
| Part | Description |
|---|---|
| filename | [IN] String Required. String expression indicating a new file name including folder path. |
| type | [IN] RF3DFileType Required. File format to save. |
| bShownShellOnly | [IN] Boolean Required. It determines whether only visible shells are saved or all the shells are saved. |
Remarks