Civil3D Create Circle

Is there a node for creating circles in civil3d? I am using the “Circle.ByCenterPointRadius” to define my circle but don’t see to get these dynamo objects into civil3d. Any help would be appreciated.

After you’ve created the circle in Dynamo, just use an Object.ByGeometry node to send it to Civil 3D.

1 Like

@mzjensen So I have tried that but get a warning. Not sure if it is me not knowing how to use the block portion correctly but it appears that passing circle is part of the issues as well?

Input an error to the node

Screenshot_٢٠٢٢_٠٣٠١_٢٢٣٢١٨

You’re close! I’m assuming you want to add the circle to model space, so that would be the “block” input. There’s a node under the Document shelf in the library called Document.ModelSpace.

1 Like

@hosneyalaa @mzjensen Thank you very much! Everything works great once I pass the modelspace in and now I know that Object.ByGeometry accepts circle without issue. Thank you your help.