Salome HOME
0021263: EDF 1868: Several use cases fail (regressions)
[modules/smesh.git] / src / SMESH / SMESH_MesherHelper.hxx
index 087c515f02bd75a4796a09559d2e553718fc50ca..79b7d0caba809be83e30d42cd01e82d4c67ed738 100644 (file)
@@ -147,6 +147,8 @@ public:
 
   static bool IsClosedEdge( const TopoDS_Edge& anEdge );
 
+  static TopoDS_Vertex IthVertex( const bool is2nd, TopoDS_Edge anEdge, const bool CumOri=true );
+
 
 public:
   // ---------- PUBLIC INSTANCE METHODS ----------