Isocurve List

Hi everyone,

today I’m struggling with the following problem: I have a geometry from which I extracted isocurves. After this operation, at each layer, there are two curves (periodic and circular). But they are not in order (image below). With a Python component, I tried to match them in the right order. However, once I use the partition list, the items inside the lists don’t respect the order I gave. How can I alternate circular and periodic curves?


Isocurve_List.gh (31,8 KB)

Ciao Giulia,
se ho capito bene si può risolvere così.

1 Mi Piace

Esattamente questo cercavo, grazie mille!!!

Tanti giri per scoprire che esiste un componente che fa tutto al posto tuo. Si vede che sono ancora alle primissime armi😂

Ciao Giulia,
…non esattamente… :wink: nel senso che il Path Mapper è un componente molto particolare che devi saper programmare. Così puoi “giocare” con liste e indici e tante altre cose e modificare le loro strutture.

1 Mi Piace