mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-26 01:57:30 +08:00
The following improvements have been made in the 3D offset algorithm for mode "Complete" and Join type "Intersection": - RemoveInsideFaces() - Removal of the invalid parts outside of the solids built from the splits of offset faces is now performed. It helps to avoid their rebuilding and speed-up the computation. - FindVerticesToAvoid() - Strengthening the criteria for the vertices to be avoided in the new splits. Test cases for the issue. Adjustment of the test cases to current behavior.