Salome HOME
0021484: EDF 2087 SMESH: Problem projection
authoreap <eap@opencascade.com>
Wed, 25 Jan 2012 12:19:58 +0000 (12:19 +0000)
committereap <eap@opencascade.com>
Wed, 25 Jan 2012 12:19:58 +0000 (12:19 +0000)
commita7d76b7825ddb80006c38b1379bb2e8891256f1b
tree8019037b721df84f1ecf6d031587ceb42f71c6bf
parentcbd52f664424be42d75c0cd7ae061cfada8244b2
0021484: EDF 2087 SMESH: Problem projection
    fix search of initial vertex association for group of FACEs

+  TopoDS_Shape getOuterEdge( const TopoDS_Shape theShape1, SMESH_Mesh& mesh )

-  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);
src/StdMeshers/StdMeshers_ProjectionUtils.cxx