Method GetNodeIndex
GetNodeIndex(int)
Returns the node index at the end of the element with given index
Declaration
int GetNodeIndex(int endIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| int | endIndex | The index of end to get the node number at |
Returns
| Type | Description |
|---|---|
| int | The node index |