Description
Collects entity's ID of all faces in the feature in an RFEntityID array.
Syntax
Function RFFeature.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