Nodebundle for playing with nodes

 From:  Karsten (KMRQUS)
7777.200 
Hello,

I want to post my last snapshot:
For those are interested in - extract the file in in a subfolder and copy the folder nodeeditor.v.0.85 to e.g C:\Programs(x86)\Moi\ui\. After that, start Moi and go to Options and Shortcut keys. Click the Add button. Enter a key e.g. F8 or Alt+N. Under command place:
moi.ui.createDialog( 'nodeeditor.v.0.85/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow )
Now press close - and enter your shortcut key. - Hopefully it works. In the attached file nodes_V0.85_mod8.xls is a short overview for the additional nodes.

To start working with the nodeeditor press the right mouse button. Hold down and chose a node. A double click on a node opens the info panel on the right side - same result as pressing the info button on the right upper side and click to the node. Most of the nodes have inputs and outputs. At the moment there are three datatypes:

numarrays -> for numbers and arrays of them
pointarray -> for points and sequences of points
objectlists -> geometrical objects like points, lines, curves, bodys ...
Boolean -> at the moment unused

The node is like a blackbox, which takes inputs of the mentioned datatypes and processes them to an output. Outputs can be connected to the input of another node. Outputs of type numarray and pointarray can be connected to multiple node inputs. Objectlists can only connected one by one. If you want to connect to multiple nodes, you can use a clone node for that. To connect outputs to inputs, press the left mouse button on the output and drag the cursor to the input you want to connect. Release the mouse button over the input and Output is wired to the input. The color of the wire depends on the data type which will "transported". Under the basic Menu item (RMB) is a Output node that brings the data to Moi. To start the processing, press the start button. The Apply button pushes the data/geometry permanently to Moi.

I'm not a native speaker, so maybe can take the infos and bring them back in a improved version.

Have a nice day/afternoon/night to all
Karsten

EDITED: 6 Mar 2019 by KMRQUS