简体   繁体   中英

Create AutoCAD .dwg file online (on server) without opening AutoCAD with C# Asp.Net

I managed to create and manipulate with AutoCAD files with this library (wpf app)

Found it in this post

Howewer, to use this library, AutoCAD has to be opened (window visible) while program does coded drawing.

This is fairly old post (5 years) so the rest of it does not fulfill my wishes. And maybe during this 5 years something came up.

Does anyone know is it possible and how to create and/or manipulate .dwg files on server using asp.net?

You can use Forge Design Automation API , which is basically an instance of AutoCAD running on the cloud where you can upload DWG files along with custom code (eg .NET DLL) and a script (sequence of commands). At the end, you can download the results.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM