Catenary Surface Divide

Hi,

I’ve created a curved surface using two catenary curves. I’d like to divide it into equal segments, but in using ‘Isotrim’ or ‘Divide Surface’, I’ve noticed the divisions become shorter as they approach the apex. Any way to keep these even throughout?

Many thanks in advance,

divide_catenary_surface.gh (11.9 KB)

Catenaryproduces a polyline with uneven control points distribution. You can verify this using Control Points.Rebuild Curvelet you adjust control points distribution more evenly so that you’ll be able to get evenly divided subsurfaces .

divide_catenary_surface_re.gh (11.9 KB)

1 Like

Thank you very much @HS_Kim , that worked perfectly.