Reputation: 1
Are there ways to extend the Autodesk Construction Cloud (ACC) user interface?
For example, adding a personalized button to the UI that will have some functionality or other customization via API?
I know about creating a personalized website and calling the Forge app to the API, but maybe there are ways to do it without another site.
Upvotes: 0
Views: 199
Reputation: 7115
Unfortunately, the short answer is NO. ACC Web UI doesn't have an API or interface for users/developers to customize the UI.
If you just want to add a button on ACC Web UI, you could write a web browser extension, e.g. https://developer.chrome.com/docs/extensions/, using modern web technologies (HTML5, Javascript, and CSS) to do so.
But you must use this way at your own risk since this is an unofficial approach, and we cannot guarantee this approach will always work as unofficial. Probably, it will be unavailable someday in the future.
Upvotes: 0