Merge 4778057ae07496bd949147dd9ef5f891846700b8 into d9af1262a2411dd3cd49459303d9880ab6686b79

This commit is contained in:
nikhilsrajan 2024-06-12 15:32:07 +00:00 committed by GitHub
commit 8c0fa68038
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -613,6 +613,7 @@ namespace nglib
} }
*/ */
geo->AddEdges(readedges); geo->AddEdges(readedges);
readedges.SetSize(0);
} }
if (geo->GetStatus() == STLTopology::STL_GOOD || geo->GetStatus() == STLTopology::STL_WARNING) return NG_OK; if (geo->GetStatus() == STLTopology::STL_GOOD || geo->GetStatus() == STLTopology::STL_WARNING) return NG_OK;