Hello,
I am trying to understand the expected behavior of BoundingBox.Intersects.
In the attached graph and geometry preview:
Geometry.DoesIntersectreturns true, confirming that the two solids intersect.BoundingBox.Intersectsreturns true when usingBoundingBox.ByGeometry.- However,
BoundingBox.Intersectsreturns false when usingBoundingBox.ByMinimumVolume.
Since the solids intersect, I would expect their minimum-volume bounding boxes to intersect as well.
My questions are:
- Is this expected behavior?
- Does
BoundingBox.IntersectssupportBoundingBox.ByMinimumVolumeobjects? - Are there any known limitations related to oriented bounding boxes versus axis-aligned bounding boxes?
- Could this be a bug in Dynamo ?
I have attached the graph and the geometry preview illustrating the issue.
Thank you for any clarification.



