From: eap Date: Thu, 16 May 2013 16:27:06 +0000 (+0000) Subject: 1) 0022100: EDF 2413 SMESH: Take into account TRIA7 X-Git-Tag: V7_3_0a1~472 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=664ae5e0335821f9ca1ca863d3853841577ffd7c;hp=664ae5e0335821f9ca1ca863d3853841577ffd7c 1) 0022100: EDF 2413 SMESH: Take into account TRIA7 2) 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 -struct SMESH_NodeSearcher -{ -struct SMESH_ElementSearcher -{ - SMESH_NodeSearcher* GetNodeSearcher(); - SMESH_ElementSearcher* GetElementSearcher(); - SMESH_ElementSearcher* GetElementSearcher( SMDS_ElemIteratorPtr elemIt ); - static bool IsOut( const SMDS_MeshElement* element, const gp_Pnt& point, double tol ); - static double GetDistance( const SMDS_MeshFace* face, const gp_Pnt& point ); - static const SMDS_MeshElement* FindFaceInSet(const SMDS_MeshNode* n1, ---