BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Interface BulkElementData

    Represents bulk element data.

    interface BulkElementData {
        models?: string[];
        labels?: string[];
        layers?: string[];
        types?: string[];
        materials?: string[];
        bimTypes?: string[];
        storeys?: string[];
        memberships?: string[];
        groupedProperties?: BulkElementPropertyGroup[];
    }
    Index

    Properties

    models?: string[]
    labels?: string[]
    layers?: string[]
    types?: string[]
    materials?: string[]
    bimTypes?: string[]
    storeys?: string[]
    memberships?: string[]
    groupedProperties?: BulkElementPropertyGroup[]