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

30 lines
745 B
Plaintext

puts "=========="
puts "OCC25367"
puts "=========="
puts ""
################################################################
# IGES and BRep persistence - support unicode file names on Windows
################################################################
pload XDE
set s [encoding convertfrom unicode "\xDE\x30\xF9\x30\xF1\x30"]
set NameFile ${imagedir}/OCC25367_${s}.igs
box b 1 1 1
param write.iges.brep.mode 1
brepiges b ${NameFile}
igesbrep ${NameFile} result *
checkprops result -s 6
checkshape result
checknbshapes result -vertex 8 -edge 12 -wire 6 -face 6 -shell 1 -solid 1 -compsolid 0 -compound 0 -shape 34
file delete -force [glob -nocomplain ${NameFile}]
checkview -display result -2d -path ${imagedir}/${test_image}.png