mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
16 lines
347 B
Plaintext
16 lines
347 B
Plaintext
puts "=========="
|
|
puts "OCC24920"
|
|
puts "=========="
|
|
puts ""
|
|
#########################################
|
|
# Invalid result of Pipe construction
|
|
#########################################
|
|
|
|
restore [locate_data_file bug24920_Comp.brep] c
|
|
|
|
explode c
|
|
pipe result c_1 c_2
|
|
checkshape result
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|