1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/moddata_3/bug25693_1
aml 90f0fdad2a 0025104: Prism from BSpline curve can not be chamfered
Protection from zero-length vectors has been added.
2017-11-14 15:56:55 +03:00

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