We’re happy to announce the release of CAD .NET 16.1 – the newest version of our .NET solution for CAD development. This release improves editing and viewing capabilities, introduces updates to demo projects, and provides better performance and stability.
What's new in CAD .NET 16.1:
- Added a class to manage CADLayout plot settings: CADImport.sgPlotSettingsData
- Updated all APIs for saving to bitmaps via a matrix
- Updated the following demo projects: ViewerDemo, EditorDemo, AddEntities, AspNetBlazorDemo
- Added explosion support for CADASIC to ExplodeTool
- Added new tools: block insertion and block creation (PasteBlockTool and CreateBlockTool classes)
- Improved Undo/Redo operations:
- Added Undo/Redo support for the Object Inspector (CADPropertyGrid class)
- Added a delegate description to Undo/Redo operations. You can now add a description using the OnAddUndoObjOperation/OnAddRedoObjOperation delegates in a CADImage instance
- Resolved some CADMText display issues
- Corrected the alignment point for CADText
- Added alignment and scaling support for CADText in the Object Inspector
- Fixed recalculation of the CADInsert box after moving an attribute
- Bug fixes