How to merge dxf files and save a new file ?
Moderators: SDS, support, admin
How to merge dxf files and save a new file ?
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 ?
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 ?
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
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