Release Notes

Visualize HPS 2015 Service Pack 1 Update 3

Library compatibility information:

Library nameVersionWindowsLinuxOS XAndroidiOSNotes
HOOPS Exchange2015 Service Pack 2      
HOOPS Publish2015 Service Pack 2      
.NET Framework4.0     4.5 required when using D3D_IMAGE_CANVAS
Parasolid27      
Qt5.3     Visual Studio 2012 uses Qt 5.1
SketchUp2015      
wxWidgets3.0      

Functional Changes

  • Exchange interface updated to HOOPS Exchange SP2
  • The Translate functions in Exchange have changed. They now take a HPS::TranslationOptionsKit argument, which allows the user to specify additional translation options.

Visualize HPS 2015 Service Pack 1 Update 2

Library compatibility information:

Library nameVersionWindowsLinuxOS XAndroidiOSNotes
HOOPS Exchange2015 Service Pack 1      
HOOPS Publish2015 Service Pack 1      
.NET Framework4.0     4.5 required when using D3D_IMAGE_CANVAS
Parasolid27      
Qt5.3     Visual Studio 2012 uses Qt 5.1
SketchUp2015      
wxWidgets3.0      

Improvements

  • Improved the performance and interactivity of highlighting and isolating geometry.
  • Reduced flickering in fixed-framerate mode.
  • Improved the performance of D3D image and offscreen rendering.

Visualize HPS 2015 Service Pack 1 Update 1

Library compatibility information:

Library nameVersionWindowsLinuxOS XAndroidiOSNotes
HOOPS Exchange2015 Service Pack 1      
HOOPS Publish2015 Service Pack 1      
.NET Framework4.0     4.5 required when using D3D_IMAGE_CANVAS
Parasolid27      
Qt5.3     Visual Studio 2012 uses Qt 5.1
SketchUp2015      
wxWidgets3.0      

Functional changes

  • A bug has been fixed in our license validation

Visualize HPS 2015 Service Pack 1

Library compatibility information:

Library nameVersionWindowsLinuxOS XAndroidiOSNotes
HOOPS Exchange2015 Service Pack 1      
HOOPS Publish2015 Service Pack 1      
.NET Framework4.0     4.5 required when using D3D_IMAGE_CANVAS
Parasolid27      
Qt5.3     Visual Studio 2012 uses Qt 5.1
SketchUp2015      
wxWidgets3.0      

New features and enhancements

  • 64-bit iOS simulator libraries are now included.
  • There is a new import function that can operate directly on an A3DAsmModelFile, and a new ExportPRC function which, given a HPS::SprocketPath, will construct PRC from the scene graph.
  • The axis triad and the navigation cube may now be resized and arbitrarily positioned.
  • Colored point clouds can now be exported to 3D PDFs.
  • Multiple CAD models may now be imported into the same scene graph using the HOOPS Exchange integration.
  • Exchange components can now be reloaded in order to maintain synchronicity between PRC data and the Visualize scene graph.
  • Subtrees can now be exported to 3D PDF documents.
  • Exchange components can now be reloaded in order to maintain synchronicity between PRC data and the Visualize scene graph.
  • Functions have been added to query arbitrary subsets of points to the following geometry types (kits and keys): shell, mesh, NURBS curve and surface, cylinder, line, and polygon. The points can be queried by list as well as by range.
  • A new model comparison function, HPS::SubwindowKit::SetModelCompareMode is now available with allows you to compare two models and highlight any differences.

  •   The functionality of the cutting section operator has been enhanced

Functional changes

  • The HPS::Publish::AnnotationKit::ShowSource function has changed to accommodate exporting subtrees. It can now return either a SprocketPath or a KeyPathArray, together with an enum telling the user which of the two return values is valid. This breaks compatibility with previous versions of HPS, so if you were previously using the HPS::Publish::AnnotationKit::ShowSource function, you will need to change your code for it to work with this version of HOOPS Visualize.
  • Exporting of HPS::Stream files now happens asynchronously. The export now works very much like the import functions, in that it returns a notifier which can be used to check the progress or cancel the export. If you require the old export behavior, you can use a HPS::Stream::ExportNotifier and call Wait(). See section "Exporting Files" in the Programming Guide. <<<<<<< HEAD
  • The "ImportTime" and "ParseTime" metadata that was present on the CADModel have been removed and replaced with GetImportTime and GetParseTime on the HPS::Exchange::ImportNotifier. This change was also made to Parasolid CAD models and HPS::Parasolid::ImportNotifier for consistency.

    The HPS::Exchange::TranslationNotifier::GetModelLoadTime function was renamed to GetImportTime, and additionally the (new) GetImportTime and (existing) GetTranslationTime functions on the TranslationNotifier have been changed to return time in milliseconds, not seconds.

  • The "ImportTime" and "ParseTime" metadata that was present on the CADModel have been removed and replaced with GetImportTime and GetParseTime on the HPS::Exchange::ImportNotifier. This change was also made to Parasolid CAD models and HPS::Parasolid::ImportNotifier for consistency.
  • The HPS::Exchange::TranslationNotifier::GetModelLoadTime function was renamed to GetImportTime, and additionally the (new) GetImportTime and (existing) GetTranslationTime functions on the TranslationNotifier have been changed to return time in milliseconds, not seconds.

    d770945... HPS docs spatial

  • The behavior of HPS::Component::Delete has changed. Previously, calling HPS::Component::Delete would delete all the underlying subcomponents, even if they had multiple owners. Now, if HPS::Component::Delete is invoked on a component which has subcomponents with multiple owners, it will merely remove that single owner, leaving that multiply-owned subcomponent intact. However, if a subcomponent only has one owner it will be deleted if its owner is deleted.
  • Object space selection methods on the Database are deprecated and will be removed in the next major release (Visualize 2016). Use the variants from the HPS::SelectionControl instead.

Visualize HPS 2015 Update 1

Library compatibility information:

Library nameVersionWindowsLinuxOS XAndroidiOSNotes
HOOPS Exchange2015 Service Pack 1      
HOOPS Publish2015 Service Pack 1      
.NET Framework4.0     4.5 required when using D3D_IMAGE_CANVAS
Parasolid27      
Qt5.3     Visual Studio 2012 uses Qt 5.1
SketchUp2015      
wxWidgets3.0      

Visualize HPS 2015

Library compatibility information:

Library nameVersionWindowsLinuxOS XAndroidiOSNotes
HOOPS Exchange2015      
HOOPS Publish2015      
.NET Framework4.0     4.5 required when using D3D_IMAGE_CANVAS
Parasolid27      
Qt5.3     Visual Studio 2012 uses Qt 5.1
SketchUp2014      
wxWidgets3.0      

New features and enhancements

  • A reference component hierarchy browser is now included in the WPF and MFC sandboxes, and is provided in source code form. This allows developers to more easily add a custom model-browser to Visualize applications.
  • The performance of patterned line and edge drawing in the DX11 and OpenGL2 drivers has been improved by up to 15x. The reference manual entry for HPS::LinePattern::Default lists further details.
  • A new polygonal clip region interface is available, which enables the user to clip or mask geometry in a segment tree.
  • A new event type has been added - HPS::UpdateCompletedEvent - which is triggered whenever a display update is completed.
  • The HPS::CuttingSectionOperator is now available.
  • The HPS::MouseWheelOperator zoom amount and modifier key can now be configured.
  • New methods have been added to the HPS::SelectionResults class: Union, Intersect, Difference, and SymmetricDifference.
  • Shell optimizations can now be specified in the STL importer using HPS::STL::ImportOptionsKit::SetOptimization
  • Highlighting performance as well as rendering performance of highlighted scenes has been improved.
  • Rendering performance when using static model has been improved for a wide variety of scene graph organizations.
  • Performance of view-dependent vertex markers (splat-rendering using filled circles and filled squares) has been improved in the DirectX 11 driver. See section 2.1.5 of the Programming Guide for details about vertex markers.
  • Attribute locks can now be set on cameras.
  • Added capability to set a filter on an include key or a style key so that you can control what is included or styled.

  •   HOOPS Publish new features
  •   HOOPS Exchange new features
  •   Parasolid new features

Functional changes

  • 32-bit Linux libraries are no longer provided
  • 64-bit iOS libraries are now provided
  • A new 'strength' parameter on the PostProcessEffects[Kit|Control]::SetEyeDomeLighting function allows you to set the multiplier on the calculated per-pixel occlusion value.
  • The appearance of the navigation cube has been updated and now includes an indication of orientation.
  • Event handlers must now call HPS::EventHandler::Shutdown in their destructors. Failure to do so may result in undefined behavior.
  • The transform mask interface has been modified to allow the camera scale mask to be applied to perspective projections. Functions in classes related to transform masks have been modified from [Set|Show|Unset]CameraPerspective to [Set|Show|Unset]CameraPerspectiveScale. Customers using the old CameraPespective functions or HPS::Search::Type enums should replace them with the CameraPerspectiveScale functions.

  •   Packaging changes