Autodesk-Forge / viewer-javascript-offline.sample

Offline viewing: Use the viewer to run local files
http://autodesk-forge.github.io/viewer-javascript-offline.sample/
MIT License
105 stars 32 forks source link

Model browser and properties panels is not loading data when interacting with the viewer #18

Open MiguelG97 opened 9 months ago

MiguelG97 commented 9 months ago

I cloned the repo and pass the svf files generated from visual studio forge extension image

I donwloaded the files as shown in picture: image

this is the output list: image

I noticed that the props panel and broswer tool are suppose to be working as per the repo example: image

any thoughs on what can be possible wrong with the manifest? regards!

MiguelG97 commented 9 months ago

cc: @augustogoncalves @jaimerosales

MiguelG97 commented 9 months ago

it was fixed. Apparently the visual studio code autodes forge extension doesn't manage to download the full list of derivate files. We needed to deploy the svf extractor code. However another issue came up with 2d views and elevations. The properties do not display when selecting elements in the pdf file: image Besides that, we can not navigate through the tree structure since it only displays 1 view. How can we manage to embed the whole list of views?

regads