Thanks for answering Jeremy. Unfortunatly the samples do not compile in Revit 2016. I'm struggling to reconfigure the code.
Using Model Curve Creator, for example here:
Transform tv = Transform.GetTranslation(v);
curve = curve.GetTransformed(tv);
and here:
foreach (GeometryObject obj in e.Objects)
Dirk
Using Model Curve Creator, for example here:
Transform tv = Transform.GetTranslation(v);
curve = curve.GetTransformed(tv);
and here:
foreach (GeometryObject obj in e.Objects)
Dirk