BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Interface ElementInfo

    Information about a loaded element.

    interface ElementInfo {
        modelId: Int64;
        internalId: Int64;
        globalId: string;
        elementId: Int64;
        elementType: string;
        data: ElementData;
        color?: RGB;
        opaque?: boolean;
        faceColors?: Map<RGB, Set<number>>;
        pointCloudID?: number;
        isDynamic?: boolean;
        isBillboard?: boolean;
    }
    Index

    Properties

    modelId: Int64
    internalId: Int64
    globalId: string
    elementId: Int64
    elementType: string
    color?: RGB
    opaque?: boolean
    faceColors?: Map<RGB, Set<number>>
    pointCloudID?: number
    isDynamic?: boolean
    isBillboard?: boolean