generative 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;
}
Tags:

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
Permalink Reply by Morten Bülow on January 15, 2012 at 3:04am That did the trick.
Thanks.
© 2013 Created by Scott Davidson.
Powered by