The grid volume.

interface AxisGridVolume {
    ceiling: number;
    extent: Extent;
    floor: number;
}

Properties

Properties

ceiling: number

The elevation of the grid ceiling.

extent: Extent

The grid volume extent.

floor: number

The elevation of the grid floor.