0031735: Modeling Algorithms - BRepOffset_MakeOffset works slowly and produces wrong...
[occt.git] / tests / bugs / modalg_7 / bug31735_2
CommitLineData
99c9a820 1puts "======================================================================"
2puts "OCC31735: BRepOffset_MakeOffset works slowly and produces wrong result"
3puts "======================================================================"
4puts ""
5
6restore [locate_data_file bug31735_2.brep] a
7explode a
8thickshell result a_1 -0.1 i
9
10checkshape result
11
12checknbshapes result -t -wire 18 -face 18 -shell 2 -solid 1
13
14set tolres [checkmaxtol result]
15
16if { ${tolres} > 0.5} {
17 puts "Error: bad tolerance of result"
18}
19
20checkview -display result -2d -path ${imagedir}/${test_image}.png
21
22puts "TEST COMPLETED"