mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
+ // commented for issue 0020557, other related ones: 0020526, PAL19080
+ // edge = TopoDS::Edge( edge.Oriented( wExp.Orientation() ));
This commit is contained in:
parent
649e24e45f
commit
9002e0cb0a
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user