Description
Divides a specified NURBS curve into a specified number of segments and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFCurveTools.TrimNurbsCurveUniform(curveID As RFEntityID, segCount As Long, pCurveIDs As RFEntityID) As RFErrorCode
The TrimNurbsCurveUniform syntax has these parts:
| Part | Description |
|---|---|
| curveID | [IN] RFEntityID Required. NURBS curve's RFEntityID to divide. |
| segCount | [IN] Long Required. Number of segments. |
| pCurveIDs | [OUT] RFEntityID Required. The first element of RFEntityID array to store divided NURBS curves RFEntityID. |
Remarks