]> 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)
committerrnv <rnv@opencascade.com>
Tue, 6 Mar 2018 15:33:55 +0000 (18:33 +0300)
commit11a118653df1d555cdd1d74ca7a8062cb3fdced6
tree3e4754e26b4a67fa5d8958f9dbf556f05e9164ab
parent13d4df0b8a5a4973e0a908bb9f4f7fdf7f1b9b21
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