mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 02:40:22 +08: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.