mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
19 lines
304 B
Plaintext
Executable File
19 lines
304 B
Plaintext
Executable File
|
|
puts "================"
|
|
puts "OCC15"
|
|
puts "================"
|
|
puts ""
|
|
|
|
restore [locate_data_file OCC15.brep] result
|
|
|
|
checkshape result
|
|
|
|
vinit
|
|
tclean result
|
|
vdisplay result
|
|
vsetdispmode result 1
|
|
vfit
|
|
|
|
checktrinfo result -tri 1075 -nod 635
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|