Class: Profile3d

Profile3d

An action for any control that activates interactions in a Mapspace.global.Viewer to make lidar profile3d.


new Profile3d( [options])

Parameters:
Name Type Argument Description
options Mapspace.action.WorkspaceActionOptions <optional>

Options.

Source:
mapspace-global/actions/profile3d.js

Extends

Members


<nullable> localStorageKey :string

This is a key that can be used to store content locally in the action.

Inherited From:
Source:
mapspace/actions/workspaceaction.js

<nullable> workspace :Mapspace.Workspace

This is the workspace this action will be tied to.

Inherited From:
Source:
mapspace/actions/workspaceaction.js

Methods


updateInteractiveTools(pType, viewType)

Changes the current lidar profile tool in the viewer.

Parameters:
Name Type Argument Description
pType Mapspace.Profile3dType <nullable>

The type of lidar profile or null or undefined to deactivate all lidar profile3 tools

viewType Mapspace.ViewType

The view type.

Source:
mapspace-global/actions/profile3d.js