Parametric design in MoI?

 From:  bemfarmer
7713.90 In reply to 7713.89 
Hi Karsten

Finally found the simple error.
Line needs to be replaced with Curve, twice

Line.title = "Curve";
Line.desc = "Curve";

ICurve.title = "ICurve";
ICurve.desc = "ICurve";

- Brian

I renamed it ICurve, because ControlPoint curves are also possible.

Now I will try the simple Catenary to feed into ICurve.

EDITED: 5 Dec 2015 by BEMFARMER