TriangulatedShellComponent.GetTriangle
Method
Description:
Returns the triangle corresponding to the given index.
Returns the triangle corresponding to the given index.
Parameters
Parameter | Type | Description |
---|---|---|
triangleIndex | Int32 | The index of the triangle (between 0 and TriangleCount-1, inclusive). |
Return Value
Type | Description |
---|---|
TriangleInShellComponent | The triangle. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | triangleIndex is out of range. |