Hello, can you add 2 shapediver tickets in 1 single canvas? If you can, could you tell me how to do it, thank you.
Yes, this is possible. Since I do not know which version of the viewer you are using, here are solutions in both versions 2 and 3.
Version 2
Check out this codepen to see how to register to different comm plugins in the same viewer: https://codepen.io/ShapeDiver/pen/Exgxepx
Version 3
Check out this simple example: Viewer
You can easily extend the example by calling the createSession() function twice, with two different model tickets. You will then be able to display both sessions at the same time, and access them both in the API.