]> 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>
Wed, 22 Nov 2017 11:54:49 +0000 (14:54 +0300)
commit249ab679079f6d940847de8b6a731745c58f62e0
tree35f9733a1ceb215b0927002c2ea1079b77def7e1
parent15da20700bf8bbc3bfc8e03686b680c2a71d5b54
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