Initial import of NODEDC BIM Viewer

This commit is contained in:
CODEX
2026-06-04 13:25:42 +03:00
commit 9aaf82862f
2075 changed files with 3592575 additions and 0 deletions
@@ -0,0 +1,42 @@
{
"id": "otcConferenceCenter",
"name": "OTC Conference Center",
"models": [
{
"id": "design",
"name": "OTC Conference Center Design"
}
],
"viewerConfigs": {
"backgroundColor": [
0.95,
0.95,
1.0
],
"objectColors": {
"IfcSpace": {
"opacity": 0.3
},
"IfcWindow": {
"opacity": 0.4
},
"IfcOpeningElement": {
"opacity": 0.3
},
"IfcPlate": {
"opacity": 0.3
}
}
},
"viewerContent": {
"modelsLoaded": [
"design"
]
},
"viewerState": {
"tabOpen": "objects",
"expandObjectsTree": 3,
"expandClassesTree": 1,
"expandStoreysTree": 1
}
}