Description
Returns an RFEntityID value of the solid for the specified index.
Syntax
Function RFModel.GetSolidAt(index As Long, pSolidID As RFEntityID) As RFErrorCode
The GetSolidAt syntax has these parts:
| Part | Description |
|---|---|
| index | [IN] Long Required. Index of the solid. |
| pSolidID | [OUT] RFEntityID Required. Solid's RFEntityID. |
Remarks