Curve projection on plane

Hi,
I found some topics around my issue, but none of them was able to help me.
I’m trying to create model line from dwg import (which is working nicely) and then project it onto a plane (the original 3d line is not horizontal).
From unknown reason Dynamo is projecting the line (as I can see on the preview) correctly, but I’m not able to create model line in Revit and as you can see there are 2 nurbs in Curve.project node.

What am I doing wrong?

Sz.

I only get small piece of the line as below:

Hi @szymon.n have you tried a list.flatten before feed in modelcurve node ? but what does your warning say in curve.project node or maybe curve.pull.onto.plane could work…ps do you want translate you curve in -z direction? then probably copy.by.vector or move by vector or set location

1 Like

Thank you for response. Pull.onto.plane worked perfectly.

2 Likes