Skip to content

Latest commit

 

History

History
48 lines (24 loc) · 2.61 KB

LinkingData.md

File metadata and controls

48 lines (24 loc) · 2.61 KB

Linking data with .bim

Intro

.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

Linking data

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:

2022-05-07_09h50_38

It can be especially useful to connect some spreadsheets, e.g:

2022-05-07_10h04_59

Or maybe some map?

2022-05-07_10h13_29

Linking models: Multilevel BIM

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

2022-05-07_10h25_09

image

image