Salome HOME
bos #26432 [CEA 26431] import/export SAUV removal
[modules/smesh.git] / src / SMESH_I / SMESH_Mesh_i.cxx
index c63eccd3b15a546e1f44b77a300cd9f4527f3fac..99e45c66eec7ad7036eafd8818750c32cf5d043e 100644 (file)
@@ -3797,27 +3797,6 @@ CORBA::LongLong SMESH_Mesh_i::ExportMEDCoupling(CORBA::Boolean auto_groups, CORB
   return reinterpret_cast<CORBA::LongLong>(ret);
 }
 
-//================================================================================
-/*!
- * \brief Export a mesh to a SAUV file
- */
-//================================================================================
-
-void SMESH_Mesh_i::ExportSAUV( const char* file, CORBA::Boolean auto_groups )
-{
-  SMESH_TRY;
-  if ( _preMeshInfo )
-    _preMeshInfo->FullLoadFromFile();
-
-  string aMeshName = prepareMeshNameAndGroups(file, true);
-  TPythonDump() << SMESH::SMESH_Mesh_var( _this())
-                << ".ExportSAUV( r'" << file << "', " << auto_groups << " )";
-  _impl->ExportSAUV(file, aMeshName.c_str(), auto_groups);
-
-  SMESH_CATCH( SMESH::throwCorbaException );
-}
-
-
 //================================================================================
 /*!
  * \brief Export a mesh to a DAT file