RFNurbsSurface.CreateInterpolatedSurface



Your Ad Here

Description

Creates the NURBS surface equation by interpolating set of points.

Syntax

Function RFNurbsSurface.CreateInterpolatedSurface(uDegree As Long, vDegree As Long, bClosed As Boolean, uPtsCount As Long, vPtsCount As Long, pPts As RFPoint3) As RFErrorCode

The CreateInterpolatedSurface syntax has these parts:

Part Description
uDegree [INLong Required. Degree of NURBS surface in the U parametric direction. It should be set to 2 in this version.
vDegree [INLong Required. Degree of NURBS surface in V parametric direction. It should be set 2 in this version.
bClosed [INBoolean Required. It determines whether NURBS surface is closed or not.
uPtsCount [INLong Required. Number of points to interpolate in the U parametric direction.
vPtsCount [INLong Required. Number of points to interpolate in the V parametric direction.
pPts [INRFPoint3 Required. The first element of RFPoint3 array containing points to interpolate.

Remarks

Return to Rapidform Index


Your Ad Here