mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-28 05:49:03 +08:00
Sync changes from upstream repository
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user