mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
1. The smarter conditions for removing the invalid faces with inverted edges have been implemented (BRepOffset_MakeOffset::RemoveInvalidSplitsByInvertedEdges). 2. Avoid removed (completely inside) edges in the filtering of invalid faces (BRepOffset_MakeOffset::FilterInvalidFaces). 3. Test cases for the issue.