Sync changes from upstream repository

This commit is contained in:
Bozo The Builder
2020-01-16 10:59:30 -08:00
parent 066c760fb5
commit fd6843da76
70 changed files with 6078 additions and 805 deletions

View File

@@ -1736,5 +1736,16 @@ void ON_SubD::ClearEvaluationCache() const
}
}
void ON_SubD::ClearNeighborhoodEvaluationCache(const ON_SubDVertex * vertex, bool bTagChanged) const
{
const ON_SubDLevel* level = ActiveLevelConstPointer();
if (nullptr != level)
{
const_cast<ON_SubD*>(this)->ChangeContentSerialNumberForExperts();
level->ClearNeighborhoodEvaluationCache(vertex, bTagChanged);
}
}
////////////////////////////////////////////////////////////////////////////