Creating a vertical toolbar extension for the Autodesk viewer

As mentioned in the last post, we’re now going to take a closer look at writing extensions for the Autodesk View & Data API. To start with, we’re going to create an extension which displays a vertical toolbar docked to the left of the Autodesk viewer. This toolbar will be centred on the viewer area and only contain three buttons: two will be toggles – with events assigned to when they’re both clicked and unclicked – while the third will simply launch an action…

Here’s the JavaScript for this extension..

Read more

Leave a Comment