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