mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0027167: Boolean operations produce an invalid shape
Added test case bugs/modalg_6/bug27167. Modified shape name in bugs/modalg_6/bug27190.
This commit is contained in:
parent
afb2781582
commit
fd0add651a
14
tests/bugs/modalg_6/bug27167
Normal file
14
tests/bugs/modalg_6/bug27167
Normal file
@ -0,0 +1,14 @@
|
||||
puts "=========="
|
||||
puts "OCC27167"
|
||||
puts "=========="
|
||||
puts ""
|
||||
#####################################################
|
||||
# Boolean operations produce an invalid shape
|
||||
#####################################################
|
||||
|
||||
restore [locate_data_file bug27167_pipe.brep] a1
|
||||
pcylinder a2 100 300
|
||||
bfuse result a1 a2
|
||||
checkshape result
|
||||
checkprops result -s 295465
|
||||
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
@ -9,7 +9,7 @@ puts ""
|
||||
set MaxTol 1.e-3
|
||||
set GoodNbCurv 11
|
||||
|
||||
restore [locate_data_file bug27167-pipe.brep] a1
|
||||
restore [locate_data_file bug27167_pipe.brep] a1
|
||||
pcylinder a2 100 300
|
||||
|
||||
explode a1 f
|
||||
|
Loading…
x
Reference in New Issue
Block a user