mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0033265: Modeling Algorithms - Boolean operation hangs on the attached shapes
Added test case.
This commit is contained in:
parent
961a306dc4
commit
a638dd6224
16
tests/bugs/modalg_7/bug33265
Normal file
16
tests/bugs/modalg_7/bug33265
Normal file
@ -0,0 +1,16 @@
|
||||
puts "============"
|
||||
puts "0033265: Modeling Algorithms - Boolean operation hangs on the attached shapes"
|
||||
puts "============"
|
||||
puts ""
|
||||
|
||||
restore [locate_data_file bug33265.brep] hull
|
||||
plane p 0 0.0001 0 0 1 0
|
||||
mkface f p -150 150 -150 150
|
||||
bop hull f
|
||||
bopsection res
|
||||
|
||||
checknbshapes res -vertex 16 -edge 16
|
||||
checkprops res -l 170.631
|
||||
checksection res -r 0
|
||||
|
||||
checkview -display res -2d -path ${imagedir}/${test_image}.png
|
Loading…
x
Reference in New Issue
Block a user