File: bug534_2

package info (click to toggle)
opencascade 7.9.2%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 301,924 kB
  • sloc: cpp: 1,523,264; tcl: 10,159; cs: 5,173; java: 1,554; sh: 1,342; ansic: 827; xml: 699; makefile: 30; javascript: 22
file content (30 lines) | stat: -rwxr-xr-x 906 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

puts "========================"
puts " OCC534 "
puts " case 2 "
puts "========================"
puts ""

hyperbola hyperbola 0 0 0 30 10
extsurf es_hyperbola hyperbola 0 0 1
offset es_hyperbola_of es_hyperbola 5
offset es_hyperbola_of_of es_hyperbola_of 5
mkface result es_hyperbola_of_of 0 3 0 40

set tolerance [maxtolerance result]
regexp { +Face +: +Min +[-0-9.+eE]+ +Max +([-0-9.+eE]+)} $tolerance full MaxFaceTolerance
regexp { +Edge +: +Min +[-0-9.+eE]+ +Max +([-0-9.+eE]+)} $tolerance full MaxEdgeTolerance
regexp { +Vertex +: +Min +[-0-9.+eE]+ +Max +([-0-9.+eE]+)} $tolerance full MaxVertexTolerance

if { $MaxFaceTolerance > 1 || $MaxEdgeTolerance > 1 || $MaxVertexTolerance > 1 } {
    puts "Faulty : Tolerance of shape is more then 1.0"
} else {
    puts "Tolerance is OK"
}

checkprops result -s 11460.7 
checkshape result
checkview -display result -2d -path ${imagedir}/${test_image}.png