Skip to content

Commit afc6cbd

Browse files
committed
Add concepts and properties for new door models
1 parent d4a281b commit afc6cbd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

floorplan/floorplan.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
"@container": "@list",
3535
"@type": "@id"
3636
},
37+
"fills": {
38+
"@id": "floorplan:fills",
39+
"@type": "@id"
40+
},
3741
"thickness": {
3842
"@id": "floorplan:thickness",
3943
"@type": "xsd:double"
@@ -46,6 +50,9 @@
4650
"Feature": "floorplan:Feature",
4751
"Column": "floorplan:Column",
4852
"Divider": "floorplan:Divider",
53+
"Door": "floorplan:Door",
54+
"DoorLining": "floorplan:DoorLining",
55+
"DoorPanel": "floorplan:DoorPanel",
4956
"Opening": "floorplan:Opening",
5057
"Entryway": "floorplan:Entryway",
5158
"Window": "floorplan:Window",

0 commit comments

Comments
 (0)