CAD Export VCL 8.0
CAD Export VCL:
* provides direct export to AutoCAD DXF, Hewlett-Packard PLT/HPGL, CGM, PDF, SVG and SWF file formats
* fully compatible with Borland Delphi and C++ Builder from 6 up to 2009 versions
* supports Unicode
* source code provided
* royalty free licensing
CAD Export VCL allows export by two methods: fast method - via a metafile and high precision direct method.
Direct export
Direct export is more complicated method which allows to get DXF, PLT/HPGL, CGM, PDF, SVG and SWF files with high precision. For your convenience we have implemented new direct export conception: creation of TsgCADImage object, its entities and export using one of TsgCADtox*x classes (where x*x is output format). CADExportDemo is a demo project that shows creation of the TsgCADImage object, its entities and direct export to the one of the supported file formats.
Export via metafile
Export via a metafile allows to create DXF files automatically. This is a quick and convenient method for adding DXF export functionality to your application. All you need is to draw image using Windows GDI functions onto Windows Metafile DC and give it to the Exporter. DXFExporter reads Windows Metafile structure and makes DXF automatically. For the best translation from applications please make metafile in 00.1 mm mode and use XP_USE01MM flag. DXFExporter is a demo project that shows export to DXF file format via a metafile or directly. Direct export in DXFExporter demo uses old methods from TsgDXFExport class. This mode of direct export is obsolete. We recommend direct export based on inner image entities using. See example in CADExportDemo.
Import of AutoCAD 2011 DXF and DWG files
Export to PDF file format
Import of DXF binary, DWF files
Export to PDF file format
Quantity of points in polyline is limited
Every loaded entity has its own unique Handle
Complex line types
Bezier splines are supported
AutoCAD WIPEOUT, MLINE, HELIX, TOLERANCE, TRACE, SHAPE entities are supported
...PLT Import for AutoCAD is a HPGL...This plug-in gives AutoCAD the ability to...ASCII and Binary PLT files. PLT Import...for AutoCAD reads pen movement...data stored PLT files and imports...into AutoCAD. A HPGL PLT file is...pen movements of HPGL plotters. PLT Import...for AutoCAD reads these pen...
...PLT Export for SolidWorks is...a HPGL Plot PLT file export add-in...the ability to export geometric data from...document to a HPGL PLT file. PLT...Export for SolidWorks reads...movements in a HPGL Plot file. PLT...Export for SolidWorks is...following commands: # Export - Export objects...to a PLT file # Help...
...CAD Import VCL is a high-quality...is provided, including AutoCAD DWG, DXF, DWF,...Packard HPGL, PLT, HGL,...JPG, GIF etc. CAD Import VCL: *...supports all known CAD formats (DWG/DXF up...the properties of CAD entities (see DWG/DXF...* Fast Report VCL and Report Builder...compatible CAD Import VCL features # Easy...
...is provided, including AutoCAD DWG, DXF, DWF,...Packard HPGL, PLT, HGL,...editing both standard CAD formats such as...DWG and DXF and vector files:...opened, including DXF, PLT and other files...
...PLT Import for SolidWorks...is a HPGL Plot (.plt) file...geometric data from PLT files. PLT Import...movement data stored PLT files and imports...into SolidWorks. A HPGL PLT file is...pen movements of HPGL plotters. PLT Import...a drawing document. PLT Import for SolidWorks...- Import a PLT file # Help...

