1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

0031631: Modeling Algorithms - Invalid result of Pipe builder

Added the ability to operate the algorithm with different types of curves.
This commit is contained in:
abulyche
2021-09-16 09:29:49 +03:00
parent 812ee2c9be
commit 296dbe8cc8
3 changed files with 63 additions and 8 deletions

24
tests/pipe/bugs/bug31631 Normal file
View File

@@ -0,0 +1,24 @@
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"