mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
17 lines
449 B
Plaintext
17 lines
449 B
Plaintext
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
|