Preparing search index...

    Cursor visual treatment. Translate and the Scale modes show manipulation arrows.

    Lens Scripting Version 375

    const cursorState = new SpecsInteractionModule.CursorVisualState();
    cursorState.mode = SpecsInteractionModule.CursorVisualMode.Translate;
    interactor.setCursorVisualState(cursorState);
    Index

    Enumeration Members

    Auto: number

    Default procedural ring cursor.

    Lens Scripting Version 375

    ScaleBottomLeft: number

    Diagonal scale arrows for the bottom-left corner.

    Lens Scripting Version 375

    ScaleBottomRight: number

    Diagonal scale arrows for the bottom-right corner.

    Lens Scripting Version 375

    ScaleTopLeft: number

    Diagonal scale arrows for the top-left corner.

    Lens Scripting Version 375

    ScaleTopRight: number

    Diagonal scale arrows for the top-right corner.

    Lens Scripting Version 375

    Translate: number

    Four-way translate arrows.

    Lens Scripting Version 375