RFNurbsCurve.GetInterpolationPoints



Your Ad Here

Description

Collects interpolated points of the NURBS curve in an RFPoint3 array.

Syntax

Function RFNurbsCurve.GetInterpolationPoints(maxPointCount As Long, pIntpPoints As RFPoint3, pPtsCount As Long) As RFErrorCode

The GetInterpolationPoints syntax has these parts:

Part Description
maxPointCount [INLong Required. The size of pIntpPoints array. (Maximum number of Interpolation points expected.)
pIntpPoint [OUTRFPoint3 Required. The first element of an RFPoint3 array to store interpolated points.
pPtsCount [OUTLong Required. The number of interpolated points.

Remarks

Return to Rapidform Index


Your Ad Here