mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
BRepMesh_EdgeTessellator: do not use points out of face range and edge tolerance. Test cases for issue CR26692
19 lines
437 B
Plaintext
19 lines
437 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 100
|
|
|
|
vdisplay a
|
|
vfit
|
|
vdump ${imagedir}/${casename}.png
|