How to merge dxf files and save a new file ?

Discuss and ask questions about CAD VCL (Delphi and C++ Builder).

Moderators: SDS, support, admin

Post Reply
koseco
Posts: 7
Joined: 15 Jun 2005, 09:19
Location: Korea
Contact:

How to merge dxf files and save a new file ?

Post by koseco » 23 Jun 2005, 13:21

I bought DXFExporterVCL and DXFImporterVCL for Borland C++Builder6.

I want to implement with these component following steps.
I have to finish these steps in a few days.

1. Open a DXF file
2. Open a DXF file which is added exist DXF file
3. Get the points of each Enitites
4. Calculations of coordintion (transform...) (My own job)
5. Modify the coordination of points each entities.
6. Save a new file which is converted ACad Version.

AddScaledDXF does not add infoms of entities to the DXFConverter ?

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

Post by support » 04 Aug 2006, 11:46

AddScaledDXF adds TsgDXFXRef entity.
i.e. DXFConverter.Entities will include INSERT entity which will contain the Block with Xref.

Sergey.

please post questions to the forum or write to support@cadsofttools.com

Post Reply