mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-17 00:17:55 +05:00

http://www.salome-platform.org/forum/forum_10/998544058 class SMESH_2D_Algo { + /*! + * \brief Method in which an algorithm generating a structured mesh + * fixes positions of in-face nodes after there movement + * due to insertion of viscous layers. + */ + virtual bool FixInternalNodes(const SMESH_ProxyMesh& mesh, + const TopoDS_Face& face);