]> OCCT Git - occt-copy.git/commit
0029321: Improve performance of the 3D offset algorithm for the planar cases
authoremv <emv@opencascade.com>
Mon, 13 Nov 2017 13:03:31 +0000 (16:03 +0300)
committeremv <emv@opencascade.com>
Thu, 28 Jun 2018 06:45:58 +0000 (09:45 +0300)
commit232451097b88dbce16f2debd099a2e0052a05c40
tree35f9733a1ceb215b0927002c2ea1079b77def7e1
parentda7ed9f9cdf398a292bfa4c05adcc2c5b5543f46
0029321: Improve performance of the 3D offset algorithm for the planar cases

Disable additional intersection of the splits of offset faces implemented in method BRepOffset_MakeOffset::Intersection3D() for the mode "Complete" and join type "Intersection".
This method is insufficient, as it does not allow to detect the tangential faces, necessary for this mode.
Intersection is performed in the method BuildShellsCompleteInter() developed for this mode.
src/BRepOffset/BRepOffset_MakeOffset.cxx