GSTPy.GridDescription

class GSTPy.GridDescription

Describes position, orientation and size of a grid.

__init__((object)self, (RawPoint3)position, (GridOrientation)orientation, (GridSize)size) → None
orientation

Orientation and overall length of Grid described by vectors of its three axis.

Type:GridOrientation
position

The position of the grids origin-corner.

Type:RawPoint3
size

Amount of cells in all Grid-axis directions.

Type:GridSize