Name | ID | Description | Type |
---|---|---|---|
Starting Data | S | Starting Data. This will be output at F just once at the beginning, before any looping is performed. | Generic Data |
Data | D* | Represents a collection of generic data | Goo |
Termination Condition | B* | Accepts either a boolean or number. If the boolean is false, or the current iterations count is equal or more than the input, the loop will stop. | Goo |
Trigger | T* | Will trigger a HS Iteration if the content of the input has changed. | Goo |
Name | ID | Description | Type |
---|---|---|---|
Feedback | F | Feedback Output. Here you get a copy of the data at the "*D" input, or the "*S" input if the former one is empty. | Generic Data |
Cumulative Feedback | C | Cumulative Feedback Output. Here you get the cumulative output of all Hoopsnake iterations, each as a branch in a data tree. | Generic Data |
Loops Counter | L | Loops Counter. | Integer |
Iterations Counter | I | Iterations Counter. | Integer |
Site design © Robin Rodricks.
Hoopsnake and associated data © 2024 yconst.
Rhinoceros and Grasshopper are registered trademarks of Robert McNeel & Associates.
Hosted by GitHub