DXF to *.001 file
Moderators: SDS, support, admin
-
- Posts: 3
- Joined: 09 Jun 2021, 17:40
DXF to *.001 file
do cad .net support converting dxf to *.001 (text ) files?
Re: DXF to *.001 file
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
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
Chat support on Skype: cadsofttools.support
-
- Posts: 3
- Joined: 09 Jun 2021, 17:40
Re: DXF to *.001 file
i meant a text file that will store all the entities details.
Re: DXF to *.001 file
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
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
Chat support on Skype: cadsofttools.support