FEM: mesh export, fix init file and better output

This commit is contained in:
Bernd Hahnebach
2018-03-14 07:46:27 +01:00
parent 1d39db122e
commit 2540f2a3bb
2 changed files with 13 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ import FreeCAD
FreeCAD.addExportType("FEM mesh TetGen (*.poly)", "feminout.convert2TetGen")
FreeCAD.addImportType("FEM mesh formats (*.unv *.med *.dat *.bdf)", "Fem")
FreeCAD.addExportType("FEM mesh formats (*.unv *.med *.dat *.inp)", "Fem")
FreeCAD.addExportType("FEM mesh formats (*.unv *.med *.stl *.dat *.inp *.vtk *.vtu)", "Fem")
FreeCAD.addImportType("FEM mesh CalculiX/Abaqus (*.inp)", "feminout.importInpMesh")
FreeCAD.addImportType("FEM result CalculiX (*.frd)", "feminout.importCcxFrdResults")