.bim file format encourages users to link their data by attaching URLs inside properties of file or specific elements.
This way there is a whole new dimension of storing the data in .bim files. Inside specific element there will be a link where you can point at specific website, pdf file, spreadsheet, report etc. Or even further - point at another model. To explain it a bit better we will see how it works using model created by Robert Juchnevic. This model is available here for you to explore it: https://3dviewer.net#model=https://raw.githubusercontent.com/paireks/dotbim/master/test/ExampleFiles/TestFilesFromBlender/House.bim
Imagine that you want to link some pdf, chart or maybe a catalogue page for a specific element. Then just attach the URL to that data as a property value, and that's it. Online 3d Viewer will automatically recoginze that it's looking at the URL, so it will create hyperlink automatically.
Inside .bim file it can be like this:
"info": {
"Name": "Metal sheet roofing",
"Catalogue": "https://pruszynski.com.pl/t-20-roof,prod,99,2294.php"
}
Then in Online 3d Viewer:
It can be especially useful to connect some spreadsheets, e.g:
Or maybe some map?
If we can link to some data, then why not link to another model? That could be useful for multiple different things. E.g. it can solve the issue that many modellers in AEC deals with - too heavy models. This way you can create multidimensional model in which every level of a model will have different LOD. You can check this solution in Robert's model:
https://3dviewer.net#model=https://raw.githubusercontent.com/paireks/dotbim/master/test/ExampleFiles/TestFilesFromBlender/House.bim https://3dviewer.net/#model=https://github.com/paireks/dotbim/blob/master/test/ExampleFiles/TestFilesFromBlender/Site%20plan%201.bim