Continuously logging console.assert error when try loading model

Hello @raja.r,

In order for us to more effectively troubleshoot the behavior, we will need to get the source CAD/Stream Cache file. To that end, we kindly request that you please create a support ticket in our Jira Service Desk portal and provide the information for us to reproduce the issue.

Thanks,
Tino

this error specifically coming when i call this method. this.viewer.model.getNodesBounding i am suspecting the issue would be calling this method before rendering model?

To ensure the model is fully loaded and the scene is fully drawn, you can use the function waitForIdle. At which point, you can get the boundings of the nodes.

Also, please see this older post:

1 Like