0021484: EDF 2087 SMESH: Problem projection

-  static bool IsBoundaryEdge(const TopoDS_Edge&  edge,
-                             const TopoDS_Shape& edgeContainer,
-                             SMESH_Mesh&         mesh);
+  static TopoDS_Edge GetBoundaryEdge(const TopoDS_Shape& edgeContainer,
+                                     const SMESH_Mesh&   mesh);
This commit is contained in:
eap 2012-01-25 12:18:02 +00:00
parent 40a14effec
commit cbd52f6644

View File

@ -197,11 +197,10 @@ class StdMeshers_ProjectionUtils
SMESH_Mesh* srcMesh);
/*!
* \brief Return true if edge is a boundary of edgeContainer
* \brief Return a boundary EDGE of edgeContainer
*/
static bool IsBoundaryEdge(const TopoDS_Edge& edge,
const TopoDS_Shape& edgeContainer,
SMESH_Mesh& mesh);
static TopoDS_Edge GetBoundaryEdge(const TopoDS_Shape& edgeContainer,
const SMESH_Mesh& mesh);
};
#endif