mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
21 lines
336 B
Plaintext
Executable File
21 lines
336 B
Plaintext
Executable File
|
|
puts "========"
|
|
puts "OCC264"
|
|
puts " (case 0)"
|
|
puts "========"
|
|
|
|
restore [locate_data_file OCC264_00.rle] result
|
|
checkshape result
|
|
|
|
tclean result
|
|
vinit
|
|
vdisplay result
|
|
vclear
|
|
|
|
isos result 0
|
|
triangles result
|
|
|
|
checktrinfo result -tri 6 -nod 8
|
|
checkprops result -s 1.3135
|
|
checkview -display result -3d -path ${imagedir}/${test_image}.png
|