GSTPy.GridSize¶
-
class
GSTPy.GridSize¶ Amount of cells in all Grid-axis directions.
-
__init__((object)self, (int)x, (int)y, (int)z) → None¶
-
property
x¶ The amount of cells in x direction.
- Type
unsigned int
-
property
y¶ The amount of cells in y direction.
- Type
unsigned int
-
property
z¶ The amount of cells in z direction.
- Type
unsigned int
-