Is it possible to convert/translate/export RVT into SVF to get multiple 3D views by using autodesk forge C# library or rest API? By default I am getting only {3D} file after translation/export.
Asked
Active
Viewed 178 times
1 Answers
0
It's related to your Revit file configurations, please follow the instruction of Publishing Settings from Revit for BIM 360 to choose the views you want to show in Forge, and make sure the view set is checked in the dialog.

Eason Kang
- 6,155
- 1
- 7
- 24
-
Is there a way to change the rvt file configuration from forge C# library before upload and translating to svf and get multiple 3D views from it? – Sumana Jul 30 '21 at 14:01
-
Unfortunately, the Publishing Settings feature is available on Revit Desktop UI only. It's from the [Autodesk Collaboration for Revit Addin](https://knowledge.autodesk.com/support/revit-products/getting-started/caas/simplecontent/content/autodesk-collaboration-for-revit-c4r-add-installer-downloads-and-verification.html) which is shipped with the Revit desktop release starting from Revit 2018. There is no API support (Revit API or Forge Model Derivative API) for this at this moment. We logged it as a wishlist item,`RVTLMV-217`. – Eason Kang Aug 02 '21 at 01:59