I am using data-shapes (select model element data order) to number floor tread in my project. data shapes is working just fine. When I run the script I only numbers the first tread I select with the last number in the list. I messed with some of the lacing and still cant get the results. What am I doing wrong. All my watch list seem to be fine until I get to the last node to place the parameter.
There’s no reason for the List.Create
node; it’s actually adding an additional list level that’s throwing things off. You can see in the final output that the same element is being written to multiple times.
1 Like