
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 recently been completely reworked. There are two versions of the components. Types Sorted sorts the output types in descending order and Types assigns output types in the order they occur.
Components

Data Types Indexed
V | In | Number / String | List | A list of numbers to be commonly categorized |
R | Out | Integer | List | List of indices per Value input corresponding to type outputs |
I | Out | Integer | List | Zero based list of indices |
T | Out | Plane | List | List of unique values |
C | Out | Integer | List | Total number of occurrences of each value |

Data Types
V | In | Number / String | List | A list of numbers to be commonly categorized |
R | Out | Integer | List | List of indices per Value input corresponding to type outputs |
T | Out | Plane | List | List of unique values |
C | Out | Integer | List | Total number of occurrences of each value |
Downloads
Minimum Requirements
Platform | Rhino 5, Grasshopper |
Version | Grasshopper 0.9.0075 |
Type | C# Component |