Description
Sets the NURBS curves composing current curveloops.
Syntax
Function RFCurveLoop.SetNurbsCurves(curveCount As Long, pCurveIDs As RFEntityID, pbReverseCurveDirections As Boolean) As RFErrorCode
The SetNurbsCurves syntax has these parts:
| Part | Description |
|---|---|
| curveCount | [IN] Long Required. The number of NURBS curves. |
| pCurveIDs | [IN] RFEntityID Required. The first element of array storing NURBS curves' RFEntityID. |
| pbReverseCurveDirections | [IN] Long Required. The first element of array storing the flags which determines whether reversing NURBS curve direction. |
Remarks