Description
Makes the specified NURBS curve be closed, and returns RFErrorCode indicating whether an error occurs.
Syntax
Function RFCurveTools.MakeNurbsCurveClosed(curveID As RFEntityID) As RFErrorCode
The MakeNurbsCurveClosed syntax has these parts:
| Part | Description |
|---|---|
| curveID | [IN] RFEntityID Required. RFEntityID of curve to be closed. |
Remarks