mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
17 lines
439 B
Plaintext
Executable File
17 lines
439 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC25693"
|
|
puts "============"
|
|
puts ""
|
|
###############################
|
|
## Wire of BSplines fails bopcheck
|
|
###############################
|
|
|
|
restore [locate_data_file bug25693_path3035.brep] result
|
|
|
|
set bug_info [string trim [bopcheck result]]
|
|
if {$bug_info != "This shape seems to be OK."} {
|
|
puts "Error : Wire of BSplines fails bopcheck"
|
|
}
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}-2d.png
|