Type Alias ExtrusionHeightInfo

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

Type declaration

  • 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