mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
26 lines
457 B
Plaintext
26 lines
457 B
Plaintext
puts "========"
|
|
puts "OCC25887"
|
|
puts "========"
|
|
puts ""
|
|
#############################
|
|
# Invalid pipe construction
|
|
#############################
|
|
|
|
restore [locate_data_file OCC25887_shape.brep] a
|
|
|
|
smallview
|
|
|
|
explode a
|
|
|
|
pipe res a_1 a_2 1
|
|
|
|
donly res
|
|
fit
|
|
|
|
set bug_info [checkshape res]
|
|
if {[string compare $bug_info "This shape seems to be valid"] != 0} {
|
|
puts "ERROR: OCC25887 is reproduced."
|
|
}
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|