1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/iges/bug23377
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
484 B
Plaintext
Executable File

# Original bug : 23377
# Date : 12 Aug 2012
set check_nb 7
igesbrep [locate_data_file OCC23377-Input.igs] result *
regexp {Number of Rational BSpline surfaces +([-0-9.+eE]+)} [expshape result 1 1] full nb
if { ${nb} != ${check_nb} } {
puts "Error : The Number of Rational BSpline surfaces is wrong!"
puts "Error : It's $nb indtead of $check_nb!"
}
puts "Number of Rational BSpline surfaces is $nb"
checkview -display result -2d -path ${imagedir}/${test_image}.png