DetailLine.FromeCurve ("null")

Hi,

I am trying to draw a rectangle on a drafting view with the node Rectangle.ByCornerPoints en then to the DetailLine.FromCurve node.
I see the rectange in Dynamo but not on my view, i get a “null” value.

Knipsel
Somebody know a solution for this?

Regards

Try using the OOTB node: PolyCurve.Curves between Rectangle node and the Detailline.FromCurve node

Again very easy solution, thanks alot!