GSTPy.IdxTriangle

class GSTPy.IdxTriangle

A triangle that references its vertices by id.

property v1

The index of the first vertex.

Type

int

property v2

The index of the second vertex.

Type

int

property v3

The index of the third vertex.

Type

int