- Download navisworks viewer for free. Photo & Graphics tools downloads - Autodesk Navisworks Freedom 2016 by Autodesk and many more programs are available for instant and free download.
- Navisworks Freedom software (by Autodesk) is a (light) visualiser of 3D models, widely used in construction industry globally! Design Office prepares a new version of the 3D-model every week.
The saved viewpoints of Navisworks enables you to manage different views of your model so that you can jump to preset viewpoints without having to navigate each time to reach an item. In the past, Forge Model Derivative API did not translate these information, so we had to dump the information by Navisworks API in plugin to a dataset (xml whatever), then load them and convert to the camera objects of Forge Viewer.
Autodesk Viewer is a free online viewer for 2D and 3D designs including AutoCAD DWG, DXF, Revit RVT and Inventor IPT, as well as STEP, SolidWorks, CATIA and others.
Now, Model Derivative API has translated the data of saved viewpoints, and Forge Viewer provides the APIs to get those presets cameras. They are stored at:
Then, you can switch current view to that of the predefined saved viewpoint:
https://viewer.autodesk.com/ provides the panel of saved viewpoints category, yet under Sheet category.
Related Posts
5月 7, 2021
Special characters in file names
If you have a zip file containing files with special characters in their names referencing each other, then you might run into problems when translating them using the Model Derivative se...
Read More5月 3, 2021
Now Available: BIM and IoT Data Integration using Forge's IoT Toolkit
The Forge Viewer team at Autodesk is excited to announce the new Data Visualization extensions as an IoT toolkit to integrate sensor data from your preferred database service (Azure, AWS,...
Read More4月 22, 2021
Switch between sheets
Certain file types can have multiple models in them. These tend to be 2d sheets as in the case of Revit projects (*.rvt), PDF files, Inventor drawings (*.idw), etc There is no direct buil...