Description
Retrieves the entity ID's of all three vertices of the face.
Syntax
Function RFFace.GetVertices(pVtID1 As RFEntityID, pVtID2 As RFEntityID, pVtID3 As RFEntityID) As RFErrorCode
The GetVertices syntax has these parts:
| Part | Description |
|---|---|
| pVtID1 | [OUT] RFEntityID Required. Entity ID of the first vertex. |
| pVtID2 | [OUT] RFEntityID Required. Entity ID of the second vertex. |
| pVtID3 | [OUT] RFEntityID Required. Entity ID of the third vertex. |