1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/mesh/bug23512_2

29 lines
653 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
incmesh result 0.000001
vsetdispmode 1
vdisplay result
vaxo
vfit
checknbshapes result -vertex 6 -edge 14 -wire 8 -face 7 -shell 1 -solid 1 -compsolid 0 -compound 0 -shape 37
# relative tolerance (%)
set rel_tol 1
set area_eps 0
set only_screen 1