I\'m trying to activate the new Snapper extension implemented since version 7.3 of the viewer.
So I load the extension like that :
viewer.loadExtension(\'A
getSnapResult() is a function within the Snapper class. Here is a link to the documentation:
https://forge.autodesk.com/en/docs/viewer/v7/reference/Snapping/Snapper/
And you can try the following:
var snapper = new Autodesk.Viewing.Extensions.Snapping.Snapper(); //... snapper.getSnapResult();