RVTDocs.com

IndexTriangle

Constructor
Description:
Constructs the triangle primitive.
Syntax
public IndexTriangle(
	int index0,
	int index1,
	int index2
)
Parameters
Parameter Type Description
index0 Int32 The index of the triangle's first vertex.
index1 Int32 The index of the triangle's second vertex.
index2 Int32 The index of the triangle's third vertex.
Return Value