Salome HOME
+ // commented for issue 0020557, other related ones: 0020526, PAL19080
authoreap <eap@opencascade.com>
Thu, 29 Oct 2009 08:30:15 +0000 (08:30 +0000)
committereap <eap@opencascade.com>
Thu, 29 Oct 2009 08:30:15 +0000 (08:30 +0000)
+      // edge = TopoDS::Edge( edge.Oriented( wExp.Orientation() ));

src/SMESH/SMESH_Block.cxx

index 59971bfee71a05f7816c47d42b260a42bc16c726..821d8fa9f7940c3208bcad592856a7a297e86abd 100644 (file)
@@ -996,7 +996,8 @@ int SMESH_Block::GetOrderedEdges (const TopoDS_Face&   theFace,
     for ( iE = 0; wExp.More(); wExp.Next(), iE++ )
     {
       TopoDS_Edge edge = wExp.Current();
-      edge = TopoDS::Edge( edge.Oriented( wExp.Orientation() ));
+      // commented for issue 0020557, other related ones: 0020526, PAL19080
+      // edge = TopoDS::Edge( edge.Oriented( wExp.Orientation() ));
       theEdges.push_back( edge );
     }
     theNbVertexInWires.push_back( iE );