0027531: Modeling Algorithms - Make the algorithm Approx_SameParameter more clear...
[occt.git] / tests / bugs / xde / bug1055
1 puts "============"
2 puts "OCC1055"
3 puts "============"
4 puts ""
5 ######################################################
6 # Exception is raised during mesh preparation for shading mode representation
7 ######################################################
8
9 restore [locate_data_file OCC1055.brep] a
10 checkshape a
11
12 if [catch { fixshape result a 1e-7 } res] {
13     puts "Error : fixshape works wrongly"
14 }
15
16 checkprops result -s 162.581 
17 checkshape result
18 checkview -display result -2d -path ${imagedir}/${test_image}.png
19