Method CreateEdge
CreateEdge(uint, uint, uint)
Create an edge with a curve an extremity vertices
Declaration
[HandleProcessCorruptedStateExceptions]
public uint CreateEdge(uint curve, uint startVertex, uint endVertex)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | curve | Curve used to create the edge |
| uint | startVertex | The start vertex |
| uint | endVertex | The end vertex |
Returns
| Type | Description |
|---|---|
| uint |