Dynamo in Civil3D model space

Hi, I am new to Dynamo and I would like to understand why I don’t see the results of my work in Civil 3D’s model space. For example, if I draw a circle in Dynamo and run my script, should it automatically display in the model space, or is there an additional step I need to take?

You likely need to generate the AutoCAD object. The means of doing so can be found in the AuroCAD or Civil3D section of your library. If you’re in the Geometry section all of those nodes make Dynamo geometry no changes are made to the DWGs.

1 Like

If you check AutoCAD section there is a section named Document.
Use the Object.byGeometry found on top to create object in Modelspace or Paperspace.
If you haven’t done it already, check the Dynamo primer. https://primer2.dynamobim.org/

Amigo @Michael.gonzalez86NZ buenas. come and take a look to some of the basic workflows for AutoCAD and C3D, the solution to your answer I posted it there to continue the post.