Message 1 of 5
Intersection fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I'm using the BooleanOperationsUtils.ExecuteBooleanOperation(solidA, solidB, BooleanOperationsType.Intersect)
And I'm finding several errors. I've verified that in every case the solid A and Solid B are not null with a face count >0 and the correct volume, But in some cases the intersection result is null even if the solids are intersecting.
Anyone experiencing this problem?