mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0027253: Boolean cut produces invalid result shape
Add test case for this bug.
This commit is contained in:
parent
16423f20d8
commit
cb492860f1
16
tests/bugs/modalg_6/bug27253
Normal file
16
tests/bugs/modalg_6/bug27253
Normal file
@ -0,0 +1,16 @@
|
||||
puts "============"
|
||||
puts "OCC27253"
|
||||
puts "============"
|
||||
puts ""
|
||||
#######################################################################
|
||||
# Boolean cut produces invalid result shape
|
||||
#######################################################################
|
||||
|
||||
restore [locate_data_file bug27253_lhs_rhs.brep] a
|
||||
explode a
|
||||
|
||||
bcut result a_1 a_2
|
||||
|
||||
checkshape result
|
||||
checkprops result -v 6.05895e+006
|
||||
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
Loading…
x
Reference in New Issue
Block a user