Box/Bounding Box larger than it should?

Hello,

I want to bound an object with a box; however, the box is much taller than the object. Is it just me being a newbie, or is something else going on? I have tried box and bounding box, same result.

If someone has a tip or dares to take a look at my spaghetti, I would appreciate it!


bounding box issues.gh (13.7 KB)

Your attached .3dm file contains nothing.
… and you didn’t attach any .gh file.

2 Likes

Ups, I apologize. :grimacing:
bounding box issues.gh (13.7 KB)

Yep, something is wrong.
As workaround, for now you can do this:


@wim this seems a bug.
Rhino 7 or Rhino 8 , same result.
Grasshopper BoundingBox component OR Rhinocommon .GetBoundingBox(true) result in this:


bounding box bug.gh (5.1 KB)

.GetBoundingBox(false) is less wrong … but also less accurate.


Rhino command instead return a good bounding box … :thinking:

1 Like

In the loft options, enable Align sections and the Bounding Box of the loft is correct.

2 Likes

Thanks all.
I’ve added this sample to RH-69696 Grasshopper: BoundingBox is larger than expected
-wim

1 Like

Thank you guys, your help is much appreciated!