mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
22 lines
501 B
Plaintext
Executable File
22 lines
501 B
Plaintext
Executable File
puts "==========="
|
|
puts "OCC22304"
|
|
puts "==========="
|
|
puts ""
|
|
#######################################################################
|
|
# Incorrect triangulation on face of the attached file
|
|
#######################################################################
|
|
|
|
set BugNumber OCC22304
|
|
|
|
restore [locate_data_file OCC22304-face_976_badvisu.brep] result
|
|
|
|
tclean result
|
|
vinit
|
|
vdisplay result
|
|
vfit
|
|
|
|
vsetdispmode 1
|
|
|
|
checktrinfo result -tri -nod
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|