Wouterdek/NodeNetwork

Great Library - some questions

Shibulski opened this issue · 3 comments

Is it possible (out of the box) to have the endpoints on top/bottom instead left/right?
Is it possible (out of the box) to set the cardinality of the endpoints?

Is it possible (out of the box) to have the endpoints on top/bottom instead left/right?

No

Is it possible (out of the box) to set the cardinality of the endpoints?

Cardinality as in number of connections at an endpoint? Yes, Endpoint has a MaxConnections property.

Thanks for your answer! How complicated would it be to enable the top/bottom endpoints feature? Just a matter of "tweaking" the xamls?

Thanks for your answer! How complicated would it be to enable the top/bottom endpoints feature? Just a matter of "tweaking" the xamls?

I think so, yes. The nodes, inputs and outputs can be customized heavily by changing out the Template they use. You can probably make a copy of the default template for nodes and endpoints and modify them to fit your usecase.