Show three base planes (XY, YZ, XZ) at the beginning of the feature tree and allow to create sketches on them

This commit is contained in:
jrheinlaender
2013-04-01 20:36:41 +04:30
committed by Stefan Tröger
parent 7dee0b7018
commit 417576d5eb
6 changed files with 167 additions and 102 deletions

View File

@@ -25,3 +25,6 @@ import FreeCADGui
FreeCADGui.activateWorkbench("PartDesignWorkbench")
App.newDocument()
FreeCADGui.runCommand('PartDesign_Body')
# Make the planes properly visible
FreeCADGui.activeDocument().activeView().viewAxometric()
FreeCADGui.SendMsgToActiveView("ViewFit")