occt: master e7384fd4

Author Committer Branch Timestamp Parent
emv bugmaster master 2017-11-13 13:03:31 master b7cd7c2b
Changeset 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.
mod - src/BRepOffset/BRepOffset_MakeOffset.cxx Diff File