FEM: mesh export, add export to Python module

This commit is contained in:
Bernd Hahnebach
2020-04-17 22:46:14 +02:00
parent f74cfae9b3
commit bbdaa62890
3 changed files with 151 additions and 0 deletions

View File

@@ -27,6 +27,8 @@
import FreeCAD
FreeCAD.addExportType("FEM mesh Python (*.meshpy)", "feminout.importPyMesh")
FreeCAD.addExportType("FEM mesh TetGen (*.poly)", "feminout.convert2TetGen")
# see FemMesh::read() and FemMesh::write() methods in src/Mod/Fem/App/FemMesh.cpp