This release fixes a number of serious bugs with file reading and scripting components. If you've been using an earlier 0.7 beta, please upgrade to this version.
Grasshopper 0.7 undoubtedly still contains many bugs and should not be used for important work/files as it is less reliable than 0.6.X
Hi David,
I opened a definition wrote in GH 0.6.0059 in this new release 0.7.0014 you just posted and had the following warning message.
Can you please light me on this ?
I set up Galapagos to solve for the minimum bounding box. It worked great for the generic test case of a rotated box! Thanks again for the release. However, there's some strangeness going on with the bounding box.
On the left is the original with a GH bounding box. The middle is the bottom half (rhino BooleanSplit) with a GH bbox. The right is bottom half with a rhino bbox. As you can see, the middle and the right bboxes are not the same.
Yes I see. I think RhinoCommon too often uses the quick'n'dirty BoundingBox (which operates only on the control-points of geometry) rather than the "tight" BoundingBox which takes trims into account.