mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Use real tolerance of a face to define threshold for tolerance of discrete model instead of empirical values based on discrete model itself
19 lines
313 B
Plaintext
19 lines
313 B
Plaintext
puts "======="
|
|
puts "0031199: BRepMesh fails on thin faces"
|
|
puts "======="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug31199_failure2.brep] result
|
|
|
|
incmesh result 0.1
|
|
|
|
checktrinfo result -tri 78 -nod 80
|
|
|
|
donly result
|
|
triangles result
|
|
isos result 0
|
|
|
|
top
|
|
fit
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png |