BIM.works SDKs - v1.5.0-b164
    Preparing search index...

    Interface TilesSettings

    Either node_uuid or version_uuids is required.

    bql, bvl, bql_uuid and bvl_uuid are all optional, at most one can be provided

    interface TilesSettings {
        node_uuid?: string;
        settings: {
            bql?: string;
            bql_uuid?: string;
            bvl?: string;
            bvl_uuid?: string;
        };
        version_uuids?: Iterable<string>;
    }
    Index

    Properties

    node_uuid?: string

    A Node UUID, this node will be traversed recursively for each 3D Tiles Set load, so when models are added/removed after generating the 3D Tiles URL, those changes are reflected in the 3D Tiles

    settings: { bql?: string; bql_uuid?: string; bvl?: string; bvl_uuid?: string }
    version_uuids?: Iterable<string>

    A set of version UUIDs, this is a fixed set