The blog discusses the process of restoring Revit camera views in the Autodesk Platform Services (APS) Viewer, building on concepts from a previous post. It outlines the differences between camera parameters in both Revit and viewer, as well as provides a step-by-step guide for implementing camera synchronization using various APIs, including the following:
- Revit API: `CustomExporter` and `ViewNode#GetCameraInfo()`, along with `ReferenceIntersector`.
- Viewer API: `viewer.impl.setViewFromCamera`
Full implementation details and code snippets are available on GitHub.
You can find additional details in this blog.
Comments
0 comments
Article is closed for comments.