Parametric design in MoI?

 From:  Max Smirnov (SMIRNOV)
7713.596 
v.0.93

Added Basic/Progression node (generates arithmetic and geometric progressions)
Added Basic/Extract node (extacts selected elements from pointarrays and numarrays. use right click on node to change input type)
Added Logic/Compare node
Added Logic/Split node (use right click on node to change input type)
Added Construct/Sweep node

As I wrote earlier I've decided to not create a separate data type for boolean variables. I use a numeric arrays for this purposes. N > 0 = TRUE, N < 0 = FALSE, N = 0 = FALSE.


Bug fixed in processInOut function.
Added Repeat mode (at the moment only two nodes can use this mode: Split and Line)

Added Node.changeOutputType function

Improved missed nodes detection algorithm. Save/Run/Step buttons will be automatically unblocked when all missed nodes are removed.
Use Ctrl + click on info button to highlight inputs/outputs types

EDITED: 7 Mar 2022 by SMIRNOV