algorithmic modeling for Rhino
Tags:
code
if ((vPts != null))
{
if ((vPts.Count != pts.Count))
{
vPts = null;
}
}
if ((vPts == null))
{
vPts = new List(pts.Count);
for (int j = 0; j <= pts.Count - 1; j++)
{
vPts.Add(pts[j]);
}
}
if ((dVecs == null))
{
dVecs = new List();
CreateVecs(pts, dVecs, speed);
}
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