1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00
occt/tests/bugs/mesh/bug23512_1
oan 456b33ebf2 0023512: Incorrect triangulation on revolution shape
Added test cases bugs/modalg_5/bug23512_1 bug23512_2
Moved test cases for issue 23512 moved to folder bugs/mesh. Square checking is made in END file
2013-04-12 13:24:07 +04:00

36 lines
686 B
Plaintext

puts "================"
puts "OCC23512"
puts "================"
puts ""
#######################################################################################
# Incorrect triangulation on revolution shape
######################################################################################
set BugNumber OCC23512
restore [locate_data_file bug23512_rev_bad_shading.brep] result
vinit
tclean result
vsetdispmode 1
vdisplay result
vaxo
vfit
set nb_v_good 6
set nb_e_good 14
set nb_w_good 8
set nb_f_good 7
set nb_sh_good 1
set nb_sol_good 1
set nb_compsol_good 0
set nb_compound_good 0
set nb_shape_good 37
# relative tolerance (%)
set rel_tol 1
set area_eps 0
set only_screen 1