mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
19 lines
365 B
Plaintext
Executable File
19 lines
365 B
Plaintext
Executable File
puts "========================"
|
|
puts " OCC288 "
|
|
puts "(case 2)"
|
|
puts "========================"
|
|
|
|
restore [locate_data_file shading_105.brep] result
|
|
checkshape result
|
|
|
|
tclean result
|
|
vinit
|
|
vdisplay result
|
|
vsetdispmode result 1
|
|
isos result 0
|
|
triangles result
|
|
vfit
|
|
|
|
checktrinfo result -tri !1170 -nod !647
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|