mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
0033265: Modeling Algorithms - Boolean operation hangs on the attached shapes
Added test case.
This commit is contained in:
parent
4d60da8c58
commit
384d03c699
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