Search code examples
3dautodeskrevitautodesk-forgeautodesk-viewer

Autodesk forge view additional 3d views and optioning


In revit you are able to save multiple 3d views and also have design optioning.

example of revit 3d views

design option picker

In the basic Autodesk Forge Viewer it appears that only the main 3d model view is brought in and I cannot see where I can pick from the design options. Is this data available using the API and if so how could I access it?


Solution

  • As Mikako points out, the C4R A360 Collaboration for Revit add-in implements this functionality.

    Furthermore, external developers can write their own Revit add-in to programmatically select views by using the C4R functionality, since it is exposed by the ExportViewSelectorAddin.dll component, which is installed as part of the C4R package.

    More information is provided in The Building Coder discussion on Selecting RVT 3D Views for Forge Translation.