Documentation - v19.2.0-dev
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _objects: Map<string, MeasureLineAnchor> = ...
    _viewer: Viewer
    isMeasureLineController: true
    isSceneObjectController: true
    signals: {
        onObjectAdded: ViewerSignal<(object: MeasureLineAnchor) => void>;
        onObjectRemoved: ViewerSignal<(object: MeasureLineAnchor) => void>;
        onObjectUpdated: ViewerSignal<(object: MeasureLineAnchor) => void>;
        onVisibilityChanged: ViewerSignal<(...args: any[]) => any>;
    } = ...

    Accessors

    • get count(): number

      Controller objects count

      Returns number

    • get firstObject(): TObject | null

      Returns TObject | null

    • get uuids(): MapIterator<string>

      Iterator over all the uuids contained in the controller.

      Returns MapIterator<string>

    • get visible(): boolean

      Returns boolean

    • set visible(value: boolean): void

      Controller visibility (independant from object own visibility).

      Hiding a controller will hide all its children without modifying their own visibility.

      Parameters

      • value: boolean

      Returns void

    Methods

    • To be implemented by controllers to set global visibility (at controller level)

      Parameters

      • value: boolean

      Returns void

    • Indicates whether the controller accepts the SceneObject as a potential child.

      Parameters

      Returns boolean

    • Parameters

      Returns void

    • Clears all objects from the controller

      Returns void

    • Returns MeasureLine

    • Disposes the controller and destroy its data

      Returns void

    • Returns a generator of hidden object uuids of this controller

      Returns Generator<string>

    • Returns a generator of object uuids of this controller

      Returns Generator<string>

    • Returns a generator if visible object uuids of this controller

      Returns Generator<string>

    • Returns whether the controller has the given uuid

      Parameters

      • uuid: string

      Returns boolean

    • Parameters

      Returns void

    • Returns void