Interim commit

This commit is contained in:
Chris Hennes
2024-01-15 19:13:33 -06:00
parent 99ad972319
commit 24c20a746b
3 changed files with 19 additions and 5 deletions

View File

@@ -3160,7 +3160,7 @@ bool TopoShape::fix()
// BTW, the file attached in the issue also shows that ShapeFix_Shape may
// actually make a valid input shape invalid). So, it actually change the
// underlying shape data. Therefore, we try with a copy first.
auto copy = makECopy();
auto copy = makeElementCopy();
ShapeFix_Shape fix(copy._Shape);
fix.Perform();