MVFv3 API Documentation
    Preparing search index...

    Facades are WithGeometryIds objects, plus a floorStackId property that is a FloorStackId.

    type Facade = {
        floorStackId: `fs_${string}`;
        geometryIds: `g_${string}`[];
    }
    Index

    Properties

    floorStackId: `fs_${string}`
    geometryIds: `g_${string}`[]