0025138: SIGSEGV when sweeping along helix
[occt.git] / tests / bugs / modalg_1 / buc60668
CommitLineData
0e94a94e 1
2puts "===================="
3puts "BUC60668"
4puts "Three boxes must appear on picture"
5puts "===================="
6
7box b 100 0 0 10 10 10
8box b1 10 10 10
9box b2 50 50 50 10 10 10
10box a -10 -10 -10 200 200 200
11
12compound b b1 b2 c
13
14regexp {Mass +: +([-0-9.+eE]+)} [vprops c] full vcomp
15
16#compound b b1 c
17bcommon result c a
18
19regexp {Mass +: +([-0-9.+eE]+)} [vprops result] full vcomm
20
21if { $vcomp != $vcomm } {
22 puts " Faulty : Common is incorrect"
23} else {
24 puts " BUC60668 OK : Common was made properly"
25}
58cf74e0 26checkprops result -s 1800
27checkshape result
5747059b 28checkview -display result -2d -path ${imagedir}/${test_image}.png