SMESH icon indicating copy to clipboard operation
SMESH copied to clipboard

SMESH fails to export "*.med"

Open MrDengDengDeng opened this issue 3 years ago • 1 comments

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

MrDengDengDeng avatar May 17 '22 08:05 MrDengDengDeng

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.

trelau avatar May 17 '22 09:05 trelau