By continuing to browse this site, you are agreeing to our use of cookies.
Updated: June 14, 2023 | Version 15.0 NEW
CAD .NET is a library for developing solutions in .NET environment. It supports AutoCAD® DWG/ DXF, PLT and other CAD formats.
The library can be used in a wide range of spheres:
CAD .NET provides users with the following basic features that can be used in the project under development:
Features | Versions | |
---|---|---|
Import | Enterprise | |
Import of CAD formats, raster images and metafiles | ✓ | ✓ |
Creation of new drawings from scratch | ✓ | ✓ |
Access to drawing data structure | ✓ | ✓ |
Adding/editing drawing data programmatically | ✓ | ✓ |
Adding/editing drawing data visually | - | ✓ |
Visualization and print | ✓ | ✓ |
Controls for CAD drawings | ✓ | ✓ |
Export to raster formats and metafiles | ✓ | ✓ |
Export to CAD formats | - | ✓ |
DWG/DXF to G-code | - | ✓ |
The table shows CAD .NET supported formats:
DXF | DWG | CGM | HPGL / PLT | STL | SVG | GBR | EMF / WMF | GDSII | Raster: BMP / JPG / GIF / TIFF / PNG | ||
---|---|---|---|---|---|---|---|---|---|---|---|
Import | ✓ | ✓ | ✓ | ✓ | ✓ | − | − | ✓ | ✓ | ✓ | ✓ |
Export | ✓ | ✓ | ✓ | ✓ | − | ✓ | ✓ | − | ✓ | − | ✓ |
CAD .NET provides users with the control elements inherited from Windows Forms to display CAD drawings. Usually such elements are located at Windows Form but they can also be located at the WPF page. If you need an ASP .NET based Web Control, it can be provided additionally. See Web CAD SDK.
The CADPictureBox class is the basic implementation of the control element for displaying vector drawings. Visually CADPictureBox includes only area for drawing visualization and can be extended by the necessary control elements in the project under development. EditorDemo is an example of the project using CADPictureBox.
The CADEditorControl class includes implementation of the required event and settings handlers. To start working with it it is enough to place such a control element in the form. CADEditorControl includes panning, zooming, visual entity selection as well as allows using such features as visual entity creating, visual editing with the help of markers and the Properties window, snap, grid and ortho modes. The EditorControl demo shows how to use this control element.
CAD .NET can be used for development of the software that prepares data for CNC machines. DXF format supported by the library is one of the most frequently used file formats for processing two-dimensional surfaces. Access to drawings data enables users to get all the information necessary for processing.
The library also makes it possible to transform entities including conversion of the source drawing texts into polylines with high precision of curved line segment. For example such a feature can be useful for laser processing.
We will be glad to answer all your questions concerning the library and will help you to choose the most convenient license option. You can address your technical questions at support@cadsofttools.com.
To receive a download link, please fill in the form below or send us an email at info@cadsofttools.com. The distributive stores a compilable demo version, help and exe-examples.
If you haven’t found any features necessary to implement your task, we will be glad to discuss custom enhancements. Just write to us at info@cadsofttools.com.