Wouterdek/NodeNetwork

Creating connections via code

jterry35 opened this issue · 2 comments

Is there a way to create connections via code?

Jup.
In short, here is the relevant snippet:

var con = network.ConnectionFactory(input, output);
network.Connections.Edit(x => x.Add(con));