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