Description
Saves the specified solids as a file using a specified new path file name and file format, and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFDocument.ExportSolids2( fileName As String, type As RF3DFileType, numSolids As Long, pSolidIDs As RFEntityID ) As RFErrorCode
The ExportSolids2 syntax has these parts:
| Part | Description |
|---|---|
| fileName | [IN] String Required. The file name for base profile. |
| type | [IN] RF3DFileType Required. File format to be saved. |
| numSolids | [IN] Long Required. The number of solids to be saved. |
| pSolidIDs | [IN] RFEntityID Required. The first element of array storing solids' RFEntityID. |
Remarks