BoundingBox

class meshlab.BoundingBox
__init__(self: meshlab.BoundingBox) → None

Creates an invalid Bounding Box (min: [1,1,1], max:[-1,-1,-1]).

diagonal(self: meshlab.BoundingBox) → float

Returns the diagonal of the Bounding Box.

dim_x(self: meshlab.BoundingBox) → float

Returns the X size of the Bounding Box.

dim_y(self: meshlab.BoundingBox) → float

Returns the Y size of the Bounding Box.

dim_z(self: meshlab.BoundingBox) → float

Returns the Z size of the Bounding Box.