1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/mesh/bug29964
2018-12-21 15:39:24 +03:00

31 lines
632 B
Plaintext

puts "================"
puts "OCC29964: Bad arc discretization"
puts "================"
puts ""
set BugNumber OCC29964
restore [locate_data_file bug29964_partition.brep] a
explode a f
compound a_5 a_6 a_9 a_10 result
donly result
isos result 0
triangles result
top
fit
set tolerances {0.1 0.01 0.001}
set ref_triangles {15 33 318}
set ref_nodes {23 41 326}
for {set i 0} {$i < 3} {incr i} {
tclean a
incmesh result [lindex ${tolerances} ${i}] -a 1
fit
checkview -screenshot -2d -path ${imagedir}/${test_image}_${i}.png
checktrinfo result -tri [lindex ${ref_triangles} ${i}] -nod [lindex ${ref_nodes} ${i}]
}