DefaultWorkbench.py
Go to the documentation of this file.00001 import FreeCAD, FreeCADGui
00002 workbench = FreeCAD.ConfigGet("DefaultWorkbench")
00003 if not workbench: workbench = "CompleteWorkbench"
00004 FreeCADGui.activateWorkbench(workbench)
00005 App.newDocument()