DXF to *.001 file

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
WaelEl-Sayegh
Posts: 3
Joined: 09 Jun 2021, 17:40

DXF to *.001 file

Post by WaelEl-Sayegh » 22 Jun 2021, 15:06

do cad .net support converting dxf to *.001 (text ) files?

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: DXF to *.001 file

Post by support » 22 Jun 2021, 20:05

Hello,

Could you please provide more information about files with the extension .001? As I know, a .001 file is the first file of a split archive.

Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

WaelEl-Sayegh
Posts: 3
Joined: 09 Jun 2021, 17:40

Re: DXF to *.001 file

Post by WaelEl-Sayegh » 23 Jun 2021, 11:15

i meant a text file that will store all the entities details.

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: DXF to *.001 file

Post by support » 23 Jun 2021, 21:37

Hello,

The library doesn't have a method for saving the entities data to a text file. However, you can implement it in your code, as shown in the sample project ImportDemo. Please have a look at the method CADImportNetDemos.CADImportDemo.TXTImport.TXTImporter.CreateTXTRecords().

Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply