I wrote about how to Drag and Drop models into the Viewer, but how could it be done in case of the Design Automation for Inventor sample? One thing you'll need to find out is how to acces...
When creating buttons, you can just add an image (png, svg, etc) to it relying on styles in the CSS, as done here as well. One problem is that the blue highlighting when hovering above th...
I have a few articles on the sample application written by our team to help people create their own Configurator 360-like solutions. One question that came up recently was about loading a...
Some properties shown in the Viewer's Property panel might be inherited from other objects. When using search(), inherited properties won't be taken into account. So it's possible to have...
I wrote about adding models to the Viewer and moving them around in Dynamic model placement This can also be combined with the browser's built-in drag and drop functionality so that we ca...
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 (...
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 - Scr...