0027531: Modeling Algorithms - Make the algorithm Approx_SameParameter more clear...
[occt.git] / tests / bugs / modalg_7 / bug24319
CommitLineData
c2e47bdd 1puts "========"
2puts "OCC24319"
3puts "========"
4puts ""
5##################################
6# Sewing makes a solid transparent
7##################################
8
9catch {pload XDE}
10
11igesread [locate_data_file bug24421_Rohteil_Pmod.igs] s *
12
13sewing r s
14
15checkview -display r -3d -path ${imagedir}/${test_image}.png
16
17set x 370
18set y 270
19if { [checkcolor $x $y 0.78039216995239258 0.55294120311737061 0.094117648899555206] != 1 } {
20 puts "Error: Sewing makes a solid transparent"
21}