1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/pipe/bugs/bug31631
abulyche 296dbe8cc8 0031631: Modeling Algorithms - Invalid result of Pipe builder
Added the ability to operate the algorithm with different types of curves.
2021-09-18 17:07:06 +03:00

24 lines
529 B
Plaintext

puts "============"
puts "0031631: Modeling Algorithms - Invalid result of Pipe builder"
puts "============"
puts ""
pload ALL
restore [locate_data_file bug31631_1.brep] path
restore [locate_data_file bug31631_2.brep] sup1
restore [locate_data_file bug31631_3.brep] sup2
tuyau res1 path sup1 sup2 6.35001275
tuyau res2 path sup2 sup1 6.35001275
mkface face1 res1
mkface face2 res2
checkprops face1 -s 352.49
checkprops face2 -s 352.49
checkview -display face1 -3d -path ${imagedir}/${test_image}.png
puts "TEST COMPLETED"