Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VolumeIntersectionQueryController

Hierarchy

  • VolumeIntersectionQueryController

Index

Constructors

Methods

  • execute(): Promise<void>
  • onExecuteAborted(listener: Listener<StreamRequestError>): Disposable
  • onExecuteStarted(listener: Listener<void>): Disposable
  • Updates any additional operations that should be performed independent of the volume intersection query. This can be used to perform an operation on the entirety of the scene prior to the operation on the result of the volume intersection query. Defaults to [(op) => op.items.where((q) => q.all()).deselect()], which will clear any prior selection before the default selection.

    Parameters

    Returns void

  • setEndPoint(point: Point): void
  • setStartPoint(point: Point): void