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:
committed by
Stefan Tröger
parent
7dee0b7018
commit
417576d5eb
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user