mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 10:10:33 +05:00
bos #26452 [EDF] (2021) SMESH: orientation of faces
fix after incorrect (partial) renaming
This commit is contained in:
parent
b8fafc9b0d
commit
24a9b3a6df
@ -730,7 +730,7 @@ bool SMESHGUI_ReorientFacesOp::onApply()
|
|||||||
}
|
}
|
||||||
case CONSTRUCTOR_FACE_GROUPS:
|
case CONSTRUCTOR_FACE_GROUPS:
|
||||||
{
|
{
|
||||||
aResult = aMeshEditor->ReOrient2DByNeighbours( myObjects, myRefGroups );
|
aResult = aMeshEditor->Reorient2DByNeighbours( myObjects, myRefGroups );
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user