Interacts with the measure tool.

Hierarchy

  • IMeasure

Implemented by

Accessors

Methods

  • Starts a new measure flow where the two next click are overriden. Currently running flow if any will be aborted. Promise is resolved if flow is succesfully completed, rejected otherwise. Do not override viewer.onMouseClick while this flow is active.

    Parameters

    • Optional onProgress: (() => void)
        • (): void
        • Returns void

    Returns Promise<void>

Generated using TypeDoc