Sync changes from upstream repository

This commit is contained in:
Bozo The Builder
2020-09-11 14:29:29 -07:00
parent e15c463638
commit 6a1fea7512
74 changed files with 12912 additions and 3982 deletions

View File

@@ -485,6 +485,9 @@ ON_BrepLoop* ON_Brep::NewOuterLoop(
bool boolRev3d[4]
)
{
// 2 Sept 2020 S. Baer (RH-59952)
// Destroy cached bounding box on breps when messing around with loops
m_bbox.Destroy();
m_is_solid = 0;
if ( face_index < 0 || face_index >= m_F.Count() )
return nullptr;