Fix MED Export
This commit is contained in:
2882
src/3rdParty/salomesmesh/src/SMESH/MED_V2_2_Wrapper.cpp
vendored
Normal file
2882
src/3rdParty/salomesmesh/src/SMESH/MED_V2_2_Wrapper.cpp
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user