mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
22 lines
470 B
Plaintext
Executable File
22 lines
470 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC22652"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# No mesh for face (regression)
|
|
#######################################################################
|
|
|
|
set BugNumber OCC22652
|
|
|
|
pload ALL
|
|
|
|
restore [locate_data_file OCC22652-faceNoMesh.brep] result
|
|
vinit
|
|
vdisplay result
|
|
vfit
|
|
|
|
vsetdispmode 1
|
|
|
|
checktrinfo result -tri -nod
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|