algorithmic modeling for Rhino
Tags:
Rhino.Geometry.Intersect.CurveIntersections ci = Rhino.Geometry.Intersect.Intersection.CurveSurface(crvInput, srfInput, dblTol, dblOvlTol);
for (int icounter = 0; icounter < ci.Count; icounter++)
{
Rhino.Geometry.Intersect.IntersectionEvent i = ci[icounter];
if(i.IsPoint)
xxxxx
}
oh I needed this so much, it works! ;) thanks.
Welcome to
Grasshopper
© 2025 Created by Scott Davidson.
Powered by