


Description
This vb Component for Grasshopper takes a series of values and locates and indexes common values. Returning each a corresponding list of the unique values and their total number of repetitions. Developed for fabrication this function is useful for optimizing production. This component has been majorly revised recently.
Components
Regular Triangular Mesh
U | In | Integer | Item | The number of quads in the U direction |
V | In | Integer | Item | The number of quads in the V direction |
M | In | Integer | Item | 0 = Parallel, 1 = Wave, 2 = Cross, 3 = Rings |
S | In | Boolean | Item | Swaps the grain of the triangulation |
UV | Out | Point 3d | List | A list of unitized UV coordinates at the specified division. |
F | Out | Faces | List | A list of corresponding faces describing the selected pattern |
Downloads
Minimum Requirements
Platform | Rhino 5, Grasshopper |
Version | Grasshopper 0.9.0075 |
Type | C# Component |