0030315: Data Exchange - Crash reading views during STEP import.
[occt.git] / tests / bugs / modalg_7 / bug29807_i2002
1 puts "========"
2 puts "0029807: Impossible to cut cone from prism"
3 puts "========"
4 puts ""
5
6 restore [locate_data_file bug29807-obj.brep] b1
7 restore [locate_data_file bug29807-tool.brep] b2
8
9 trotate b2 +23.85857157145715500000 +12.00000000000000000000 +5.50000000000000000000 7 -7.14142842854285 0 5
10 removeloc b2 b2
11
12 explode b1 f
13 explode b2 f
14 nurbsconvert f1 b1_5
15 smallview
16 don f1 b2_2
17 fit
18
19 regexp {Tolerance Reached=+([-0-9.+eE]+)\n+([-0-9.+eE]+)} [bopcurves f1 b2_2 -2d] full Toler NbCurv
20
21 checkreal Tolerance $Toler 2.9119212307774807e-007 0.0 0.01
22
23 if {$NbCurv != 2} {
24   puts "Error: Please check NbCurves for intersector"
25 }
26
27 checkview -screenshot -2d -path ${imagedir}/${test_image}_3d.png
28 smallview -2D-
29 2dfit
30 checkview -screenshot -2d -path ${imagedir}/${test_image}_2d.png