<Code Lib>
2026 Method
Changes 0
M

TriangulatedShellComponent.GetVertex

Description:
Returns the vertex with a given index.

public XYZ GetVertex(
	int vertexIndex
)

  • Int32
    vertexIndex
    The index of the vertex (between 0 and getVertexCount()-1, inclusive).
Return Value XYZ A copy of the requested vertex.

Loading…