Delay working of a node

Greetings all,

I’m trying to make pressure network from polylines then after the pressure network is created im trying to use the alignments created to make a surface profile for these pipes, both nodes are working in parallel.
so, creating a profile from the alignments doesn’t work in the first time because it didn’t find any alignments at the beginning.
Does anyone know how to make a node execute a node one after another?

Thanks, in advance.

You need to put a passthrough method between the initial start of the branch for the creation of the profile and the subsequent node, inserting the last node as the ‘wait for’ input.

Search for ‘passthrough’ node for examples.

Hi Jacob,

Thank you for your reply, I appreciate it.
I’m using dynamo for civil 3D, but I can’t find this node, do you know where can I find it? which package to install?

Thanks in advance.

There are many, but I recommend using a code block consisting of [passThrough,waitFor][0]; as many of the packages will require juggling Python 2 installations.

2 Likes