Arch: Fixed error in DXF export of Arch Panel sheets
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user