How to run dynamo code for civil 3d from addin?

How to run dynamo code from addin?

Look into pyRevit, Relay, Nonica tab or Dyno. These all put your scripts into a toolbar.

Hi @eng.minamaged , you can follow this post :

I did start looking at supporting civil 3d as well, but it’s not finished yet.

If it’s in Revit you can use either Dynamo Player or pyRevit,but for Civil3D,I don’t know.

Looks like Orkestra recently added C3d support (according to their git changelogs):

The ‘AECCRUNDYNAMOSCRIPT’ command makes binding the execution of a graph from a variety of contexts, even from external applications. It’s not as smooth as a full add-in, but it serves the purpose quite well.

I hope you will finish the code for Civil 3D. Thank you @john_pierson ,
I appreciate your efforts. you gave me a hope.