Description
Collects entity's ID of all edge-uses in an RFEntityID array.
Syntax
Function RFPolyLoop.EnumEdgeUses(pEdgeUseIDs As RFEntityID, pEdgeUseCount As Long) As RFErrorCode
The EnumEdgeUses syntax has these parts:
| Part | Description |
|---|---|
| pEdgeUseIDs | [OUT] RFEntityID Required. The first element of RFEntityID array to store edge-uses RFEntityID. |
| pEdgeUseCount | [OUT] Long Required. The number of edge-uses of the poly-loop. |
Remarks