Best way to merge multiple dxf files into one?

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
robhoney
Posts: 4
Joined: 27 Oct 2009, 13:50

Best way to merge multiple dxf files into one?

Post by robhoney » 04 Dec 2009, 19:29

Hello,

I am trying to take multiple dxf files and combine them into one big file. Each file needs to be loaded, a couple of items removed (unwanted text etc.) and then added to the big file. These files will be laid out in rows and columns, depending on how many there are.

I looked at the MergeFiles Demo and could see how to make that work, but it used references to dxf files, I need the end result to be one big self contained dxf file without external references.

Regards,

Rob H

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

Re: Best way to merge multiple dxf files into one?

Post by support » 08 Dec 2009, 12:26

Hello.
Currently the only way to merge files is only using XRefs. We need to implement some modifications to our assembly before binding files will be possible. We plan to implement such functional in the future versions.

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

Post Reply