mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 02:40:22 +08: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 |