mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-04-02 17:36:51 +08:00
Sync changes from upstream repository
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user