Message 1 of 4
Face Class, Intersect() method problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have two objects not touching or intersecting each other.
After extracting every face from each object and iterating through the collection i get unexpected result:
faceElement1[a].Intersect(faceElement2[b]) gives Intersecting as result
How can this be possible?