0028599: Replacement of old Boolean operations with new ones in BRepProj_Projection...
[occt.git] / tests / bugs / modalg_1 / buc60463
CommitLineData
a87752f3 1puts "============="
2puts "BUC60463"
3puts "============="
4puts "Section"
5puts ""
6cpulimit 1400
7restore [locate_data_file buc60463a.brep] a
352ffd73 8checkshape a
a87752f3 9restore [locate_data_file buc60463b.brep] b
352ffd73 10checkshape b
a87752f3 11bsection result a b
12
13regexp {nb alone Vertices : ([-0-9.+eE]+)} [checksection result] full cs
14if { $cs != 0 } {
15 puts "Faulty : Section is incorrect"
16}
58cf74e0 17
03cca6f7 18checkprops result -l 520.961
58cf74e0 19checkshape result
5747059b 20checkview -display result -2d -path ${imagedir}/${test_image}.png
a87752f3 21