Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I tried using
var unionvolume = BooleanOperationsUtils.ExecuteBooleanOperation(solid1, solid2, BooleanOperationsType.Union).Volume
if (solid1.Volume < unionvolume)
{
//Do something
}
but it looks like it somehow merge those two solids even if they are miles away.
BooleanOperationsType.Intersection/Difference doesn't work either since i need even touching solids
is there a solution to this problem?
Also a BoundingBox is not a solution since i may have complex shaped stuff
Solved! Go to Solution.