algorithmic modeling for Rhino
Tags:
Point3d[] pts = null;
crv.DivideByLength(1.0, true, out pts);
DataTree<double> tree1 = new DataTree<double>();
DataTree<Point3d> tree2 = new DataTree<Point3d>();
for(int i = 0; i < na.Count; i++)
{
GH_Path p = new GH_Path(i);
Point3d[] pts;
tree1.AddRange(na[i].DivideByLength(lendist, true, out pts), p);
tree2.AddRange(pts, p);
}
A = tree1;
B = tree2;
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