Export to AutoCAD

Export to AutoCAD

Anonymous
Not applicable
679 Views
3 Replies
Message 1 of 4

Export to AutoCAD

Anonymous
Not applicable

Hello,

 

We have ASP .Net web application developed with C# as code-behind. We have requirement to export graphics (of conveyors) in to AutoCAD, is it doable?

 

Please guide is that is possible.

 

Thanks,

Atit Shah

0 Likes
680 Views
3 Replies
Replies (3)
Message 2 of 4

Dale.Bartlett
Collaborator
Collaborator

To the best of knowledge you have two options:

1.  Autodesk's RealDWG (annual licence fee) - This is what I have used to generate finished DWG document sets from a standalone .NET application. It is used by Revit to export DWG I believe. RealDWG has no View or Print capability so I used the Autodesk TrueView dll to do that.

2.  Open Design Alliance (https://www.opendesign.com/products/teigha-drawings) - Used to provide DWG export compatibility by lots of non-Autodesk applications (Turbo CAD, etc.)

 

Regards,

Dale




______________
Yes, I'm Satoshi.
0 Likes
Message 3 of 4

Anonymous
Not applicable

There is also the 'old' way, write a DXF file. It's a text file relatively simple to write that can be open directly from AutoCAD...

Its format is well documented and free!! Smiley Wink

Message 4 of 4

hgasty1001
Advisor
Advisor

Hi,

 

We need more information about the graphic format, if, for example you are using SVG, there is a tool (not free: Toolpac) to import SVG into AutoCAD, if they are raster graphics like HTML 5 Canvas graphics , there is no much you can do other than import the picture, or use a raster to vector software. Another approach would be to create a DXF file  using the same input used to create the image in the web page. Also a script  (a pure script or Autolisp) may be created from the input. In any case you need a good understanding of AutoCAD.

 

Gaston Nunez

0 Likes