0

I have this shape here I made from curves: enter image description here

It works fine in renders and viewport but I want to use it as object for boolean but it's not working because it has intersecting geometry: enter image description here

How do I fix the intersecting geometry to make it usable for boolean?

1 Answers1

3

You could:

  • Delete 'Faces only' the curve-shape, leaving a network of edges
  • Knife Project the network down onto a plane

enter image description here

  • Delete away unwanted parts of the plane
  • X > Limited Dissolve unwanted edges (there may be some minor repair work to do)
  • Extrude the result, which is then OK for a Boolean.

enter image description here

enter image description here

Robin Betts
  • 76,260
  • 8
  • 77
  • 190