algorithmic modeling for Rhino
Replies are closed for this discussion.
It sounds more like an "available memory" issue. Maybe try creating your mesh per sets of two contours, baking them and joining the baked meshes?
The "best" way to create a mesh from imported isocurves is to explode the lines (since they are most likely polylines) and feed all the vertices into the delaunay algorithm.
Any surface or loft approach is likely to create way too heavy geometry that in essence will have no better quality than the mesh.
like so
Delaunay tries to connect all available points. It doesn't care, which contour they are from so points on the same contour may be triangulated. You need to put all lines into the definition to get a useful result.
You can use the top and bottom contour if you want to trim out the flat faces. But in most cases you will only use a sub section with well defined contours or approximate top and bottom with a flat surface anyway.
The delaunay triangulation will connect the curves inbetwwen in an exact way. This is exactly what programs like revit do to create a toposurface from contours.
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2025 Created by Scott Davidson.
Powered by