Description
Collects entity's ID of all vertices in the model in an RFEntityID array and retieves a Long value indicating the number of vertices.
Syntax
Sub RFModel.EnumVertices2(pVertexIDs As RFEntityID, pVertexCount As Long)
The EnumVertices2 syntax has these parts:
| Part | Description |
|---|---|
| pVertexIDs | [OUT] RFEntityID Required. The first element of RFEntityID array to store vertices RFEntityID. |
| pVertexCount | [IN, OUT] Long Required. The size of pVertexIDs array. |
Remarks