BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Interface BimCTView

    Interface representing a BimCT view.

    interface BimCTView {
        id?: string;
        imageURL: string;
        name: string;
        group: string;
        author?: string;
        date: Date;
        sceneView?: SceneView;
    }
    Index

    Properties

    id?: string
    imageURL: string
    name: string
    group: string
    author?: string
    date: Date
    sceneView?: SceneView