Salome HOME
0022098: EDF 2036 SMESH: Create groups from none conected parts of a mesh
authoreap <eap@opencascade.com>
Thu, 16 May 2013 16:22:25 +0000 (16:22 +0000)
committereap <eap@opencascade.com>
Thu, 16 May 2013 16:22:25 +0000 (16:22 +0000)
commit36f9a5cb345cff43fb9a863784ef7d80375d8399
treef23fbc66020c578d1565b8c66cd8a2e9fff7707d
parentc2c0a21343037194c319d5aa6674e89a22e9c7a5
0022098: EDF 2036 SMESH: Create groups from none conected parts of a mesh

Move SMESH_ElementSearcher to from SMESH/SMESH_MeshEditor.hxx SMESHUtils/SMESH_MeshAlgos.hxx
in order to make SMESH_ElementSearcher accessible from Controls/SMESH_Controls.cxx

-  static bool FaceNormal(const SMDS_MeshElement* F, gp_XYZ& normal, bool normalized=true);
-  static std::vector< const SMDS_MeshNode*> GetCommonNodes(const SMDS_MeshElement* e1,
-                                                           const SMDS_MeshElement* e2);
src/SMESH/SMESH_Algo.cxx
src/SMESH/SMESH_Algo.hxx