CAD .NET. Package Content

CAD .NET. Package Content

The package includes the following examples:

  • Executable files of demo applications, the Viewer or Import Library (Depends on the order, the Viewer library is offered by default) - CADImport.dll.
  • Documentation for demo applications and the library.
  • The source code of the demo applications.
  • AddEntities – the source code of the demo application that demonstrates a process of new entities adding to the existing open DXF or DWG file; this application uses the Import library and is offered in the reduced form – executable file and the code of the Application without the library code (the Import library is needed for compiling the application).
  • ImportDemo – the source code of the application that demonstrates the access to the properties of the loaded entities; this application also requires the Import library and by default is offered in the reduced form – executable file and the code of the application without the library code (the Import library is needed for compiling the application).
  • ViewerDemo – the source code of the demo application that demonstrates all possible ways of working with the library to display, print CAD files or export them into other formats.
  • ViewerControlDemo – the source code of the application that demonstrates how to work with the CADViewerControl control.
  • AspNetDemo – the source code of the application that demonstrates how to load and draw cad files in ASP.NET application (application is developed in Microsoft Visual Studio 2005)
  • EditorDemo – the source code of the editor demo application (the CAD Import .NET Professional library is needed for using the full functional of this demo application). The application demonstrates how to work with the markers and snap functions.
  • EditorControlDemo – the source code of the application that demonstrates how to work with the CADEditorControl control.
  • MetafileExport – automatic export to DXF thanks to the use of metafile as intermediate format.