Relative Content

Tag Archive for autodesk-forgeautodesk-model-derivative

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.

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).