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

17 lines
574 B
Plaintext

puts "========================"
puts "OCC23023"
puts "========================"
puts ""
#######################################################################
# VRML reader fails on attempt to read an attached WRL file
#######################################################################
set filepath [locate_data_file OCC23023-2056132060_2_tutnicht.wrl]
if [catch { set list [loadvrml result $filepath] } res] {
puts "Faulty: VRML reader fails"
} else {
puts "OK: VRML reader work properly"
}
checkview -display result -3d -path ${imagedir}/${test_image}.png