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