Measurement Widget 3D Tiles

Hi,

I'm using the latest version of Cesium, and I'm looking to see if i could replicate the measure function produced by Bentley's ContextCapture Cesium export.
https://github.com/AnalyticalGraphicsInc/3d-tiles

In the export you get 2 tools, one for linear, and one for area measurements. I was seeing if someone could point me in the right direction to set this up myself. I don't have the skill set to merge Bentley's code with my code, as I don't know 'require' and 'cesium' well enough.

Thank you in advance,
Steve

Do you have a link to the measurement widgets from Bentley you’re talking about? Are they web-based or desktop based?

There is a commercial measurements & analytics package for Cesium, you can read more about it here: https://cesium.com/ion-sdk/

Hi Omar,

Below is a link to the viewer. On the left you can see the measurement tools embedded.

https://cesiumtest.anzgeo.com/

Steve

That link doesn’t seem to finish loading for me - I get this error in the console:

Uncaught Error: Load timeout for modules: scripts/App/App

http://requirejs.org/docs/errors.html#timeout

at makeError (require.js:168)

at checkLoaded (require.js:696)

at require.js:717

``

Do you know if this measurement tool is open source?

The tool is an export from Bentley ContextCapture, but looks to use Require and Cesium open source libraries in the viewer.

The viewer is an export from Bentley's ContextCapture, but it uses Require and Cesium libraries.