Salome HOME
22797: EDF 9014 SMESH: Problem with the 3D extrusion algorithm
[modules/smesh.git] / src / SMESH / SMESH_MesherHelper.hxx
index 430e6f374c71ee4a384073b07500d1283e6f0bbc..ae6767d309af00cb2ae5e8752a2164660f63b944 100644 (file)
@@ -221,6 +221,8 @@ class SMESH_EXPORT SMESH_MesherHelper
 
   static bool IsSubShape( const TopoDS_Shape& shape, SMESH_Mesh* aMesh );
 
+  static bool IsBlock( const TopoDS_Shape& shape );
+
   static double MaxTolerance( const TopoDS_Shape& shape );
 
   static double GetAngle( const TopoDS_Edge & E1, const TopoDS_Edge & E2,