BoundingBox

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

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

diagonal(self: pmeshlab.BoundingBox) → float

Returns the diagonal of the Bounding Box.

dim_x(self: pmeshlab.BoundingBox) → float

Returns the X size of the Bounding Box.

dim_y(self: pmeshlab.BoundingBox) → float

Returns the Y size of the Bounding Box.

dim_z(self: pmeshlab.BoundingBox) → float

Returns the Z size of the Bounding Box.