API (v2.0.0) - Giro3D
    Preparing search index...

    Interface Volume

    The grid volume.

    interface Volume {
        ceiling: number;
        extent: Extent;
        floor: number;
    }
    Index

    Properties

    Properties

    ceiling: number

    The elevation of the grid ceiling.

    extent: Extent

    The grid volume extent.

    floor: number

    The elevation of the grid floor.