Description
Saves a specified NURBS curve 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.ExportSingleCurve(curveID As RFEntityID, filename As String, type As RF3DFileType) As RFErrorCode
The ExportSingleCurve syntax has these parts:
| Part | Description |
|---|---|
| curveID | [IN] RFEntityID Required. NURBS curve's RFEntityID to save. |
| filename | [IN] String Required. String expression indicating a new file name including folder path. |
| type | [IN] RF3DFileType Required. File format to save. |
Remarks