Skip to main content

Node types

The following pages describe all of the currently available node types to create solutions. Different node types are relevant as they introduce the possibility to incorporate a variety of control structures into the solution building process. For each of the node types, the properties and semantics are described. This explains how the node gets processed once it is running and how the node and its children are being processed. Next to this, there are examples on how to use the Python API to instantiate the nodes.

Each node has a .show() function which will plot a visual representation of the node, you will also see an example of this for each node.

Control structures

Miscellaneous

Error handling