Hello, I have a surface that is bad, and I am not sure why. It is a closed surface but has naked edge points and I am not sure how to deal with thoseTruchet-tile-draft1.3dm (1012.4 KB) . Thanks in advance for your help!
try with _RemoveAllNakedMicroEdges it will solve most of the bad surfaces. leaving just one surface with problems.
the issue with this kind of models is when you have multiple triangular surfaces converging to a point.
this is the last surface with issues. I would sugest to trim half of the model and mirror the other half.
The main problem of this model are the input curves. I also suggest to model 1/6 of the model and the use _ArrayPolar
Thank you so much @DiegoKrause! Array polar! Brilliant!
Hi @DiegoKrause I got the one surface to work and now i am working on a second one. I tried creating a section like you suggested but when I use polar array the edges don’t join. Well they join but are naked edges. I tried the _RemoveAllNakedMicroEdges command but that didn’t work. Do you have any other suggestions for me? I have uploaded my updated file.
Thanks! Truchet-tile-draft1.3dm (1.3 MB)
you need to extend the surfaces a bit and avoid making twisted lofts. if the external surface is flat, use that.
after splitting shoul look like this:
ArrayPolar and Cap
Are you willing to send me your solution @DiegoKrause ? I am still working on this and I tried what you suggested and am so done at this point. I understand the idea but am unable to make it work.
it doesnt work because you have problems in the input curves, even the hexagon is misaligned. I’m making a video
Thank you @DiegoKrause I appreciate you taking the time to make that for me.