halodri
January 22, 2024, 10:42am
1
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)
maje90
(Riccardo Majewski)
January 22, 2024, 11:26am
2
Your attached .3dm file contains nothing.
… and you didn’t attach any .gh file.
2 Likes
halodri
January 22, 2024, 11:55am
3
Ups, I apologize.
bounding box issues.gh (13.7 KB)
maje90
(Riccardo Majewski)
January 22, 2024, 12:38pm
4
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 …
1 Like
In the loft options, enable Align sections and the Bounding Box of the loft is correct.
2 Likes
wim
(Wim Dekeyser)
January 22, 2024, 1:02pm
6
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!