Today we’re announcing the availability of BIM 360 Assets API as public beta! BIM 360 Assets API provides read/write access to the data stored in BIM 360 Assets module, which allows you to track your
BIM 360 Assets API – Public Beta is Here
Dynamic model placement
There is no built-in functionality to achieve this, but it can be done. The two steps are: (1) load the model, then (2) follow the mouse cursor and update the model's placementTransform (the initial
More on screenshots
We have quite a few articles on using getScreenShot() function of the Viewer in order to generate a picture of the model, e.g.: - Get Base64 Encode String of Screenshot with Markups - Screenshot
glTF 2.0 Support in Forge Viewer
One of the new features introduced by Forge Viewer version 7.36 is the support for loading glTF (2.0) models. The feature is currently in beta but if you like to live on the edge - which I'm sure you
Use multiple app bundles
Though some articles, like Run additional programs inside a WorkItem, already showed that you can use multiple app bundles in an activity, there wasn't a blog post yet dedicated to this topic. Two
API of Create Custom Attributes Definitions is now available
Follow @Xiaodong Liang A little late announcement ? One more high-demanded API, create custom attributes definitions is now available! It is with the category of Document Management API. Last year
Pagination with Postman
When the list of returned items can get quite big, our API endpoints provide pagination to retrieve the items in batches. You can limit the number of items that are returned in a single request using
AECOM
React + TypeScript showing shared model
We have some articles and sample codes on using React with the Viewer: - How to use React in a Forge Viewer DockingPanel - https://github.com/Autodesk-Forge/viewer-react-express-headless - https:/