Description
Copies a specified NURBS curve and outputs an RFEntityID value of the new NURBS curve, and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFCurveTools.CopyNurbsCurve(curveID As RFEntityID, pNewCurveID As RFEntityID) As RFErrorCode
The CopyNurbsCurve syntax has these parts:
| Part | Description |
|---|---|
| curveID | [IN] RFEntityID Required. NURBS curve's RFEntityID to copy. |
| pNewCurveID | [OUT] RFEntityID Required. Copied NURBS curve's RFEntityID. |
Remarks