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

    Changes the visibility of the given objects.

    Hierarchy

    • ObjectStateCommand<ObjectState>
      • SetObjectsVisibilityCommand
    Index

    Constructors

    • Parameters

      • _viewer: Viewer
      • uuids: Iterable<string>
      • visibility: boolean

      Returns SetObjectsVisibilityCommand

    Properties

    _objects: SceneObject[]
    _state: PartialState<TState>
    isUndoable: boolean = true

    Indicates whether the command is undoable and redoable

    isUpdatable: boolean = false

    Indicated whether the command can be updated

    name: "SetObjectsVisibilityCommand" = 'SetObjectsVisibilityCommand'

    Name of the command

    viewer: Viewer

    Accessors

    • get hasBeenExecuted(): boolean

      Returns boolean

    Methods

    • Cleans the command footprint.

      Returns Promise<void>

    • Returns Promise<Partial<ObjectState>>

    • Returns Promise<void>

    • Update the current state of the command when the update method is called

      Returns void

    • Parameters

      • cmd: this

      Returns boolean

    • Toggle the command

      Parameters

      Returns Promise<void | Partial<ObjectState>>

    • Undo the command

      Parameters

      Returns Promise<void>

    • Update the current state of the command and push the new state in history

      Parameters

      • ...params: unknown[]

      Returns Promise<void>