X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESH%2FSMESH_MesherHelper.hxx;fp=src%2FSMESH%2FSMESH_MesherHelper.hxx;h=430e6f374c71ee4a384073b07500d1283e6f0bbc;hb=65efd98e778a48079e58b3c73b85608d48bcb40a;hp=3e67d13649e8f020a9c2fb2227d9b03ea416c6a0;hpb=e16f6412dbdda05bd8b9800d5d15e046c521a529;p=modules%2Fsmesh.git diff --git a/src/SMESH/SMESH_MesherHelper.hxx b/src/SMESH/SMESH_MesherHelper.hxx index 3e67d1364..430e6f374 100644 --- a/src/SMESH/SMESH_MesherHelper.hxx +++ b/src/SMESH/SMESH_MesherHelper.hxx @@ -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