MVFv3 API Documentation
    Preparing search index...

    A flagged geometry anchor is a GeometryAnchor with Flags.

    type FlaggedGeometryAnchor = {
        geometryId: `g_${string}`;
        floorId: `f_${string}`;
        flags: number[];
    }
    Index

    Properties

    geometryId: `g_${string}`

    The ID of the geometry to reference.

    GeometryId

    floorId: `f_${string}`

    The floor ID of the geometry to reference.

    FloorId

    flags: number[]