How to create 3D markup and make canvas markup aggregation

Hi,

if you are loading scs files you need to make sure that you don’t start the webviewer in streaming mode. For example the code below would startup an empty viewer, that allows you to load scs files:

viewer = new Communicator.WebViewer({
containerId: container,
empty: true
});

1 Like