Fix MED Export

This commit is contained in:
vejmarie
2016-07-13 11:37:28 -04:00
committed by wmayer
parent 6abf16b720
commit fc76bf8bbb
2 changed files with 2883 additions and 1 deletions

View File

@@ -1172,7 +1172,7 @@ void FemMesh::write(const char *FileName) const
myMesh->ExportUNV(File.filePath().c_str());
}
else if (File.hasExtension("med") ) {
myMesh->ExportMED(File.filePath().c_str());
myMesh->ExportMED(File.filePath().c_str(),"FreeCADMesg",false,2); // 2 means MED_V2_2 version !
}
else if (File.hasExtension("stl") ) {
// read brep-file