Door - added to type manager

Also added predefined type for door and bit of refactoring
This commit is contained in:
Andrej730
2023-02-06 14:42:40 +05:00
parent e57ff19e16
commit 0f5264af99
5 changed files with 96 additions and 84 deletions
@@ -242,6 +242,7 @@ class BIMModelProperties(PropertyGroup):
("PROFILESET", "Extruded Profile", ""),
("EMPTY", "Non-Geometric Type", ""),
("WINDOW", "Window", ""),
("DOOR", "Door", ""),
("STAIR", "Stair", ""),
),
name="Type Template",