TriangulatedShellComponent.GetVertex
Method
Description:
Returns the vertex with a given index.
Returns the vertex with a given index.
Parameters
Parameter | Type | Description |
---|---|---|
vertexIndex | Int32 | The index of the vertex (between 0 and getVertexCount()-1, inclusive). |
Return Value
Type | Description |
---|---|
XYZ | A copy of the requested vertex. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | vertexIndex is out of range. |