0027531: Modeling Algorithms - Make the algorithm Approx_SameParameter more clear...
[occt.git] / tests / bugs / modalg_7 / bug28200
1
2 puts "========"
3 puts "OCC28200"
4 puts "========"
5 puts ""
6 #############################################
7 # Invalid topology of the general fuse result
8 #############################################
9
10 restore [locate_data_file bug28200_sh.brep] sh
11 sewing sh sh 1.0
12
13 restore [locate_data_file bug28200_cc.brep] c
14
15 # Input data check
16 checkshape sh
17 checkshape c
18
19 # Result construction
20 bclearobjects
21 bcleartools
22 baddobjects sh
23 baddtools c
24 bfuzzyvalue 1.0
25 bfillds
26 bbuild result
27
28 checkshape result
29
30 smallview
31 donly result
32 fit
33 checkview -screenshot -2d -path ${imagedir}/${test_image}_1.png
34
35 smallview -Y+Z
36 fit
37 checkview -screenshot -2d -path ${imagedir}/${test_image}_2.png
38