]> OCCT Git - occt.git/commit
0028273: Inefficient implementation of the BRepOffset_MakeOffset::BuildSplitsOfFace...
authoremv <emv@opencascade.com>
Fri, 23 Dec 2016 13:04:25 +0000 (16:04 +0300)
committerapn <apn@opencascade.com>
Thu, 29 Dec 2016 11:50:24 +0000 (14:50 +0300)
commita8232603a065cf91e448d3e70dab2ff056769a59
treeb4e733b0aa69f2c518ecb30b547444eb45b80913
parent0c5a6d479bb648fefbdf229cc99712462d71798a
0028273: Inefficient implementation of the BRepOffset_MakeOffset::BuildSplitsOfFace function

The method for building splits of the face BRepOffset_MakeOffset::BuildSplitsOfFace has been redesigned to use the BOPAlgo_BuilderFace algorithm directly.
The methods FindInvalidFaces and TrimNewIntersectionEdges have been corrected to avoid possible instabilities.
The filtering of invalid edges by existing bounding edges has been corrected to avoid removal of valid splits.
The method BRepOffset_Analyse::Correct2dPoint has been modified to avoid unnecessary initialization of BRepAdaptor_Surface.

Adjustment of the test cases.
Test case bugs modalg_6 bug26513 has been modified to unify faces of the input shape before operation.
src/BRepOffset/BRepOffset_Analyse.cxx
src/BRepOffset/BRepOffset_MakeOffset_1.cxx
tests/bugs/modalg_6/bug26513
tests/offset/shape_type_i_c/XD3
tests/offset/shape_type_i_c/ZD9