Description
Merges two specified vertices into one vertex.
Syntax
Function RFShell.MergeTwoVertices(fromVertexID As RFEntityID, toVertexID As RFEntityID) As RFErrorCode
The MergeTwoVertices syntax has these parts:
| Part | Description |
|---|---|
| fromVertexID | [IN] RFEntityID Required. Entity ID of the vertex that is merged and removed. |
| toVertexID | [IN] RFEntityID Required. Entity ID of the vertex that merges the other vertex. |
Remarks