mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-03 21:14:29 +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++ )
|
for ( iE = 0; wExp.More(); wExp.Next(), iE++ )
|
||||||
{
|
{
|
||||||
TopoDS_Edge edge = wExp.Current();
|
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 );
|
theEdges.push_back( edge );
|
||||||
}
|
}
|
||||||
theNbVertexInWires.push_back( iE );
|
theNbVertexInWires.push_back( iE );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user