algorithmic modeling for Rhino
Hi guys,
With the C# code below (and attached) I get the following output. How could I get actual points?
 private void RunScript(List crv, double nb, ref object Brep, ref object DivPts)
List<Point3d[]> pts = new List<Point3d[]>();
for(int i = 0; i < crv.Count;i = i + 2)
Point3d[] pointArray; crv[i].DivideByLength(nb, true, out   pointArray);
pts.Add(pointArray);
}
DivPts = pts;
}
Many thanks,
Arthur
Tags:
 DivideByLength.gh, 2 KB
 DivideByLength.gh, 2 KB                            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
    © 2025               Created by Scott Davidson.             
    Powered by
    