0025952: Wrong intersection curve
[occt.git] / tests / lowalgos / intss / bug29673
1 puts "========"
2 puts "0029673: Ex-ception while Face-Face intersection"
3 puts "========"
4 puts ""
5
6 restore [locate_data_file bug29673_f1.brep] f1
7 restore [locate_data_file bug29673_f2.brep] f2
8
9 regexp {Tolerance Reached=+([-0-9.+eE]+)\n+([-0-9.+eE]+)} [bopcurves f1 f2 -2d] full Toler NbCurv
10
11 if {$Toler > 1.0e-7} {
12   puts "Error: too big tolerance"
13 }
14
15 if {$NbCurv != 1} {
16   puts "Error: Please check NbCurves for intersector"
17 }