1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_5/bug24496
ski 5747059b21 0026833: Create command checkview containing all viewer types
Created command checkview for displaying shapes.
2016-02-05 11:14:37 +03:00

24 lines
592 B
Plaintext

puts "============"
puts "OCC24496"
puts "============"
puts ""
#################################
# Crash on BRepAlgoAPI_Section
#################################
restore [locate_data_file bug24496_face1.brep] f1
restore [locate_data_file bug24496_face2.brep] f2
bsection result f1 f2
if { [llength [explode result]] != 2 } {
puts "Error: wrong number of intersections. Should be result_1 and result_2"
} else {
puts "OK: bsection works properly"
}
checkprops result -l 11.7031
checkshape result
checksection result
checkview -display result -2d -path ${imagedir}/${test_image}.png