HyperWorks Report 2026 Release Notes

New Features

HTML Report Enhancements
  • Maximize and minimize buttons have been introduced for H3D images in reports to improve the viewing experience.
  • For image previews, a Close button has been added. Use Close to return to your report location after exiting the preview.
Python API Additions
Updates to the Python APIs allow you to create an HTML-based interactive dashboard report and interactive pie and bar charts. A new filter has been added for tables.
  • Table.connect(): Tables in HTML can be connected to H3D images in the same report at any location. following the signals from the report in a bidirectional manner. Changing the filter on tables changes the content shown in the H3D image. Similarly, changing the content shown in the H3D image using its model tree changes the contents shown in the table. The connection is made using Component names, which is a common link between table data and H3D data.
  • Chart (): Interactive bar and pie charts can be added in HTML reports. The charts have tooltips and widgets to inspect values, pan, zoom, and focus on areas of chart.
  • The Checkboxes filter type has been added to the tables. It can be activated with the previously used API, using the type “check”.