Speckle Viewer Iframe

I am currently integrating an iframe into a Python application and seek to modify the default viewer settings. Specifically, I aim to alter the embedded viewer parameter to display a secondary image by default rather than the initial one. Has anyone encountered a similar requirement or could provide guidance on achieving this customization? Your expertise and suggestions would be greatly.

Changes: lighting and perspective

The legacy embedded viewer had more options controlled by the URL parameters, but the new viewer has many more features and controls now than would fit the maximum URL length.

You can save a view’s settings with a comment and use that thread view as the starting view. This would open a comment in your starting view. We have heard requests for comment-less saved views, but this doesn’t yet exist.

2 Likes

If you’re not tied to Python and could use JS instead, you’d have full access to the viewer API: Introduction | Speckle Docs

2 Likes