mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
25 lines
513 B
Plaintext
Executable File
25 lines
513 B
Plaintext
Executable File
puts "========================"
|
|
puts "CR23184"
|
|
puts "========================"
|
|
puts ""
|
|
#######################################################################
|
|
# Bad face tessellation result
|
|
#######################################################################
|
|
|
|
brestore [locate_data_file bug23184_tessface.brep] result
|
|
|
|
checkshape result
|
|
|
|
tclean result
|
|
|
|
set Deflection 0.045
|
|
|
|
incmesh result ${Deflection}
|
|
|
|
vinit
|
|
vsetdispmode 1
|
|
vdisplay result
|
|
vfit
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|