FEM: Z88: add module z88DispReader.py

This commit is contained in:
Bernd Hahnebach
2016-05-14 19:47:09 +01:00
committed by wmayer
parent 0a4fb90fe8
commit 48722a4cc5
4 changed files with 168 additions and 0 deletions

View File

@@ -36,3 +36,4 @@ 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")
FreeCAD.addImportType("Z88 displacement result file (*.txt)", "z88DispReader")