



Description
These two components allow for two means of list organization. Shear List takes a list of data and creates two lists, one with the last item removed and a second with the first item removed creating a staggered pair of lists making value comparisons simple. ex. (A,B,C,D,E) = (A,B,C,D) & (B,C,D,E). Pair takes a list and creates a datatree with pairs of sequential values from the list. ex. (A,B,C,D,E) = [A,B] , [B,C] , [C,D] , [D,E]
Components
Pair List
L | In | Object | List | A list of objects |
P | Out | Object | Tree | Datatree of sequential pairs of objects |
Shear List
L | In | Object | List | A list of objects |
A | In | Object | List | A shifted list with the last list item removed |
B | Out | Polyline | List | A shifted list with the first list items removed |
Downloads
Minimum Requirements
Platform | Rhino 5, Grasshopper |
Version | Grasshopper 0.9.0075 |
Type | C# Component |