Fix MED Export

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

File diff suppressed because it is too large Load Diff

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