GSTPy.IdxTetrahedron

class GSTPy.IdxTetrahedron

A tetrahedron 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

property v4

The index of the forth vertex.

Type

int