RFCurveTools.CreateNurbsCurvesFromScreenRectangle (Available After RapidForm2004 PlusPack1 ServicePack1)



Your Ad Here

Description

Creates the NURBS curves by projecting the lines on screen to shell.

Syntax

Function RFCurveTools.CreateNurbsCurvesFromScreenRectangle(shellID As RFEntityID, iArraySize As Long, pLineStPts As RFSPoint, pLineEndPts As RFSPoint, pRetCurveIDs As RFEntityID) As RFErrorCode

The CreateNurbsCurvesFromScreenRectangle syntax has these parts:

Part Description
shellID [INRFEntityID Required. Shell's RFEntityID on which the screen lines are projected.
iArraySize [INLong Required. The numbe of pLinePts, pLineEndPts, and pRetCurveIDs. This must be 4.
pLineStPts [INRFSPoint Required. Start points of screen lines.
pLineEndPts [INRFSPoint Required. End points of screen lines.
pRetCurveIDs [OUTRFEntityID Required. Created NURBS curve's RFEntityID.

Remarks

 

Return to Rapidform Index


Your Ad Here