How To Draw Dynamo Rectangles in Civil 3D

I have a bunch of rectangles in Dynamo that I need to push into Civil 3D. What is the best way to accomplish this? Object.ByGeometry doesn’t seem to be working. Would prefer to have them drawn in as polylines.

One way is to first convert them to Dynamo polycurves and then use the PolylineExtensions.ObjectByGeometry node from the Civil 3D Toolkit.

Which polycurve node can handle the rectangle geometry?

Got it thanks!

2 Likes