RFCurveTools.CreateCylindricalSliceNurbsCurve (Available After RapidForm2004 PlusPack1)



Your Ad Here

Description

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

Syntax

Function RFCurveTools.CreateCylindricalSliceNurbsCurve(shellID As RFEntityID, pCylinder As RFCylinder, maxCurveCount As Long, pCurveCount As Long, pCurveIDs As RFEntityID) As RFErrorCode

The CreateCylindricalSliceNurbsCurve syntax has these parts:

Part Description
shellID [INRFEntityID Required. Shell's RFEntityID.
pCylinder [INRFCylinder Required. Cylinder 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