GSTPy.GridOrientation

class GSTPy.GridOrientation

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

__init__((object)self, (RawPoint3)x_axis, (RawPoint3)y_axis, (RawPoint3)z_axis) → None
x_axis

The x axis of the orientation.

Type:RawPoint3
y_axis

The y axis of the orientation.

Type:RawPoint3
z_axis

The z axis of the orientation.

Type:RawPoint3