TemplatePyMod/Init.py

Go to the documentation of this file.
00001 # FreeCAD TemplatePyMod module  
00002 # (c) 2007 Juergen Riegel LGPL
00003 
00004 # Get the Parameter Group of this module
00005 ParGrp = App.ParamGet("System parameter:Modules").GetGroup("Test")
00006 
00007 # Set the needed information
00008 ParGrp.SetString("HelpIndex",        "Test/Help/index.html")
00009 ParGrp.SetString("WorkBenchName",    "Test functions")
00010 

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