File: bug23218

package info (click to toggle)
opencascade 7.3.0%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 278,376 kB
  • sloc: cpp: 1,136,010; ansic: 81,569; tcl: 14,864; cs: 5,173; java: 1,522; xml: 468; sh: 375; perl: 37; makefile: 25
file content (26 lines) | stat: -rwxr-xr-x 801 bytes parent folder | download | duplicates (6)
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
puts "TODO OCC25597 ALL: Error: Reached tolerance"
puts "============"
puts "OCC23218"
puts "============"
puts ""
#######################################################################
# Wrong value of tolerance for the intersection curve.
#######################################################################

set BugNumber OCC23218

puts "Load first shape ..."
restore [locate_data_file bug23218_b1] b1 

puts "Load second shape ..."
restore [locate_data_file bug23218_b4] b2 

puts "Start project operation ..."
set result [bopcurves b1 b2]
puts $result
puts "Finish project operation ..."

set GoodToleranceReached 6.3315853638232248e-007
regexp {Tolerance Reached=([-0-9.+eE]+)} $result full ToleranceReached

checkreal "Reached tolerance" ${ToleranceReached} ${GoodToleranceReached} 0 0.001