CAD VCL Specifications
|
Work with DWG/DXF and other 2D/3D CAD formats in Delphi and C++Builder.
CAD VCL is a library for creating software in Delphi and C++Builder applications. With its help a developer can create, visualize, import, export, print drawings and also get access to properties of entities. CAD VCL supports a large number of 2D and 3D CAD formats including AutoCAD DWG (2.5 - 2018), DXF, HPGL, STP, STL, SVG, CGM and others. The library is provided in the Delphi source code.
The detailed help system, demonstrative scheme of main classes and prompt free customer support make CAD VCL an excellent variant for implementation. The compilable library version is delivered with illustrative demo applications thanks to which the starting will not cause any difficulties. The demo application Getting Started contains simple code examples that can be easily copied to another application in order to use CAD VCL features. The Viewer demo application is an example of using CAD VCL for viewing files. With its help a developer can know such library functions as zooming, printing, managing layouts, etc. To know how to add entities with the specified properties and also export a drawing to DWG/DXF format a developer can use the demo application Add Entities. The demo Editor shows how to select entities and work with their properties. The demo SimpleImport is for import purposes. It demonstrates access to the properties of entities such as layers, blocs, attributes, etc.