This blog post presents an improved method for mapping the Autodesk Platform Services (APS) Viewer camera into Revit scene, addressing previous limitations.
It discusses automatic support for both perspective and orthographic cameras, emphasizing differing camera parameters between APS Viewer and Revit. Key APIs referenced include:
- Viewer API: `Viewer3D#getState()`
- Revit API: `View3D#ToggleToIsometric()`, `View3D#ToggleToPerspective()`, `UIView#ZoomAndCenterRectangle()`, `UIDocument#RefreshActiveView()`, and `UIDocument#UpdateAllOpenViews()`.
The article concludes with links to source code and related content.
You can find additional details in this blog.
Comments
0 comments
Article is closed for comments.