@vcmap/core
    Preparing search index...

    Type Alias ExtrusionHeightInfo

    type ExtrusionHeightInfo = {
        extruded: boolean;
        skirt: number;
        storeyHeightsAboveGround: number[];
        storeyHeightsBelowGround: number[];
    }
    Index

    Properties

    extruded: boolean

    if the object is extruded

    skirt: number

    a negative height to push the geometry visually into the ground

    storeyHeightsAboveGround: number[]

    storey heights above ground, list has the same length as storeysAboveGround

    storeyHeightsBelowGround: number[]

    storey heights below ground, list has the same length as storeysBelowGround