TriangulatedShellComponent.GetTriangle
Description:
Returns the triangle corresponding to the given index.
Returns the triangle corresponding to the given index.
public TriangleInShellComponent GetTriangle(
int triangleIndex
)
-
Int32triangleIndexThe index of the triangle (between 0 and TriangleCount-1, inclusive).
Return Value
The triangle.
The triangle.
-
triangleIndex is out of range.