#define __SMESH_HexaFromSkin_3D_HXX__
#include "SMESH_StdMeshers.hxx"
-#include "SMESH_3D_Algo.hxx"
+#include "SMESH_Algo.hxx"
// from HexaBlocks
#include "hexa_base.hxx"
#include "SMESH_Gen.hxx"
#include "SMESH_Mesh.hxx"
+#include "SMESH_subMesh.hxx"
#include "SMESH_MesherHelper.hxx"
#include "HEXABLOCKPlugin_mesh.hxx"
default: return( Compute3D(theMesh) );
};
}
+ return false;
}
//=============================================================================
#ifndef _HEXABLOCKPlugin_HEXABLOCK_HXX_
#define _HEXABLOCKPlugin_HEXABLOCK_HXX_
-#include "SMESH_3D_Algo.hxx"
+#include "SMESH_Algo.hxx"
#include "SMESH_Mesh.hxx"
class SMESH_Mesh;