cart: empty [ Login ]

Can we create similar DWG file as attached?

1 
Sachin Tripathi
9/20/2019 7:17 AM
Hi Wout, Can we create similar DWG file(as attached) using this .Net library in a web application? Please suggest the way. Regards, Sachin
DWGSampleImage.PNG
Wout
9/20/2019 11:56 AM
Maybe, I can't tell without having the DXF/DWG file. - Wout
Sachin Tripathi
9/20/2019 12:11 PM
I tried to attach that DWG file(with size more than 1MB) but after submitting the page I see an error page. By the way, I'm attaching another similar file with 2 pages only. Please suggest the way to achieve this functionality. Regards, Sachin
Wout
9/20/2019 12:22 PM
Yes it's possible. All the entities in this drawing are supported by CadLib. You can do a basic verification by reading the file with CadLib and then writing it to another file, open the written file in AutoCAD and check that everything is there. - Wout
Sachin Tripathi
9/20/2019 1:05 PM
We need to create such a DWG file in .Net by some Algorithm. So I believe it is possible. May I know what is the way to achieve this? Regards, Sachin
Wout
9/20/2019 1:57 PM
I suggest to download CadLib and study the examples and the documentation. If you have a specific question you can ask it on the forum. - Wout
1