algorithmic modeling for Rhino
Tags:
public void RecursiveFunction(Object blech, Object blarg, int chicken)
{
if (chicken > 10000) { return; }
// do your thing
RecursiveFunction(blech, blarg, chicken + 1);
}
Welcome to
Grasshopper
© 2025 Created by Scott Davidson.
Powered by