Grasshopper

algorithmic modeling for Rhino

Can anyone show me how the function "ExtendByLine"  works? I can't make it return anything else than "null".

Thanks

private void RunScript(Curve x, List<Surface> y, ref object A)
{

Curve crv = x.ExtendByLine(CurveEnd.Start, y);


A = crv;
}

Views: 1394

Replies to This Discussion

Don't know, works for me. I made y a List<GeometryBase> rather than a List<Surface>, try that.

--

David Rutten

david@mcneel.com

Poprad, Slovakia

That did the trick. 

Thanks.

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service