mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-10 00:02:41 +08:00
bc4a38670e
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.