1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-10 18:51:21 +03:00
occt/tests/pipe/bugs/bug26088
ifv cdddd079cc 0026088: Modeling Algorithms - Exception in pipe algorithm
GeomFill_Sweep.cxx: treatment KPart for sphere is improved
bug26088: test case is corrected - TODO is removed
2020-09-02 19:37:14 +03:00

17 lines
397 B
Plaintext
Executable File

puts "========"
puts "0026088: E x c e p t i o n in pipe algorithm"
puts "========"
puts ""
restore [locate_data_file bug26088_path0.brep] p
restore [locate_data_file bug26088_profile0.brep] pr
# result is invalid shape (twisted surface) because of placement
# path and profile
pipe result p pr
smallview
fit
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
puts "TEST COMPLETED"