mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
GeomFill_Sweep.cxx: treatment KPart for sphere is improved bug26088: test case is corrected - TODO is removed
17 lines
397 B
Plaintext
Executable File
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" |