MLightCAD
    Preparing search index...

    Viewport-relative rectangle of the current viewer host element.

    The values come from getBoundingClientRect(), so they are expressed in CSS pixels relative to the browser viewport rather than the document.

    interface ViewerRect {
        height: number;
        left: number;
        top: number;
        width: number;
    }
    Index

    Properties

    Properties

    height: number
    left: number
    top: number
    width: number