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,45 @@
{
"id": "IfcOpenHouse4",
"name": "IfcOpenHouse4",
"models": [
{
"id": "house1",
"name": "House 1",
"origin": [0,0,-5],
"globalizeObjectIds": true
},
{
"id": "house2",
"name": "House 2",
"origin": [0,0,10],
"globalizeObjectIds": true
}
],
"viewerConfigs": {
},
"viewerContent": {
"modelsLoaded": [
"house1", "house2"
],
"objectColors": {
"IfcSpace": {
"opacity": 0.3
},
"IfcWindow": {
"opacity": 0.4
},
"IfcOpeningElement": {
"opacity": 0.3
},
"IfcPlate": {
"opacity": 0.3
}
}
},
"viewerState": {
"tabOpen": "classes",
"expandObjectsTree": 1,
"expandClassesTree": 1,
"expandStoreysTree": 2
}
}