mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-26 00:27:14 +08:00
0028967: Boolean cut fails the first time, works the second time
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user