From: eap Date: Wed, 25 Jan 2012 12:18:02 +0000 (+0000) Subject: 0021484: EDF 2087 SMESH: Problem projection X-Git-Tag: V6_5_0a1~176 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cbd52f664424be42d75c0cd7ae061cfada8244b2;p=modules%2Fsmesh.git 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); --- diff --git a/src/StdMeshers/StdMeshers_ProjectionUtils.hxx b/src/StdMeshers/StdMeshers_ProjectionUtils.hxx index bba1c77d9..225a5fc47 100644 --- a/src/StdMeshers/StdMeshers_ProjectionUtils.hxx +++ b/src/StdMeshers/StdMeshers_ProjectionUtils.hxx @@ -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