hou.BoundingBox class
Methods
center(self)→ hou.Vector3enlargeToContain(self, point) OR enlargeToContain(self, bbox)isAlmostEqual(self, bbox, tolerance=0.00001)→bool-
Returns whether this bounding box is equal to another, subject to numerical tolerances.
maxvec(self)→ hou.Vector3minvec(self)→ hou.Vector3setTo(self, tuple)sizevec(self)→ hou.Vector3__mul__(self, matrix4)→BoundingBox