fix yet another type (splitmanifoldcomponents)
This commit is contained in:
parent
83b00f0219
commit
404c57fd2b
|
|
@ -711,12 +711,13 @@ public:
|
||||||
|
|
||||||
if(face::IsManifold(*fp, i) && !ff->IsS() && !ff->IsV())
|
if(face::IsManifold(*fp, i) && !ff->IsS() && !ff->IsV())
|
||||||
{
|
{
|
||||||
ff->IsS();
|
ff->SetS();
|
||||||
ff->IsV();
|
ff->SetS();
|
||||||
visitStack.push_back(ff);
|
visitStack.push_back(ff);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Append<MeshType, MeshType>::Mesh(tmpMesh, m, true);
|
Append<MeshType, MeshType>::Mesh(tmpMesh, m, true);
|
||||||
++selCnt;
|
++selCnt;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue