AutoCad Export with no Success
Posted: 21 Mar 2008, 19:41
Hi,
I've imported a AutoCad dwg using CadImportVCL, and export to a dxf file like the following.
boost::shared_ptr<TsgDXFExport > Exp(new TsgDXFExport());
Form->PaintTo(Exp->Canvas->Handle, 0, 0);
Exp->EndDraw();
AnsiString ResFileName = AnsiString(Proje->Dir);
ResFileName += "KALIP.DXF";
Exp->SaveToFile(ResFileName);
I've imported the exported DXF file to AutoCad.
The results are unacceptable. [:(!]
I've imported a AutoCad dwg using CadImportVCL, and export to a dxf file like the following.
boost::shared_ptr<TsgDXFExport > Exp(new TsgDXFExport());
Form->PaintTo(Exp->Canvas->Handle, 0, 0);
Exp->EndDraw();
AnsiString ResFileName = AnsiString(Proje->Dir);
ResFileName += "KALIP.DXF";
Exp->SaveToFile(ResFileName);
I've imported the exported DXF file to AutoCad.
The results are unacceptable. [:(!]