mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-19 10:10:34 +05:00
0021542: EDF 1699 SMESH: Reorient a group of faces
Fix ("In non-manifold mesh, orient co-directed faces only")
This commit is contained in:
parent
ca78207ff3
commit
93f0557a04
@ -1207,6 +1207,10 @@ int SMESH_MeshEditor::Reorient2D (TIDSortedElemSet & theFaces,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if ( facesNearLink.size() == 1 )
|
||||||
|
{
|
||||||
|
otherFace = facesNearLink[0];
|
||||||
|
}
|
||||||
if ( otherFace && otherFace != theFace)
|
if ( otherFace && otherFace != theFace)
|
||||||
{
|
{
|
||||||
// link must be reverse in otherFace if orientation ot otherFace
|
// link must be reverse in otherFace if orientation ot otherFace
|
||||||
|
Loading…
Reference in New Issue
Block a user