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/bug25827
oan 936ce1f273 0031199: BRepMesh fails on thin faces
Use real tolerance of a face to define threshold for tolerance of discrete model instead of empirical values based on discrete model itself
2019-12-19 16:30:06 +03:00

21 lines
605 B
Plaintext

#puts "TODO CR25827 ALL: Faulty shapes in variables faulty_"
puts "========="
puts "CR25827"
puts "========="
puts ""
############################################################################
# BRepMesh does not synchronize parameters of glued vertices on small edges
############################################################################
restore [locate_data_file bug25827_result_valid.brep] r
checkshape r
incmesh r 0.01 -a 10 -relative -parallel
checkshape r
checkview -display r -2d -path ${imagedir}/${test_image}-2d.png
checkview -display r -3d -path ${imagedir}/${test_image}-3d.png