Skip to content

Commit

Permalink
FEM: Z88: add import and export of Z88 meshes
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach authored and wwmayer committed May 16, 2016
1 parent 004f757 commit d96ead5
Show file tree
Hide file tree
Showing 4 changed files with 441 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Fem/App/CMakeLists.txt
Expand Up @@ -98,6 +98,7 @@ SET(FemScripts_SRCS
ccxDatReader.py
ccxFrdReader.py
convert2TetGen.py
importZ88Mesh.py
Init.py
InitGui.py
FemAnalysis.py
Expand Down
2 changes: 2 additions & 0 deletions src/Mod/Fem/CMakeLists.txt
Expand Up @@ -67,6 +67,8 @@ INSTALL(
_TaskPanelFemSolverCalculix.py
TaskPanelFemSolverCalculix.ui

importZ88Mesh.py

DESTINATION
Mod/Fem
)
Expand Down
2 changes: 2 additions & 0 deletions src/Mod/Fem/Init.py
Expand Up @@ -34,3 +34,5 @@
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")

0 comments on commit d96ead5

Please sign in to comment.