mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Slightly increase exact resolution so to cover links with approximate length equal to resolution itself on sub-resolution differences.
18 lines
363 B
Plaintext
18 lines
363 B
Plaintext
puts "========"
|
|
puts "0033060: Mesh - Sub-precisional links provoke f a i l u r e on face"
|
|
puts "========"
|
|
puts ""
|
|
|
|
restore [locate_data_file bug33060.brep] result
|
|
|
|
tclean result
|
|
|
|
checkview -display result -3d -path ${imagedir}/${test_image}.png
|
|
|
|
set log [tricheck result]
|
|
if { [llength $log] != 0 } {
|
|
puts "Error : Invalid mesh"
|
|
} else {
|
|
puts "Mesh is OK"
|
|
}
|