Merge branch 'occ/26452_face_ori'
This commit is contained in:
commit
f994811cbe
@ -216,8 +216,8 @@ namespace
|
||||
gp_XYZ normal;
|
||||
if ( SMESH_MeshAlgos::FaceNormal( f, normal ))
|
||||
{
|
||||
TIDSortedElemSet allFaces;
|
||||
editor.Reorient2D( allFaces, normal, f );
|
||||
TIDSortedElemSet allFaces, refFaces = { f };
|
||||
editor.Reorient2D( allFaces, normal, refFaces, /*allowNonManifold=*/true );
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user