List Decompose¶
Functionality¶
Inverse to list join node. Separate list at some level of data to several sockets. Sockets count the same as items count in exact level.
Inputs¶
data - adaptable socket
Parameters¶
Parameter |
Type |
Default |
Description |
---|---|---|---|
level |
Int |
1 |
Level of data to operate. |
Count |
Int |
1 |
Output sockets’ count. defined manually or with Auto set |
Auto set |
Button |
Calculate output sockets’ count based on data count on chosen level |
Outputs¶
data - multisocket
Example of usage¶
Decomposed simple list in 2 level:
Number-> Number Range
Text-> Stethoscope
Use ‘Auto set’ button:
Set Level
Press Auto set
Number-> List Input
Text-> Stethoscope
Decompose list of Bezier Curves:
Curves->Bezier-> Bezier Spline (Curve)
List->List Main-> List Join
Curves-> Evaluate Curve
Viz-> Viewer Draw
Text-> Stethoscope
Generator-> Random Vector
Generator->Generators Extended-> Triangle
Viz-> Viewer Draw