Hello. I was using boolean operations and it was functioning like it has to do, but now its not making sense anymore. I want to know what did happen and what do i have to do for ir to respond the right way.
Hi @Gustavo_Soares_Silva
The red object has a non-manifild edge (where the triangles meet, and therefore Rhino sees the outside as the inside and vice versa - and hence the boolean operations act up. Non-manifolds are not a good idea in NURBS, so either move the edges apart of add thickness to the area.
Thanks. I exploded removed the non-manifold edge manually (removing connected faces and remaking them). Is there a way to remove the non manifold edge without deleting related faces? I’d love just click it and delete but its not possible. What do you mean by add thickness to the area?
Hi @Gustavo_Soares_Silva
Non-manifold in NURBS means that more than 2 edges (in your case 4) meet at the same place. It’s not something that NURBS programs in general like a lot, since it creates a singularity with zero-thickness. Either move the edges apart (A) or make the two rectangles overlap (B) - even just by 0.01mm
Do you think it is possible to make a Grasshopper definition for automatically doing this? I found that working with boolean operations create these non manifold edges more than i’d like it