Adding test cases from grid chl
[occt.git] / tests / bugs / modalg / buc60463
CommitLineData
a87752f3 1puts "TODO OCC12345 ALL: Error : The length of result shape is"
2puts "TODO OCC12345 ALL: Faulty : Section is incorrect"
3
4puts "============="
5puts "BUC60463"
6puts "============="
7puts "Section"
8puts ""
9cpulimit 1400
10restore [locate_data_file buc60463a.brep] a
11puts [checkshape a]
12restore [locate_data_file buc60463b.brep] b
13puts [checkshape b]
14bsection result a b
15
16regexp {nb alone Vertices : ([-0-9.+eE]+)} [checksection result] full cs
17if { $cs != 0 } {
18 puts "Faulty : Section is incorrect"
19}
20set length 0
21set 2dviewer 0
22