Refining of Arch Roof tool

This commit is contained in:
Yorik van Havre
2012-05-18 17:43:57 -03:00
parent 1c1dbf0b2e
commit 82265b4ea9
4 changed files with 22 additions and 5 deletions

View File

@@ -86,6 +86,8 @@ class _Structure(ArchComponent.Component):
"The height or extrusion depth of this element. Keep 0 for automatic")
obj.addProperty("App::PropertyLinkList","Axes","Base",
"Axes systems this structure is built on")
obj.addProperty("App::PropertyVector","Normal","Base",
"The normal extrusion direction of this object (keep (0,0,0) for automatic normal)")
self.Type = "Structure"
def execute(self,obj):