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
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by