I use autocad to measure areas like homes and property. And I have a website to create a report using the meaurement as an input. I want to know if there is a way to send the meaurement results automatically from autocad to my website? The autocad should output location name and area in m2. Thanks in advance!
Asked
Active
Viewed 37 times
1 Answers
0
AutoCAD supports .NET programming when you can read the area information of polygons. Then you need generic .NET programming to upload that into your website (e.g. using REST).
You may also use C++ or LISP, but it's a bit harder to connect to online.

Augusto Goncalves
- 8,493
- 2
- 17
- 44