Export Civil 3D file to AutoCAD using .NET

Export Civil 3D file to AutoCAD using .NET

darius.simkunas
Advocate Advocate
581 Views
1 Reply
Message 1 of 2

Export Civil 3D file to AutoCAD using .NET

darius.simkunas
Advocate
Advocate

Hi,

I would like export to AutoCAD, Civil 3D drawing using API. How I can do this?

Thank you.

Best regards

Darius

0 Likes
582 Views
1 Reply
Reply (1)
Message 2 of 2

augusto.goncalves
Alumni
Alumni

Hi Darius,

 

This Civl 3D UI feature is not exposed in the API, sorry. The closest you can get it's to recursively explode the Civil 3D entities and generate a basic DWG, also remove any Civil 3D specific entries from the dictionaries.

 

FYI, the "Export to AutoCAD" feature hook into the base DwgOut method of each entity, which is not easy to implement for a custom routine (addin).

 

Regards,



Augusto Goncalves
Twitter @augustomaia
Autodesk Developer Network