HOOPS Visualize Web 2026.4.0
Enhancements
- Added type
DrawModeNameas string union for draw modes as a replacement for the regularDrawModeenum. - Added
View.getDrawModeNamemethod using the newDrawModeNametype. - Updated
View.setDrawModemethod to accept both the newDrawModeNametype and the oldDrawModeenum for backward compatibility. - The new demo app supports streaming mode and can be configured through URL parameters.
API Changes
- The
DrawModeenum is now deprecated in favor of the new string unionDrawModeName. - Using
View.setDrawModewith the oldDrawModeenum is deprecated. - The
View.getDrawModemethod is deprecated in favor of the newView.getDrawModeNamemethod.
Fixed Bugs
| Issue | Description |
|---|---|
| SDHC-20396 | Fix import of 3dconnexion when using webpack bundler |
| SDHC-20331 | Fix wrong Creo rendering of hidden variable-text placeholders with non-zero heights |
| SDHC-20147 | Improvements of Navisworks transformation support and units |
| SDHC-20024 | Authored layer id is now stored to compute a default name for implicit layers |