[Solved] Autodesk Viewer: Suggestions for 2D view of floor view

Afaik all 2D views defined in the Revit project file are automatically translated and included in the Forge output. Have you looked at the LmvNav sample, for instance?

calm-inlet-4387.herokuapp.com

It displays both 2D and 3D views.

Note the list of available 2D views in the Secondary View dropdown:

Default 3D and selected 2D secondary view

It even links the elements in the two views so that anything selected in one is highlighted in the other:

Selected element synchronisation across views

You could check from where it gets the 2D streams. The source is on GitHub:

github.com/JimAwe/LmvNavTest

I think you select whether you want a 2D or a 3D stream when you supply it to the viewer.

Read more here: Source link