Hi,
I want to figure out, is there any idea how I can get to place object along corridor feature line at our own specific station instead placing from start to end. I want to make the graph in Red Bound to be same output as graph in Green Bound.
Hi,
I want to figure out, is there any idea how I can get to place object along corridor feature line at our own specific station instead placing from start to end. I want to make the graph in Red Bound to be same output as graph in Green Bound.
Ok, I just got the idea. Just combine with Create List node, then it will generate the the same output and can be alter the start & end station. Thank you.
Is the List.Create node necessary? The range is from itself a List already.
If needed, you can also do that inside the Code Block:
I see. I’m new with the code so, I’m just utilize the available node to get the output. Anyway, thanks @Anton_Huizinga for the great solution.