1.0 New Features

2.0 Enhancements

3.0 Functional Changes

4.0 Deprecated Methods



1.0 New Features

Minor Release 18.10

New features for Printing

In HOutputHandlerOptions, you now have the ability to set page margins for printing. To use this option, set the HOutputHandlerOptions::m_PageMargins variable with an array of four floats defining the left, right, bottom and top margins in inches.

The method HUtility::TwoPassPrint now can print scenes of unlimited size.

Major Release 18.00

New features for 2D Plot Chart

The HPlot2D class has now let's you set the aspect ratio with HPlot2D::SetAspectRatio and the axis precision with HPlot2D::SetAxisPrecision.


2.0 Enhancements

HBaseView now uses an isolated driver so that when the Update method is called on a certain HBaseView, only the driver instance associated with that view gets updated.


3.0 Functional Changes

There are no functional changes in this release.


4.0 Deprecated Methods

No methods were deprecated in this release.