Hi all!
The frustration is real on this one. Because I believe the solution is pretty simple but I cannot find it.
I have a list of contour curves, each on a different plane through the Z axis. I want to convert them into a data-tree grouped together depending on the Z value.
Here, I have analyzed the Z value of each one, but I don’t want just to Graft because some curves are on the same plane. What I’m trying to do should look something like this:
{0} N=1
{1} N=1
{2} N=2
{3} N=5
|
{162} N=8
Total N = 440 , Total branches = 163
Any help is much appreciated.