mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Use real tolerance of a face to define threshold for tolerance of discrete model instead of empirical values based on discrete model itself
32 lines
707 B
Plaintext
Executable File
32 lines
707 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC22759"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Crash during shape visualization
|
|
#######################################################################
|
|
|
|
set BugNumber OCC22759
|
|
|
|
catch { pload XDE }
|
|
|
|
cpulimit 400
|
|
|
|
restore [locate_data_file OCC22759-weldt6.brep] result
|
|
checkshape result
|
|
tclean result
|
|
|
|
set Deflection 0.001
|
|
incmesh result ${Deflection}
|
|
|
|
checktrinfo result -tri 375392 -nod 190670 -defl 0.0092442421472206764 -tol_rel_defl 0.001 -tol_rel_tri 0.001 -tol_rel_nod 0.001
|
|
|
|
vinit
|
|
vdisplay result
|
|
vfit
|
|
|
|
vsetdispmode 1
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|
|
checkprops result -s 9994.76
|