Rooms not visible in viewer after translation by Model Derivative API
I have a Revit 2024 model with Rooms in it, when I translate it in Model Derivative, I cannot see any room information. I use the generateMasterViews option in combination with the x-ads-force header for this, but it doesn’t output room information. Can anybody help?
Rooms not visible in viewer after translation by Model Derivative API
I have a Revit 2024 model with Rooms in it, when I translate it in Model Derivative, I cannot see any room information. I use the generateMasterViews option in combination with the x-ads-force header for this, but it doesn’t output room information. Can anybody help?
Rooms not visible in viewer after translation by Model Derivative API
I have a Revit 2024 model with Rooms in it, when I translate it in Model Derivative, I cannot see any room information. I use the generateMasterViews option in combination with the x-ads-force header for this, but it doesn’t output room information. Can anybody help?
Rooms not visible in viewer after translation by Model Derivative API
I have a Revit 2024 model with Rooms in it, when I translate it in Model Derivative, I cannot see any room information. I use the generateMasterViews option in combination with the x-ads-force header for this, but it doesn’t output room information. Can anybody help?
Rooms not visible in viewer after translation by Model Derivative API
I have a Revit 2024 model with Rooms in it, when I translate it in Model Derivative, I cannot see any room information. I use the generateMasterViews option in combination with the x-ads-force header for this, but it doesn’t output room information. Can anybody help?
APS – How to get Revit ViewSet
In Autodesk Platform Services, we can access Published Revit Views using “Get List Model Views” (link). That call retrieves the name,role,guid and isMasterView fields, but no information on the published view set of the Revit View.
What is the Flex Token Consumption rate for converting a dxf and dwg file to SVF2
If I upload a .dxf OR .dwg file to model derivative service to convert to an SVF2 format so that it can be viewed using the forge viewer, is this considered a simple or complex job?
How to export Rhino blocks to Autodesk Viewer as a single geometry
I’m developing an app using Autodesk Viewer, and I’ve encountered a challenge with models from the design team that contain Rhino blocks. By default, the Viewer breaks down block geometry into individual pieces, making each piece clickable. While this behavior is acceptable for some views, I need to preserve blocks as single, solid geometries in others.
Random failure when converting a Revit model to SVF
We have a Revit model form one of our customer who failed to be converted to SVF by the APS Model Derivative API (model is uploaded to a temporary bucket, then SVF conversion is triggered and monitored by our web app).
The message received in case of failure was:
We have encountered some issues while preparing the file for viewing. Please contact support for assistance. Unrecoverable exit code from extractor: -1073741831
This error occurred twice last week amongst other successful attempts. But now, it seems all conversions are successful and can not reproduce the failure anymore (we were trying to get a test case for support).
Can you use autodesk model derivatives api with the models stored in your own database?
I am working on a project where the user has an ability to upload both pictures and 3D models. I definitely want to have the pictures stored in my own backend without using Autodesk platform services. I am wondering if I can do the same for the models, while also utilizing the conversion features of the derivatives api?