GSTPy.Box

class GSTPy.Box

Axis-aligned minimum bounding box.

__init__((object)self[, (float)xmin=0.0[, (float)xmax=0.0[, (float)ymin=0.0[, (float)ymax=0.0[, (float)zmin=0.0[, (float)zmax=0.0]]]]]]) → None
property xmax

The maximum of x.

Type

float

property xmin

The minimum of x.

Type

float

property ymax

The maximum of y.

Type

float

property ymin

The minimum of y.

Type

float

property zmax

The maximum of z.

Type

float

property zmin

The minimum of z.

Type

float