Description
Searches and collects curveloops named as specified in an RFEntityID array and returns a Long value indicating the number of searched curveloops.
Syntax
Function RFModel.FindCurveLoopsByName(Name As String, firstOnly As Boolean, maxCurveLoopCount As Long, pCurveLoopIDs As RFEntityID) As Long
The FindCurveLoopsByName syntax has these parts:
| Part | Description |
|---|---|
| Name | [IN] String Required. String expression containing curveloop name to search. |
| firstOnly | [IN] Boolean Required. It determines if the searching stops when the first curveloop is found which is named as specified. |
| maxCurveLoopCount | [IN] Long Required. The size of pCurveLoopIDs array. (Maximum number of found curveloops expected.) |
| pCurveLoopIDs | [OUT] RFEntityID Required. The first element of RFEntityID array to store curveloops RFEntityID. |
Remarks
Note