I’m currently working on a 3D modeling project and facing a bit of a challenge. I have an untrimmed surface in my model, and I need to convert it into a mesh. However, the crucial part of this task is ensuring that the edges of the mesh are an exact match to the isocurves on the surface (as in that the 2 “grids” overlap).
The isocurves are all polylines. I’ve tried a few methods, but none seem to give me the precision I require. Sometimes, the MeshBrep node gives the correct result, but as in the case of the attached file, there is a mismatch. I cannot find a logic why this happening
Any advice or suggestions would be greatly appreciated!