mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-15 20:17:41 +08:00
18 lines
371 B
Plaintext
Executable File
18 lines
371 B
Plaintext
Executable File
puts "============ OCC288 (case 5) ==============="
|
|
|
|
restore [locate_data_file OCC288e.brep] result
|
|
|
|
#Delete invalid (in terms of bug#25109) triangulation
|
|
tclean result
|
|
checkshape result
|
|
|
|
vinit
|
|
vdisplay result
|
|
vsetdispmode result 1
|
|
isos result 0
|
|
triangles result
|
|
vfit
|
|
|
|
checktrinfo result -tri 9448 -nod 9080
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|