Data Types

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

VInNumber / StringListA list of numbers to be commonly categorized
ROutIntegerListList of indices per Value input corresponding to type outputs
IOutIntegerListZero based list of indices
TOutPlaneListList of unique values
COutIntegerListTotal number of occurrences of each value

Data Types

VInNumber / StringListA list of numbers to be commonly categorized
ROutIntegerListList of indices per Value input corresponding to type outputs
TOutPlaneListList of unique values
COutIntegerListTotal number of occurrences of each value

Downloads

Minimum Requirements

PlatformRhino 5, Grasshopper
VersionGrasshopper 0.9.0075
TypeC# Component