RFModel.FindNurbsCurvesByName



Your Ad Here

Description

Searches and collects NURBS curves named as specified in an RFEntityID array and returns a Long value indicating the number of searched NURBS curves.

Syntax

Function RFModel.FindNurbsCurvesByName(Name As String, firstOnly As Boolean, maxNurbsCurveCount As Long, pCurveIDs As RFEntityID) As Long

The FindNurbsCurvesByName syntax has these parts:

Part Description
Name [INString Required. String expression containing NURBS curve name to search.
firstOnly [INBoolean Required. It determines if the searching stops when the first NURBS curve is found which is named as specified.
maxNurbsCurveCount [INLong Required. The size of pCurveIDs array. (Maximum number of found NURBS curves expected.)
pCurveIDs [OUTRFEntityID Required. The first element of RFEntityID array to store NURBS curves RFEntityID.

Remarks

Note

Return to Rapidform Index


Your Ad Here