-
Notifications
You must be signed in to change notification settings - Fork 6
User Guide
Dan Cascaval edited this page Aug 30, 2018
·
15 revisions
Impala components operate the same way as Grasshopper components, and many operations are mathematically identical to the ones that Grasshopper already provides. Impala takes in almost all component inputs as Tree
in order to perform its own looping. The input description notes the cases where the entire tree branch is processed (as a list). See the Components section for more information on each specific component.
Installation is standard for Rhino 5 Grasshopper Plugins : Place the Impala_v1 folder in the Components folder, make sure to unzip the folder and unblock Impala.gha
, System.ValueTuple.dll
and KdTreeLib.dll
.