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
dde81fe8f5
commit
0a893135c8
@@ -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