RFCurveTools.CreateSliceNurbsCurve2 (Available After RapidForm2004 PlusPack1 ServicePack1)



Your Ad Here

Description

Creates the NURBS curve equations by intersecting a specified shell with a specified infinite plane, and returns an RFErrorCode value indicating whether an error occurs.

Syntax

Function RFCurveTools.CreateSliceNurbsCurve2(shellID As RFEntityID, pPlane As RFPlane, maxCurveCount As Long, pCurveCount As Long, pCurveIDs As RFEntityID) As RFErrorCode

The CreateSliceNurbsCurve2 syntax has these parts:

Part Description
shellID [INRFEntityID Required. Shell's RFEntityID.
pPlane [INRFPlane Required. Plane geometry.
maxCurveCount [INLong Required. The size of pCurveIDs array. (Maximum number of created NURBS curves expected.)
pCurveCount [OUTLong Required. Number of created NURBS curves.
pCurveIDs [OUTRFEntityID Required. The first element of RFEntityID array to store created NURBS curves RFEntityID.

Remarks


Return to Rapidform Index


Your Ad Here