VimComponentRef: {
    bimInfo: BimInfoPanelRef;
    camera: CameraRef;
    container: Container;
    contextMenu: ContextMenuRef;
    controlBar: ControlBarRef;
    dispose: () => void;
    isolation: Isolation;
    loader: ComponentLoader;
    modal: ModalRef;
    sectionBox: SectionBoxRef;
    settings: SettingsRef;
    viewer: WebglViewer.Viewer;
}

Root-level API of the Vim component.

Type declaration

  • bimInfo: BimInfoPanelRef

    API To interact with the BIM info panel.

  • camera: CameraRef

    Camera API to interact with the viewer camera at a higher level.

  • container: Container

    HTML structure containing the component.

  • contextMenu: ContextMenuRef

    Context menu API managing the content and behavior of the context menu.

  • controlBar: ControlBarRef

    Control bar API managing the content and behavior of the control bar.

  • dispose: () => void

    Cleans up and releases resources used by the component.

  • isolation: Isolation

    Isolation API managing isolation state in the component.

  • loader: ComponentLoader

    Vim WebGL loader to download VIMs.

  • modal: ModalRef

    Message API to interact with the loading box.

  • sectionBox: SectionBoxRef

    Section box API managing the section box in the component.

  • settings: SettingsRef

    Settings API managing settings applied to the component.

  • viewer: WebglViewer.Viewer

    Vim WebGL viewer around which the WebGL component is built.