Vertex Viewer SDK
    Preparing search index...

    Class ModelViewController

    The controller for managing the model views of a scene view.

    Index
    • Loads the provided model view within the current scene view.

      Parameters

      • sceneItemId: string

        The ID of the scene item this model view is being loaded for.

      • modelViewId: string

        The ID of the model view to load.

      Returns Promise<void>

    • Unloads any previously loaded model view within the current scene view, then performs a reset on the scene to return to the initial state for the scene view.

      Returns Promise<void>