I’m trying to make level by export data from excel file which has level and level name.
But it doesn’t work as I expected.
One level overlapped by another level just like this picture.
Is there a way to solve this problem without using package?
@ikek102030 You need to give the elevations from level 0, not from previous level. You should use the highlighted column in the attach image as your elevations:
Thank you for your answer, @SeanP ,@SrijanGautam .
Your answers are perfectly work but I want to solve this problem only use Dynamo.
I mean, I want to solve this without changing excel file data.
And, how to add newly created level’s height to current level’s height?
Thanks for the shoutout @sovitek, and glad to see the node had found a use!
Probably more elegant ways to do it, but in principle my node just works its way through each item in the list, adds that item to a value and then yields it to a new list.
A yielding function is probably slightly more effective but a bit harder to learn from as the statement isn’t that well known.
I also add an optional ‘spacer’ to add between each instance of the sum, but by default it is 0.