SDK JS
    Preparing search index...

    Structural interface every clippable 3D layer implements — pass any mix of the SDK's 3D layers to createClippingController or a SliceWidget through this.

    interface ClippableLayer {
        setClippingPlanes(planes: ClippingPlanesOptions | null): void;
    }
    Index

    Methods

    • Replace this layer's clipping planes. null (or an empty/disabled set) removes clipping and restores byte-identical rendering.

      Parameters

      Returns void