Hierarchy

  • Tool

Implemented by

Properties

eventStarted: ListenableEvent<void, Tool>
eventStopped: ListenableEvent<void, Tool>

Methods

  • Should return the current interaction mode. The interaction mode will be checked continuously while the tool is running.

    Returns InteractionMode

  • Parameters

    Returns void

  • Parameters

    Returns void

  • Parameters

    Returns void

  • Parameters

    Returns void

  • Parameters

    Returns void

  • Parameters

    Returns void

  • Returns boolean

  • Should return true if the tool is running. False should be returned after a call to stop() or if the tool is finished with its operations.

    Returns boolean

  • Starts the tool. Returns false if the start was canceled/aborted.

    Parameters

    • pParameter: unknown

    Returns boolean

  • Returns void

Generated using TypeDoc