Description
Saves the specified curve-loops 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.ExportCurveLoops2( fileName As String, type As RF3DFileType, numCurveLoops As Long, pCurveLoopIDs As RFEntityID ) As RFErrorCode
The ExportCurveLoops2 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. |
| numCurveLoops | [IN] Long Required. The number of curve-loops to be saved. |
| pCurveLoopIDs | [IN] RFEntityID Required. The first element of array storing curve-loops' RFEntityID. |
Remarks