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

20 lines
512 B
Plaintext

puts "============"
puts "OCC1055"
puts "============"
puts ""
######################################################
# Exception is raised during mesh preparation for shading mode representation
######################################################
restore [locate_data_file OCC1055.brep] a
checkshape a
if [catch { fixshape result a 1e-7 } res] {
puts "Error : fixshape works wrongly"
}
checkprops result -s 162.581
checkshape result
checkview -display result -2d -path ${imagedir}/${test_image}.png