Salome HOME
22772: EDF 8916 SMESH: Issue with a quadrangle mesh
[modules/smesh.git] / src / SMESH / SMESH_MesherHelper.hxx
index 3e67d13649e8f020a9c2fb2227d9b03ea416c6a0..430e6f374c71ee4a384073b07500d1283e6f0bbc 100644 (file)
@@ -117,6 +117,11 @@ class SMESH_EXPORT SMESH_MesherHelper
    */
   static bool IsStructured( SMESH_subMesh* faceSM );
 
+  /*!
+   * \brief Return true if 2D mesh on FACE is distored
+   */
+  static bool IsDistorted2D( SMESH_subMesh* faceSM );
+
   /*!
    * \brief Returns true if given node is medium
     * \param n - node to check