Further implementation of Post-Processing

This commit is contained in:
jriegel
2014-01-03 17:30:38 +01:00
parent 88f1c2c180
commit cb63cba061
7 changed files with 167 additions and 54 deletions

View File

@@ -46,3 +46,4 @@ ParGrp = App.ParamGet("System parameter:Modules").GetGroup("Fem")
FreeCAD.addExportType("TetGen file (*.poly)","convert2TetGen")
FreeCAD.addImportType("FEM formats (*.unv *.med *.dat *.bdf)","Fem")
FreeCAD.addExportType("FEM formats (*.unv *.med *.dat *.inp)","Fem")
FreeCAD.addImportType("CalculiX result (*.frd)","CalculixLib")