ModelCuve.Curve not working

Hi,

I want to export the dynamo curve to revit using modelcurve.curve However it reports me to bsplinecurve not implemented. Is there a way i can overcome it? Curve input for offset prob.sat (28.9 KB)
Offset Curve.dyn (4.8 KB)

Try exploding the offset curve before passing it into ModelCurve.ByCurve.
You could also pass the exploded curve through Springnode’s CurveLoop.Simplify to get rid of some unnecessary lines. In your case it probably won’t do much, though.

@minhchau.nguyen Explode the curve towards the end.
You’ll end up with numerous model curves though

1 Like

@minhchau.nguyen To reduce model curve clutter, you could try this

2 Likes

Thank you very much

1 Like