RFCurveTools.TrimNurbsCurveUniform



Your Ad Here

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 [INRFEntityID Required. NURBS curve's RFEntityID to divide.
segCount [INLong Required. Number of segments.
pCurveIDs [OUTRFEntityID Required. The first element of RFEntityID array to store divided NURBS curves RFEntityID.

Remarks

 

Return to Rapidform Index


Your Ad Here