0028802: The tolerance reached by approximator is used in creation of an edge, it...
[occt.git] / tests / bugs / modalg_6 / bug28207
1 puts "========"
2 puts "OCC28207"
3 puts "========"
4 puts ""
5 #########################################################
6 ##  Unexpected result of the unify same domain algorithm
7 #########################################################
8
9 restore [locate_data_file bug28207_face.brep] s1
10
11 unifysamedom result1 s1
12 checknbshapes result1 -face 1 -wire 1 -edge 984
13
14 unifysamedom result2 s1 -a 0.001
15 checknbshapes result2 -face 1 -wire 1 -edge 223
16
17 unifysamedom result s1 -a 1.0
18 checknbshapes result -face 1 -wire 1 -edge 4
19
20 checkview -display result -2d -path ${imagedir}/${test_image}.png