0027531: Modeling Algorithms - Make the algorithm Approx_SameParameter more clear...
[occt.git] / tests / bugs / modalg_7 / bug29845
1 puts "========"
2 puts "OCC29845:UnifySameDomain does not account the accumulated angle when unifying edges"
3 puts "========"
4 puts ""
5
6 brestore [locate_data_file bug29845_wire.brep] w
7
8 # set the linear deflection very high, so the unification
9 # will be controlled by the angular deflection only.
10 # with the angular deflection of 5 degrees the resulting
11 # wire should preserve all the features of the original wire
12
13 unifysamedom result w -t 10000 -a 5
14 checkshape result
15 checknbshapes result -vertex 77 -edge 77
16 checkprops result -l 2805.11
17
18 smallview +X+Z
19 don result
20 fit
21 checkview -screenshot -2d -path ${imagedir}/${test_image}.png