How to access the measurement data with the measurement tools included in Forge Viewer?

how do I access survey data using the measurement tool (Autodesk.measure plug-in) that comes with Forge Viewer?

clipboard.png

Jul.04,2022

There's an unofficial, extended version of the measure tool that supports the JSONify and reloading of measurement data: https://github.com/wallabyway...

let measurementData = measureTool.getJson();
...
measureTool.loadJson(measurementData);

Official support for this feature is still being reviewed and will be announced in due course.
Note: Although not entirely third party (built by ADN team), this extension is still unofficial and hence not officially supported by Autodesk, and is subject to change and might become incompatible with later versions of Viewer wmax o prior notice.

Menu