1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_7/bug30154_1
emv 60b1a085c7 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.
2018-09-28 11:07:35 +03:00

16 lines
391 B
Plaintext

puts "========"
puts "0030154: Modeling Algorithms - Boolean Operation on planar geometry hangs inside BRepLib::FindValidRange()"
puts "========"
puts ""
plane p 165424660 597500 42834196 -1 0 0
mkface f p
box b -94190864 -46229000 -17178478.4 519231048 93653000 120025348.8
invert b
bcut result f b
checkshape result
checkprops result -s 1.12407e+16
checknbshapes result -wire 1 -face 1