petrbroz / svf-utils

Utilities for working with the SVF file format used by Autodesk Platform Services.
https://petrbroz.github.io/svf-utils/
MIT License
129 stars 55 forks source link

Document the use of Forge metadata #19

Closed petrbroz closed 4 years ago

petrbroz commented 4 years ago

Explain how the gltf elements can be linked to the original model metadata in Forge, e.g.:

petrbroz commented 4 years ago

Addressing https://twitter.com/FlorolF_/status/1226769610504130560

wallabyway commented 4 years ago

Use this 'Magic SQL' select statement when querying the sqlite db file... https://github.com/wallabyway/propertyServer/blob/master/pipeline.md

pdb02

in the 'WHERE' clause of your SQL statement, match the DBID of the glTF file node.name == SQL:: ids.external_id

Alternatively, you can do the same thing, but with those five JSON files... (but it's a little bit harder)... (see the last diagram in the link).

florolf1 commented 4 years ago

Thanks, i will give it a try!