Arch: All Arch objects can now have any IFC type(role)

This commit is contained in:
Yorik van Havre
2018-05-10 10:42:06 -03:00
parent b3fb790d54
commit b5ffabace2
12 changed files with 8 additions and 26 deletions

View File

@@ -369,6 +369,7 @@ class _Panel(ArchComponent.Component):
obj.addProperty("App::PropertyVector","Normal","Arch",QT_TRANSLATE_NOOP("App::Property","The normal extrusion direction of this object (keep (0,0,0) for automatic normal)"))
obj.Sheets = 1
self.Type = "Panel"
obj.Role = "Plate"
obj.WaveType = ["Curved","Trapezoidal","Spikes"]
obj.FaceMaker = ["None","Simple","Cheese","Bullseye"]
obj.setEditorMode("VerticalArea",2)