2

I would like to know the possibility of drawing the Auto CAD 3D shapes using ASP.Net. I have came across some blogs which tells that could convert the CAD files to PDF files and i didn't get any info about drawing Auto CAD shapes using .net. Also i would like to know the possibility for drawing kind of below image.

Kindly let me know is there any API available in .net to achieve this and If API avaiable for Web version that would be appreciable.

enter image description here

Mathankumar
  • 105
  • 1
  • 11

2 Answers2

0

There are many software components out there that can create DWG/DXF files. You need to search on Google for .NET CAD components.

Once you create the DWG/DXF file you can easily serve it as a download or convert it to PDF file format and allow PDF download.

abenci
  • 8,422
  • 19
  • 69
  • 134
0

There are several commercial libraries supporting CAD files display and a free iFrame plugin that is able to show CAD

Maria
  • 1