+ support .inp file format

This commit is contained in:
wmayer
2015-04-01 11:09:46 +02:00
parent 996e2fd160
commit 8ed77e22d3
3 changed files with 7 additions and 4 deletions

View File

@@ -30,3 +30,4 @@ 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")
FreeCAD.addImportType("Abaqus file (*.inp)","FemGui")