Jaime Rosales D.
Jaime Rosales D.
@AmirHossein do you have a pull request for this? Curious to know if you were able to make it work by switching it to a List of Integers, which makes...
Hey John, I just pushed an update to the version of the Viewer this sample is using. Now in regard to the ports you may want to check the Boiler...
I would make sure to check the URN's you are trying to load are connected to your own token. https://github.com/Autodesk-Forge/aec-visual-reports/blob/master/src/client/routes/Home/components/HomeView.js#L15 This URN's need to be swap with your own ones...
You are still trying to load my URN's. It will not work since your token does not have access to these URN's You need to translate your models and swap...
I don't have this man, Sorry.
Your model only contains 1 3D view. The viewer will not show a non existing 2D view. You can check what you have available in the ViewerView.js line 99 which...
Same here, Underscore.js introduced _.chain in version 1.2.4 and the Koans training is using 1.1.6. What I did to fix it is to update the Underscore-min.js file with the latest...