mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 02:40:22 +08: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
|