@vcmap/core
    Preparing search index...

    Type Alias ClippingPlaneCreationOptions

    Options to the define how Cesium.ClippingPlanes are created from a ol.Feature.

    type ClippingPlaneCreationOptions = {
        createBottomPlane?: boolean;
        createEndingPlanes?: boolean;
        createTopPlane?: boolean;
        createVerticalPlanes?: boolean;
        reverse?: boolean;
    }
    Index

    Properties

    createBottomPlane?: boolean

    specify whether to create the horizontal clipping plane on the ground level

    createEndingPlanes?: boolean

    create 2 planes at the end of a line with only two coordinates

    createTopPlane?: boolean

    specify whether to create the horizontal clipping plane on the top level of an extruded geometry

    createVerticalPlanes?: boolean

    specify whether to create the vertical clipping planes

    reverse?: boolean

    specify the clip direction. If true, everything outside the clippingPlaneCollection should be cut off