0031631: Modeling Algorithms - Invalid result of Pipe builder
[occt.git] / tests / pipe / bugs / bug31631
CommitLineData
296dbe8c 1puts "============"
2puts "0031631: Modeling Algorithms - Invalid result of Pipe builder"
3puts "============"
4puts ""
5
6pload ALL
7
8restore [locate_data_file bug31631_1.brep] path
9restore [locate_data_file bug31631_2.brep] sup1
10restore [locate_data_file bug31631_3.brep] sup2
11
12tuyau res1 path sup1 sup2 6.35001275
13
14tuyau res2 path sup2 sup1 6.35001275
15
16mkface face1 res1
17mkface face2 res2
18
19checkprops face1 -s 352.49
20checkprops face2 -s 352.49
21
22checkview -display face1 -3d -path ${imagedir}/${test_image}.png
23
24puts "TEST COMPLETED"