|
| 1 | +# 1.2.0 |
| 2 | + |
| 3 | +## Added |
| 4 | + |
| 5 | +- DirectContext3D visualization support for geometry rendering |
| 6 | +- Support for visualizing multiple geometry types (Solid, Face, Curve, XYZ, CurveLoop, Outline) |
| 7 | +- Trace support for ICollection`<object>` and IEnumerable`<CurveLoop>` |
| 8 | +- Serilog sink for WinForms RichTextBox with theme support |
| 9 | +- Nice3Point packages integration |
| 10 | +- New designed icons and button icons |
| 11 | + |
| 12 | +## Fixed |
| 13 | + |
| 14 | +- Multiple geometries visualization |
| 15 | +- Face normal vector visualization |
| 16 | +- SolidVisualizationServer rendering issues |
| 17 | +- VisualizationServerController startup |
| 18 | +- Exception handling when retrieving bounding box of solids |
| 19 | +- Skip solids with zero volume in bounding box calculation |
| 20 | + |
| 21 | +## Changed |
| 22 | + |
| 23 | +- Improved theme management and resource handling |
| 24 | +- Enhanced TraceLog with RichTextBox using dynamic theme and max log lines |
| 25 | +- Optimized bounding box calculations by transforming corners individually |
| 26 | +- Streamlined buffer disposal and clearing methods |
| 27 | +- Refactored XYZ rendering methods with updated color settings and axis length support |
| 28 | +- Updated PolylineVisualizationServer rendering |
| 29 | +- Improved safe server registration |
| 30 | +- Better start/stop mechanism for Visualization server |
| 31 | + |
| 32 | +## Performance |
| 33 | + |
| 34 | +- Disposed unmanaged resources properly |
| 35 | + |
| 36 | +## Documentation |
| 37 | + |
| 38 | +- Added RenderHelper in-depth documentation |
| 39 | +- Updated README with Acknowledgments section |
| 40 | +- Refined geometry visualization details in README |
| 41 | +- Streamlined table of contents and updated Python references for Revit 2025 |
| 42 | + |
1 | 43 | # 1.1.1 |
2 | 44 |
|
3 | 45 | - Listen to Console.WriteLine |
|
11 | 53 |
|
12 | 54 | # 1.0.0 |
13 | 55 |
|
14 | | -Initial release. Enjoy! |
| 56 | +Initial release. Enjoy! |
0 commit comments