CAD Export VCL 8.0
CAD Export: Easy DXF PLT CGM SVG SWF PDF export in Borland Delphi / C++Builder
- Platform : Windows9x/ME/NT/2000/XP/Vista/Vista x64
- Added: Nov 22,2011
- Update: Nov 22,2011
- Price: 1215 USD
- Rating:
- Support: Technical support
- Bookmarks:
Publisher's description
From:
CADSoftToolsCAD Export VCL is an easy-to-use high-quality multi-functional source code provided component for using in Delphi/C++Builder applications. CAD Export VCL is a pack of several powerful classes that can be used in applications that give users ability to generate AutoCAD DXF, CGM, Hewlett-Packard PLT/HPGL, PDF, SVG and SWF files.
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 the more complicated method which allows you to get DXF, PLT/HPGL, CGM, PDF, SVG and SWF files with high precision. For your convenience we have implemented a new direct export conception: creation of TsgCADImage object, its entities and export using one of the TsgCADtoXXX classes (where XXX is output format). CADExportDemo is a demo project that shows the 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 you 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 the image using Windows GDI functions onto a Windows Metafile DC and give it to the Exporter. DXFExporter reads the Windows Metafile structure and makes the DXF automatically. For best translation, please make the metafile in 00.1 mm mode and use the 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. See example in CADExportDemo.
Other software by CADSoftTools
Keywords of CAD Export VCL