]> OCCT Git - occt.git/commit
0030154: [REGRESSION] Modeling Algorithms - Boolean Operation on planar geometry...
authoremv <emv@opencascade.com>
Fri, 21 Sep 2018 13:22:37 +0000 (16:22 +0300)
committerbugmaster <bugmaster@opencascade.com>
Fri, 28 Sep 2018 08:07:35 +0000 (11:07 +0300)
commit60b1a085c7c0cdb6c1ad2834019ac5206d3d771a
tree5e78301dd99664eff3f16177cf9a4a37534c47a5
parenta3506de7706346d9b0e472f30aac5c55bbb635d0
0030154: [REGRESSION] Modeling Algorithms - Boolean Operation on planar geometry hangs inside BRepLib::FindValidRange()

Do not allow the precision with which the valid range is found to be less than the epsilon of the max parameter of the edge's range.
Test cases for the issue.
src/BRepLib/BRepLib_1.cxx
tests/bugs/modalg_7/bug30154_1 [new file with mode: 0644]
tests/bugs/modalg_7/bug30154_2 [new file with mode: 0644]