Optionalwrapped: anyReturn the center point of the bounding box.
Return the height (y-extent) of the bounding box.
Return a human-readable string of the form (xMin,yMin) - (xMax,yMax).
Return the width (x-extent) of the bounding box.
Test whether the given point lies inside (or on the boundary of) this box.
Test whether this bounding box and other are completely disjoint.
Return a point guaranteed to lie outside the bounding box.
Extra padding as a percentage of the box dimensions.
Axis-aligned 2D bounding box backed by an OCCT
Bnd_Box2d.Provides bounds queries, containment tests, and union operations for spatial indexing of 2D geometry.