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())
|
||||
{
|
||||
ff->IsS();
|
||||
ff->IsV();
|
||||
ff->SetS();
|
||||
ff->SetS();
|
||||
visitStack.push_back(ff);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Append<MeshType, MeshType>::Mesh(tmpMesh, m, true);
|
||||
++selCnt;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue