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
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