Page 1 of 1
DXF to *.001 file
Posted: 22 Jun 2021, 15:06
by WaelEl-Sayegh
do cad .net support converting dxf to *.001 (text ) files?
Re: DXF to *.001 file
Posted: 22 Jun 2021, 20:05
by support
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
Re: DXF to *.001 file
Posted: 23 Jun 2021, 11:15
by WaelEl-Sayegh
i meant a text file that will store all the entities details.
Re: DXF to *.001 file
Posted: 23 Jun 2021, 21:37
by support
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