Search found 1 match
- 09 Jun 2017, 16:13
- Forum: CAD VCL
- Topic: Export layers to DXF
- Replies: 1
- Views: 20113
Export layers to DXF
Hello, we are migrating an old application with an old version of CADVCL to CADVCL v11. we used to export the DXF from an EMF format via the following lines : vDXF := TsgDXFExport.Create; .... for i := 1 to Emfs.count do begin layer := TsgExpDXFLayer.Create (EMFs [i-1].name); vDXF.CurrentLayer := la...