doing merge

This commit is contained in:
wmayer
2012-04-26 15:10:48 +02:00
parent d8f150e384
commit 2549b555bc
7 changed files with 118 additions and 2 deletions

View File

@@ -1123,6 +1123,12 @@ void MeshObject::removeFullBoundaryFacets()
}
}
void MeshObject::removeInvalidPoints()
{
MeshCore::MeshEvalNaNPoints nan(_kernel);
deletePoints(nan.GetIndices());
}
void MeshObject::validateIndices()
{
unsigned long count = _kernel.CountFacets();