Type Alias ClippingPlaneCreationOptions

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

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

Type declaration

  • OptionalcreateBottomPlane?: boolean

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

  • OptionalcreateEndingPlanes?: boolean

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

  • OptionalcreateTopPlane?: boolean

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

  • OptionalcreateVerticalPlanes?: boolean

    specify whether to create the vertical clipping planes

  • Optionalreverse?: boolean

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