0025861: Wrong result obtained by projection algorithm.
[occt.git] / tests / bugs / moddata_3 / bug23511
CommitLineData
59495dbe 1puts "================"
2puts "OCC23511"
3puts "================"
4puts ""
5#########################################################################
6# The function BRepTools::UVBounds provides incorrect result for a face
7#########################################################################
8
9restore [locate_data_file bug23511_f1] result
10
11set info [xbounds result]
12
13set 2PI [expr 2 * 3.142]
14foreach bound ${info} {
15 puts "bound = ${bound}"
16 if { ${bound} < 0 || ${bound} > ${2PI} } {
17 puts "Error : bad bound ${bound}"
18 }
19}
20
21set 2dviewer 1