SDK JS
    Preparing search index...

    The pose the visual renders (a subset of SliceState).

    interface SlicePlanePose {
        depthM: number;
        flipped: boolean;
        halfWidthM: number;
        headingDeg: number;
        position: SlicePosition;
        tiltDeg: number;
    }
    Index

    Properties

    depthM: number

    Depth of the cut behind the plane, metres (draws the ground footprint outline).

    flipped: boolean

    Which side the cut extends to (mirrors SliceState.flipped).

    halfWidthM: number

    Half-width along the in-plane horizontal axis, metres.

    headingDeg: number
    position: SlicePosition
    tiltDeg: number