mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-04 15:25:39 +05:00
PAL20461 4.x Wrong mesh after creation of 3D mesh from 2D skin.
additionally fix getDependsOnIterator() if submesh map is empty
This commit is contained in:
parent
86728cc8ae
commit
82061e3a33
@ -2078,6 +2078,7 @@ namespace {
|
|||||||
SMESH_subMesh* append): myIt(subIt),myAppend(append)
|
SMESH_subMesh* append): myIt(subIt),myAppend(append)
|
||||||
{
|
{
|
||||||
myCur = prepend ? prepend : myIt->more() ? myIt->next() : append;
|
myCur = prepend ? prepend : myIt->more() ? myIt->next() : append;
|
||||||
|
if ( myCur == append ) append = 0;
|
||||||
}
|
}
|
||||||
/// Return true if and only if there are other object in this iterator
|
/// Return true if and only if there are other object in this iterator
|
||||||
virtual bool more()
|
virtual bool more()
|
||||||
|
Loading…
Reference in New Issue
Block a user