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