algorithmic modeling for Rhino
Hug eveyone :), i get some troules in this way ?
private void RunScript(List<On3dPoint> Pts, ref object A)
{
RMA.OpenNURBS.OnNurbsCurve Ncurve;
Ncurve.CreatePeriodicUniformNurbs(Degree, (Degree + 1), Pts);
if (Ncurve.IsValid()){A = Ncurve;}
}
Tags:
OnNurbsCurve Ncurve = new OnNurbsCurve();
if (Ncurve.CreatePeriodicUniformNurbs(Degree, (Degree + 1), Pts.ToArray()))
{
A = Ncurve;
}
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
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by