+ fix author note, fix various crashes, improve mesh selection stuff

This commit is contained in:
wmayer
2014-08-01 16:39:59 +02:00
parent 4032a88c2d
commit 7a3ddd5bae
10 changed files with 31 additions and 10 deletions

View File

@@ -1129,8 +1129,7 @@ void MeshObject::removeSelfIntersections()
if (!selfIntersections.empty()) {
MeshCore::MeshFixSelfIntersection cMeshFix(_kernel, selfIntersections);
cMeshFix.Fixup();
this->_segments.clear();
deleteFacets(cMeshFix.GetFacets());
}
}