Arch: Fixed error in DXF export of Arch Panel sheets

This commit is contained in:
Yorik van Havre
2017-05-20 12:24:08 -03:00
parent 945313c6d3
commit 08b7d9154a
2 changed files with 8 additions and 4 deletions

View File

@@ -948,6 +948,8 @@ class PanelSheet(Draft._DraftObject):
def execute(self, obj):
import Part
self.sheettag = None
self.sheetborder = None
pl = obj.Placement
if obj.Width.Value and obj.Height.Value:
l2 = obj.Width.Value/2