TriangulatedShellComponent.GetVertex
Description:
Returns the vertex with a given index.
Returns the vertex with a given index.
public XYZ GetVertex(
int vertexIndex
)
-
Int32vertexIndexThe index of the vertex (between 0 and getVertexCount()-1, inclusive).
-
vertexIndex is out of range.