Arch: Add default storey when exporting to IFC + allow all Arch objects to have Undefined role

This commit is contained in:
Yorik van Havre
2017-02-17 20:47:39 -02:00
parent 3e0d8b7213
commit 489d080f77
7 changed files with 25 additions and 7 deletions

View File

@@ -54,7 +54,7 @@ __url__ = "http://www.freecadweb.org"
# Possible roles for structural elements
Roles = ["Beam","Column","Slab","Wall","Curtain Wall","Roof","Foundation","Pile","Tendon"]
Roles = ["Undefined","Beam","Column","Slab","Wall","Curtain Wall","Roof","Foundation","Pile","Tendon"]
#Reads preset profiles and categorizes them
Categories=[]