Hi, I am trying to cut a complex mesh with an other simpler one ( a cube).
Until now, I got the boolean approach but got some really strange behaviours ( imprecision on the boolean intersection ).
Is there another approach?
Regards.
Hi, I am trying to cut a complex mesh with an other simpler one ( a cube).
Until now, I got the boolean approach but got some really strange behaviours ( imprecision on the boolean intersection ).
Is there another approach?
Regards.
This should be in Modelling but anyhow, booleans in Blender are prone to hash your mesh. Search the Python forum for a script called Megabool which does a bettr job.
%<
Thanks, I will give it a try.