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:
eap 2008-10-03 10:39:33 +00:00
parent b07bf8e140
commit 59566e03c4

View File

@ -2079,6 +2079,7 @@ namespace {
SMESH_subMesh* append): myIt(subIt),myAppend(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
virtual bool more()