FEM: Z88: add import and export of Z88 meshes

This commit is contained in:
Bernd Hahnebach
2016-05-14 19:46:14 +01:00
committed by wmayer
parent a39f24d978
commit d33d01d742
4 changed files with 441 additions and 0 deletions

View File

@@ -34,3 +34,5 @@ FreeCAD.addImportType("FEM formats (*.unv *.med *.dat *.bdf)", "Fem")
FreeCAD.addExportType("FEM formats (*.unv *.med *.dat *.inp)", "Fem")
FreeCAD.addImportType("CalculiX result (*.frd)", "ccxFrdReader")
FreeCAD.addImportType("Abaqus file (*.inp)", "FemGui")
FreeCAD.addImportType("Z88 mesh file (*.txt)", "importZ88Mesh")
FreeCAD.addExportType("Z88 mesh file (*.txt)", "importZ88Mesh")