From fa504cc61280a93ce22c4d4be2a36d3d448dd65d Mon Sep 17 00:00:00 2001 From: furti Date: Tue, 14 May 2019 17:22:53 +0200 Subject: [PATCH] Add missing "Part" import to Arch Fence --- src/Mod/Arch/ArchFence.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Arch/ArchFence.py b/src/Mod/Arch/ArchFence.py index fb2d9bde80..4ed6e27696 100644 --- a/src/Mod/Arch/ArchFence.py +++ b/src/Mod/Arch/ArchFence.py @@ -179,7 +179,7 @@ class _Fence(ArchComponent.Component): return shapes def clipSection(self, shape, length, clipLength): - print("length: %s, clipLength: %s" % (length, clipLength)) + import Part boundBox = shape.BoundBox lengthToCut = length - clipLength