Files
OCCT/tests/bugs/moddata/bug22703
apn 809eca9db6 Added test cases to folders /bugs/modalg and /bugs/moddata from chl grid.
Modified TODO in some offset cases.
Deleted the same test cases bug697_* in /bugs/modalg
Deleted test cases which is based on v2d commands
Added test cases to folder bugs
2013-01-25 16:22:41 +04:00

27 lines
609 B
Plaintext
Executable File

puts "==========="
puts "OCC22703"
puts "==========="
puts ""
#######################################################################
# Exception in bop command for the specified shapes
#######################################################################
set BugNumber OCC22703
puts "Load first shape ..."
restore [locate_data_file OCC22703-faceAC.brep] b1
puts "Load second shape ..."
restore [locate_data_file OCC22703-pln.brep] b2
puts "Prepare boolean operation ..."
if [catch { bop b1 b2 } catch_result] {
puts "Faulty ${BugNumber}"
} else {
puts "${BugNumber} OK"
}
set 2dviewer 0