RVTDocs.com

TriangulatedShellComponent.GetTriangle

Method
Description:
Returns the triangle corresponding to the given index.
Syntax
public TriangleInShellComponent GetTriangle(
	int triangleIndex
)
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.