Search code examples
autodesk-forge

Is it possible to show two or three Forge screen in one browser tab?


I would like to display two models in parallel on a browser. Is it possible to show two or three Forge screen in one browser tab?


Solution

  • It's quite straightforward.

    1. Create two or three DIVs on the page and use CSS style to control their width or height.

    2. Instance two or three Forge Viewer objects and use them to load the corresponding model.

    Here are the samples: