Description
Collects entity's ID of all faces in the model in an RFEntityID array and retieves a Long value indicating the number of faces.
Syntax
Sub RFModel.EnumFaces2(pFaceIDs As RFEntityID, pFaceCount As Long)
The EnumFaces2 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 size of pFaceIDs array. |
Remarks