Initial import of NODEDC BIM Viewer
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user