Adding of testing cases from subgroups 937 940 and 941 of CHL group
[occt.git] / tests / bugs / moddata_1 / bug22703
CommitLineData
809eca9d 1puts "==========="
2puts "OCC22703"
3puts "==========="
4puts ""
5#######################################################################
6# Exception in bop command for the specified shapes
7#######################################################################
8
9set BugNumber OCC22703
10
11puts "Load first shape ..."
12restore [locate_data_file OCC22703-faceAC.brep] b1
13
14puts "Load second shape ..."
15restore [locate_data_file OCC22703-pln.brep] b2
16
17puts "Prepare boolean operation ..."
18
19if [catch { bop b1 b2 } catch_result] {
20 puts "Faulty ${BugNumber}"
21} else {
22 puts "${BugNumber} OK"
23}
24
25set 2dviewer 0
26