DIVA-for-Rhino is a plugin which runs thermal, daylight, solar radiation, and glare simulations. Our goal is to bring validated environmental simulations directly to the conceptual design environments of Rhino and GH without going through the black box of third party software.See More
Karamba interactively calculates the statical response of three dimensional beam structures under the action of external loads.Current Version: 0.9.083 (January 13th 2011)See More
Slingshot! is a plug-in aimed at enabling Grasshopper to connect and share information with remote data sources.Slingshot! currently features an extensive collection of components for reading, writing, and managing relational database systems using SQL.See More
gHowl is a set of components which extend Grasshopper's ability to communicate and exchange information with other applications and physical devices.See More
if u have an array (points in your case) then every element has index and value.
point[index]=value
point[1]
point[2]
point[3]
point[...]
point[n]
Item (list item) takes all points and selects particular point according to index what is generated…