Fix MED Export
This commit is contained in:
parent
9154f31f51
commit
e5c5336397
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user