Adding of testing cases from subgroups 937 940 and 941 of CHL group
[occt.git] / tests / bugs / modalg_4 / pro19626
CommitLineData
0e94a94e 1
2puts "============"
3puts "PRO19626"
4puts "============"
5
6restore [locate_data_file pro19626a.brep] a
352ffd73 7checkshape a
0e94a94e 8restore [locate_data_file pro19626b.brep] b
352ffd73 9checkshape b
0e94a94e 10
11bsection result a b
12regexp { nb alone Vertices : +([-0-9.+eE]+)} [checksection result] full num
13if { $num != 2 } {
14 puts " Faulty PRO19626: Result shape is INcorrect !!! "
15} else {
16 puts "PRO19626 OK : Result shape is CORRECT !!! "
17}
18
19set length 174.597
82cbc512 20set 2dviewer 0
21
0e94a94e 22