RFCurveTools.CreateFeatureNurbsCurves2 (Available After RapidForm2004 PlusPack2)



Your Ad Here

Description

Automatically creates NURBS curves representing the features of specified shell, and returns RFErrorCode indicating whether an error occurs.

Syntax

Function RFCurveTools.CreateFeatureNurbsCurves2(shellID As RFEntityID, dSamplingRatioConvex As Double, dSamplingRatioConcave As Double, bRemoveSmallLoops As Boolean, iPurgeLimit As Long, iCvFlexibility As Long, maxCurveCount As Long, pNewCurveCount As Long, pNewCurveIDs As RFEntityID) As RFErrorCode

The CreateFeatureNurbsCurves2 syntax has these parts:

Part Description
 shellID [IN] RFEntityID Required. Shell's RFEntityID of which the created NURBS curves are representing the feature.
 dSamplingRatioConvex [INDouble Required.
 dSamplingRatioConcave [INDouble Required.
 bRemoveSmallLoops [INBoolean Required.
 iPurgeLimit [INLong Required.
 iCvFlexibility [INLong Required.
 maxCurveCount [INLong Required. The size of pNewCurveIDs array. (Maximum number of created NURBS curves expected.)
 pNewCurveCount [OUTLong Required. The number of NURBS curves created.
 pNewCurveIDs [OUTRFEntityID Required. Created NURBS curves' RFEntityID.

Remarks

 

Return to Rapidform Index


Your Ad Here