View Single Post
Old 30th November 2006, 04:32 PM   #2
Andy
Administrator
Professional user
 
Andy's Avatar
 
Join Date: Jun 2003
Posts: 4,565
Default Re: New boolean function ...

This is normal. At the moment, there's no solution for simplifying the surface left around a hole (or multiple holes) in a single polygon (because the result is not a single polygon).

For this situation, triangulate (or divide) the original surface before the boolean, you'll then get a clean hole with less polygons. Note that this is better practice anyway, since concave polygons with lots of vertices are less efficient.
Andy is offline   Reply With Quote