2025 Method
Changes 0
M

TriangulatedShellComponent.GetVertex

Description:
Returns the vertex with a given index.
public XYZ GetVertex(
	int vertexIndex
)
  • vertexIndex
    The index of the vertex (between 0 and getVertexCount()-1, inclusive).
Return Value XYZ A copy of the requested vertex.