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/bug26692_1
oan 660b601edd 0026692: BRepMesh hangs on the attached shape due to tessellation points produced out of surface range
BRepMesh_EdgeTessellator: do not use points out of face range and edge tolerance.

Test cases for issue CR26692
2016-02-20 10:10:00 +03:00

19 lines
442 B
Plaintext

puts "========"
puts "OCC26692"
puts "========"
puts ""
#######################################################################
# BRepMesh hangs on the attached shape due to tessellation points produced out of surface range
#######################################################################
restore [locate_data_file bug26692_face_bad_shading.brep] a
vinit
vclear
incmesh a 0.1 -a 2
vdisplay a
vfit
vdump ${imagedir}/${casename}.png