From 7843225fad4547aa4bf7d2008171d7e3ec49c9c0 Mon Sep 17 00:00:00 2001 From: wood-galaxy Date: Sun, 24 May 2015 20:41:03 +0200 Subject: [PATCH] Arch : Arch Section take current WorkingPlane Placement --- src/Mod/Arch/ArchSectionPlane.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Arch/ArchSectionPlane.py b/src/Mod/Arch/ArchSectionPlane.py index 8963c6850..261a58b0d 100644 --- a/src/Mod/Arch/ArchSectionPlane.py +++ b/src/Mod/Arch/ArchSectionPlane.py @@ -91,6 +91,7 @@ class _CommandSectionPlane: FreeCAD.ActiveDocument.openTransaction(translate("Arch","Create Section Plane")) FreeCADGui.addModule("Arch") FreeCADGui.doCommand("section = Arch.makeSectionPlane("+ss+")") + FreeCADGui.doCommand("section.Placement = FreeCAD.DraftWorkingPlane.getPlacement()") #FreeCADGui.doCommand("Arch.makeSectionView(section)") FreeCAD.ActiveDocument.commitTransaction() FreeCAD.ActiveDocument.recompute()