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 | [IN] String Required. String expression containing NURBS curve name to search. |
| firstOnly | [IN] Boolean Required. It determines if the searching stops when the first NURBS curve is found which is named as specified. |
| maxNurbsCurveCount | [IN] Long Required. The size of pCurveIDs array. (Maximum number of found NURBS curves expected.) |
| pCurveIDs | [OUT] RFEntityID Required. The first element of RFEntityID array to store NURBS curves RFEntityID. |
Remarks
Note