Search found 3 matches
- 09 Mar 2018, 12:14
- Forum: CAD VCL
- Topic: Export DXF DWG
- Replies: 6
- Views: 21562
Re: Export DXF DWG
Further information:
- The DWG export generates a bug each time.
- If there is TsgDXFDimension then the DXF export generates a bug each time.
- The DWG export generates a bug each time.
- If there is TsgDXFDimension then the DXF export generates a bug each time.
- 07 Mar 2018, 11:37
- Forum: CAD VCL
- Topic: Export DXF DWG
- Replies: 6
- Views: 21562
Re: Export DXF DWG
Hello I delete the file before rewriting it Here is the code procedure TForm_FaceAvant.SaveToDXF; var AFileName : string; vMC : TMetafileCanvas; vM : TMetafile; Nom_wmf : string; vExport: TsgCADExport; begin Try SaveDialogDXF.Filter := TXt_filtre_dwg+'|'+TXt_filtre_dxf+'|'+TXt_filtre_wmf; if not Sav...
- 06 Mar 2018, 16:24
- Forum: CAD VCL
- Topic: Export DXF DWG
- Replies: 6
- Views: 21562
Export DXF DWG
Hello
I'm using CAD VCL 11.0 and I'm doing DXF and DWG export with TsgCADtoDXF and TsgCADtoDWG.
Most of the time the file can not be opened by Autocad.
I tried everything without success, thank you for your help.
I'm using CAD VCL 11.0 and I'm doing DXF and DWG export with TsgCADtoDXF and TsgCADtoDWG.
Most of the time the file can not be opened by Autocad.
I tried everything without success, thank you for your help.