SMESH
SMESH copied to clipboard
SMESH fails to export "*.med"
I use "mesh->ExportMED "and" mesh->MEDToMesh "exports the mesh and it does not react, even in Pyocct7.4 using" mesh. MEDToMesh"
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.