Description
Collects entity's ID of all faces in an RFEntityID array and retrieves a Long value indicating the number of faces.
Syntax
Function RFShell.EnumFaces(pFaceIDs As RFEntityID, pFaceCount As Long) As RFErrorCode
The EnumFaces syntax has these parts:
| Part | Description |
|---|---|
| pFaceIDs | [OUT] RFEntityID Required. The first element of RFEntityID array to store faces RFEntityID. |
| pFaceCount | [IN, OUT] Long Required. The number of faces. |
Remarks