mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0027158: BRepMesh manage vertex tolerance in parametric space in improper way
Adding test case for the problem. The issue has been fixed by a patch for #26106.
This commit is contained in:
parent
a385e6d1cd
commit
57d0f56b58
19
tests/bugs/mesh/bug27158
Normal file
19
tests/bugs/mesh/bug27158
Normal file
@ -0,0 +1,19 @@
|
||||
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"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user