mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-07-20 14:19:53 +08:00
15 lines
285 B
Plaintext
Executable File
15 lines
285 B
Plaintext
Executable File
puts "================"
|
|
puts "OCC19"
|
|
puts "================"
|
|
puts ""
|
|
|
|
restore [locate_data_file OCC19.brep] result
|
|
checkshape result
|
|
|
|
tclean result
|
|
incmesh result .9
|
|
triangles result
|
|
|
|
checktrinfo result -tri 88 -nod 90
|
|
checkview -display result -3d -path ${imagedir}/${test_image}.png
|