petrbroz / vscode-forge-tools

Visual Studio Code extension for accessing Autodesk Forge services and content.
https://marketplace.visualstudio.com/items?itemName=petrbroz.vscode-forge-tools
MIT License
74 stars 17 forks source link

download NWD as SVF not working #66

Closed wallabyway closed 1 year ago

wallabyway commented 1 year ago

type tags have changed from

Autodesk.CloudPlatform.Geometry

to ​ Autodesk.CloudPlatform.Viewpoint and Autodesk.CloudPlatform.NamedItemTree

without this check, no geometry is downloaded

petrbroz commented 1 year ago

Is the structure of the data in these new resource types same as in Autodesk.CloudPlatform.Geometry? If so, I'll update forge-convert-utils to process the new resource types as well.

petrbroz commented 1 year ago

Btw I just checked the forge-convert-utils code, and I'm not finding Autodesk.CloudPlatform.Geometry anywhere in there. What kind of resource are you referring to exactly? Did you mean Autodesk.CloudPlatform.GeometryMetadataList?

petrbroz commented 1 year ago

Also, I just tried converting one of my sample NWDs and it got processed without issues. So I'm guessing it might only be reproducible with newer versions of Navisworks designs. Could you share one with me please?

wallabyway commented 1 year ago

It was a breaking change to MD api a while ago. The change was reverted. Closing