Export DWG to XML
Moderators: SDS, support, admin
-
- Posts: 19
- Joined: 31 Aug 2017, 09:47
Export DWG to XML
Is there a way to export the complete DWG to XML file or any other readable format?
Thanks
Thangaraj N
Thanks
Thangaraj N
Last edited by nthangaraj on 12 Sep 2017, 18:03, edited 1 time in total.
-
- Posts: 19
- Joined: 31 Aug 2017, 09:47
Re: Export DWG to XML
Also is there a way to get the Tool and the version used to create the DWG?
We have a requirement that the DWG created using educational version is not valid.
We have a requirement that the DWG created using educational version is not valid.
Re: Export DWG to XML
Hello,
CAD .NET library doesn't have CADToXML export class, however, it is possible to read entities' properties to an XmlDocument, then save it to a file. You will find a corresponding code example in ImportDemo project which comes with the library.
Mikhail
CAD .NET library doesn't have CADToXML export class, however, it is possible to read entities' properties to an XmlDocument, then save it to a file. You will find a corresponding code example in ImportDemo project which comes with the library.
Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support