Loop Out¶
This node in conjunction with the Loop In node can create loops with nodes
Offers two different modes ‘Range’ and ‘For Each’
Operators¶
Create Loop In: creates a Loop In node and links the Loop In - Loop Out socket.
Inputs¶
Loop Out: Socket to link with the Loop Out node.
Break: If a True value is inputted the loop will stop (Only if Loop In is in Range Mode).
Skip: If a True value is inputted the loop the result wont be added to the output, like a internal mask. (Only if Loop In is in For Each Mode).
Data0, Data1… if working on Range Mode inputs will be created copying the Loop in Outputs. If working in For Each mode they will be created when linking the Loop Out inputs
Outputs¶
Data0, Data1… In Range mode: inputs will be created copying the Loop in Outputs. In For Each mode they will be copy the Loop Out inputs.
Examples¶
Generator-> Box
CAD-> Inset Special
CA: Faces Area: Analyzers-> Component Analyzer
Number-> Random Num Gen
MUL X: Number-> Scalar Math
Logic-> Loop In
List->List Main-> List Length
BIG X: Logic-> Logic Functions
Text-> Stethoscope
Viz-> Viewer Draw
Generator-> Box
Transform-> Noise Displace
CA: Faces Area: Analyzers-> Component Analyzer
BIG X: Logic-> Logic Functions
Logic-> Loop In
Viz-> Viewer Draw