GSTPy.IdxTriangle

class GSTPy.IdxTriangle

A triangle that references its vertices by id.

v1

The index of the first vertex.

Type:int
v2

The index of the second vertex.

Type:int
v3

The index of the third vertex.

Type:int