Autodesk.Viewing.Extensions
HyperlinkExtension
new HyperlinkExtension()
Enhances 2D models by adding in-canvas tooltips that on click will navigate the user to another 2D or 3D model.
The extension id is: Autodesk.Hyperlink
Examples
viewer.loadExtension('Autodesk.Hyperlink')
Methods
load()
Registers the hyperlink tool that will intercept pointer events to provide hyperlinks next to specific nodes in the model.
unload()
Unregisters the hyperlink tool.