fastcas.blogg.se

Viewing revit files
Viewing revit files










viewing revit files viewing revit files

Now open props.db file in a SQLite browser. I used NOP_VIEWER.getSelection() to get the value.

viewing revit files

We selected the 'wall' and it's DBID is 2594. We will replicate the property panel in Forge Viewer. Load the file in sqlite and query for properties associated with the dbID you click on. The demo is currently querying Forge service to retrieve meta-data given the dbID selected.Īlternatively, you can use the props.db sqlite database file, located in the folder /gltf. design Automation for Revit (rooms and Spaces):.Other examples of MapBox with Revit data:

viewing revit files

  • Currently the mapbox raycaster does not match correctly, so it cannot get the correct DBID from the.
  • Use svf-extract to convert Revit file to glTF (see glTF folder).
  • Alternatively, use props.db sqlite DB file instead)
  • Click on the model to view properties (via the Forge API.
  • View Revit models inside Mapbox, and click on Revit properties.












    Viewing revit files