volume

The volume object provides access to the Volume user interface tool available in the TerraExplorer for Web application. The Volume tool analyzes the volume of the terrain or model removed or added by drawn horizontal planes. The plane is marked by drawing a polygon in the 3D Window. The following member and method are available:

§  items

§  startTool()

items

static items : Array<TerraExplorerObject>

Returns an array of TerraExplorerObject containing all volume objects in the project.

startTool

startTool()

Activates the Volume user interface tool available in the TerraExplorer for Web application.

Example

TerraExplorer.analysis.volume.startTool();