mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-06 05:16:03 +08:00
57d0f56b58
Adding test case for the problem. The issue has been fixed by a patch for #26106.
20 lines
406 B
Plaintext
20 lines
406 B
Plaintext
puts "========"
|
|
puts "0027158: BRepMesh manage vertex tolerance in parametric space in improper way"
|
|
puts "========"
|
|
puts ""
|
|
|
|
set BugNumber OCC27158
|
|
|
|
restore [locate_data_file bug27158_ZoneB_25.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"
|
|
}
|