trelau / SMESH

Mesh module from the Salome Platform
GNU Lesser General Public License v2.1
50 stars 31 forks source link

SMESH fails to export "*.med" #65

Open MrDengDengDeng opened 2 years ago

MrDengDengDeng commented 2 years ago

I use "mesh->ExportMED "and" mesh->MEDToMesh "exports the mesh and it does not react, even in Pyocct7.4 using" mesh. MEDToMesh"

trelau commented 2 years ago

There is currently no support for MED in this standalone version of SMESH since the MED library is not included.

Can you use ExportUNV or any of the other export methods?

I think I just comment out the export function, but instead I should throw an error.