Merge branch 'occ/26452_face_ori'

This commit is contained in:
vsr 2021-11-19 19:04:08 +03:00
commit f994811cbe

View File

@ -216,8 +216,8 @@ namespace
gp_XYZ normal; gp_XYZ normal;
if ( SMESH_MeshAlgos::FaceNormal( f, normal )) if ( SMESH_MeshAlgos::FaceNormal( f, normal ))
{ {
TIDSortedElemSet allFaces; TIDSortedElemSet allFaces, refFaces = { f };
editor.Reorient2D( allFaces, normal, f ); editor.Reorient2D( allFaces, normal, refFaces, /*allowNonManifold=*/true );
break; break;
} }
} }