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

    Changes the XRay of the given objects.

    Hierarchy

    • ObjectStateCommand<MeshState>
      • SetObjectsXRayStatusCommand
    Index

    Constructors

    • Parameters

      • viewer: Viewer
      • uuids: Iterable<string>
      • xRay: boolean

      Returns SetObjectsXRayStatusCommand

    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: "SetObjectsXRayStatusCommand" = 'SetObjectsXRayStatusCommand'

    Name of the command

    viewer: Viewer

    Accessors

    • get hasBeenExecuted(): boolean

      Returns boolean

    Methods

    • Cleans the command footprint.

      Returns Promise<void>

    • Actions to execute during the execute method

      Returns Promise<Partial<MeshState & RestoreState>>

    • Actions to execute during the undo method

      Returns Promise<void>

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

      Returns void

    • Parameters

      • cmd: this

      Returns boolean

    • Execute the command

      Parameters

      Returns Promise<Partial<MeshState>>

    • Toggle the command

      Parameters

      Returns Promise<void | Partial<MeshState>>

    • 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>