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()

Generated on Wed Nov 23 19:00:05 2011 for FreeCAD by  doxygen 1.6.1