BIMXDB V0.0.2 PUBLISHED – STORE REVIT DATA IN AN SQLITE DATABASE
AUGUST 24, 2017
To supplement the BIMxHTML Dynamo package, I published a second package called BIMxDB. This package will contain several custom nodes for exporting Revit data to different types of databases.
For now, my focus is SQLite and the current node that is in the package is Export.SQLite.ParameterData.TimeStamped. This custom node creates a table in the SQLite database specified as an input.
The table is named with the Model Category (input #1) and suffixed with a time stamp in Unix time format (e.g., Ducts_1503598277.39).
Example of SQLite database as exported from the BIMxDB node. |
Read more on the BIM Extension website »
1 comment:
Hi, I am interested in this dynamo package. This package can be used to import modified database back to revit as well?, If so this package is faster than normal excel to revit importing?. please advice . Thanks
Ganesh
Post a Comment