algorithmic modeling for Rhino
double[] ts = MyCurve.DivideByCount(100, true);
for (int i = 0; i < ts.Length; i++)
{
//Do something with ts[i]
}
foreach (double t in ts)
{
//Do something with t
}
if (ts == null) { return; }
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
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by