Requirements
|
DocumentationCadLib comes with comprehensive help 2 documentation that integrates with the Visual Studio help system. Both C# and VB sample solutions are provided. A basic viewer example is included so you can test view the DXF files you have created with the library. Also a DXF to image converter example is included and an example DXF writing program. |
CadLib 3.5
Add CAD capabilities to your .NET application with CadLib 3.5. CadLib makes it extremely easy to interface with DXF files. This is achieved by providing you with complete type safety, comprehensive documentation and sample solutions. CadLib's DXF rendering is high quality and easy to integrate in your own UI. Example code shows how to add more advanced features like zooming, panning and picking.
Below is a short list of CadLib's main features (see here for a complete list):
- Import and export DXF files
- GDI+ 2D and 3D wireframe rendering.
- NEW: WPF wireframe rendering.
- OpenGL surface rendering.
- Pick engine for mouse selection.
- Export to image: .bmp/.jpeg/.png/.tiff/.gif
- Export to PDF, PostScript, SVG, NEW: XAML
- Copy (clone) entities, even across DXF files
- DXF versions 12, 13, 14, 2000, 2004, 2007 supported
- Both ascii and binary DXF supported
- 100% .NET code. All DXF objects exposed as .NET classes. Convenient enums are provided for all flags in DXF.
|
GDI+ rendering in a .NET Control. |
|
OpenGL rendering in a .NET Control. |
|
Create drawings including dimensioning (engineering/architectural styles supported). |
