JtReader/Init.py

Go to the documentation of this file.
00001 # FreeCAD init script of the JtReader module
00002 # (c) 2007 Juergen Riegel LGPL
00003 
00004 # Get the Parameter Group of this module
00005 ParGrp = App.ParamGet("System parameter:Modules").GetGroup("JtReader")
00006 
00007 # Append the open handler
00008 FreeCAD.EndingAdd("JtOpen (*.jt)","JtReader")
00009 
00010 
00011 

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