Name | ID | Description | Type |
---|---|---|---|
List | L | List of items to sift | Generic Data |
Indices | i | Set of sifting indices (should not have duplicate index values) | Integer |
Name | ID | Description | Type |
---|---|---|---|
At i | i= | Resulting list of items at the sifting indices, with null placeholders representing the items in the 'Not i' list Perform operations on this list then combine this list back together with the 'Not i' list using Grasshopper's Combine Data component which replaces nulls. | Generic Data |
Not i | i≠ | Resulting list of items not at the sifting indices, with null placeholders representing the items in the 'At i' list Perform operations on this list then combine this list back together with the 'At i' list using Grasshopper's Combine Data component which replaces nulls. | Generic Data |
Site design © Robin Rodricks.
Pufferfish and associated data © 2024 Michael Pryor.
Rhinoceros and Grasshopper are registered trademarks of Robert McNeel & Associates.
Hosted by GitHub