mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-16 10:08:36 +03:00
0028967: Boolean cut fails the first time, works the second time
This commit is contained in:
parent
2783b13ce6
commit
fbd0023f75
16
tests/bugs/modalg_7/bug28967
Normal file
16
tests/bugs/modalg_7/bug28967
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
puts "============"
|
||||||
|
puts "OCC28967"
|
||||||
|
puts "============"
|
||||||
|
puts ""
|
||||||
|
######################################################
|
||||||
|
# Boolean cut fails the first time, works the second time
|
||||||
|
######################################################
|
||||||
|
|
||||||
|
restore [locate_data_file bug28967_original.brep] original
|
||||||
|
restore [locate_data_file bug28967_envelope.brep] envelope
|
||||||
|
|
||||||
|
bcut result original envelope
|
||||||
|
checkshape result
|
||||||
|
|
||||||
|
bcut result original envelope
|
||||||
|
checkshape result
|
Loading…
x
Reference in New Issue
Block a user