Hi,
following forum i defined this script (probably it’s not very clean but it’s work).
i have three questions:
1)can i delete the original curve at the end of the script?
2) can i divide the curve with a length parameter) (obviously last segment will be different length
3) can i apply this script to more than one element? (this script works only with one element at time)
You need to follow the output of the data in your nodes, that will be the clue to modify one element or heaps of them.
List.Create creates a unique list with all the points you get from the previous nodes but not ordered and List.Flatten makes it lose all its hierarchy. Hope you can make sense of this.
Cheers!





