Dear friends,
I have a requirement for showing the CAD files (*.DWG) in asp.net webpage. can you please anybody tell me how can be achieve this? is there any 3rd party dll available for this? if anything, please kindly share me the sample code or details. thanks in advance. have a happy coding..
Thanks & Regards,
Abdul baasith.
Loading
MikhailPosted Jun 25, 2014, 10:40 AM
The another library for DWG/DXF viewing in ASP.NET is CAD Import .NET library developed by CADSoftTools.
The online service sharecad.org is based on CADSoftTools libraries, so you can see an example of the turn-key online CAD viewer. I heard they have ASP.NET control that replicates sharecad.org functionality, I think this control is worth to try.
Jaganathan BantheswaranPosted Oct 22, 2013, 5:29 AM
I am not sure but try this http://www.infograph.com/viewers
Abdul BaasithPosted Oct 22, 2013, 3:10 AM
Jaganathan BantheswaranPosted Oct 22, 2013, 2:16 AM
Here is an example to get started.
Here is the documentation for CadLib. You can look into all the namespaces.
Abdul BaasithPosted Oct 22, 2013, 1:41 AM
Jaganathan BantheswaranPosted Oct 19, 2013, 5:09 AM
You have to use CadLib library to play with cad files.