cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Pick Point Elevation on Autodesk Viewer (Infraworks Model)

Pick Point Elevation on Autodesk Viewer (Infraworks Model)

to know elevation points on Autodesk ViewerFrancisco Salazar.png

2 Comments
jahnove
Participant

Hi!

Is it possible to find elevations in the Auodesk viewer?

s.gerber
Autodesk

There is a way to do this, using the Autodesk.Geolocation extension. But needs a bit of manual tweaking to the Viewer: see https://forge.autodesk.com/blog/viewer-release-notes-v-64. I think it would be nice to have this exposed in the UI.

 

Steps to activate the extension in Chrome:

  • Press F12 to open the DevTools
  • Open the Console and execute the following methods (one by one)

 

NOP_VIEWER.loadExtension('Autodesk.Geolocation');
NOP_VIEWER.activateExtension('Autodesk.Geolocation');

 

 

This should open the Points panel. Clicking into the scene will add the point including LL84 coordinate and elevation. You can also open the location in Google Maps from the panel.

Can't find what you're looking for? Ask the community or share your knowledge.

Submit Idea