0031496: Modeling Algorithms - BRepAlgo::ConcatenateWireC0() crashes
[occt.git] / tests / bugs / modalg_7 / bug29807_svm02
CommitLineData
3306fdd9 1puts "========"
2puts "0029807: Impossible to cut cone from prism"
3puts "========"
4puts ""
5
6# Faces f2 and f6 are taken from the test case "boolean volumemaker E7"
7
8cone con_f1 0 -60.919306349999999 0 0 -1 1.1102230246251565e-016 28.800000000062262 0
9mkface f1 con_f1 0 6.2831853071795862 0 1000000
10
11cone con_f5 0 -309.47272469000001 0 0 -1 1.1102230246251565e-016 43.999999999485127 0
12mkface f5 con_f5 0 6.2831853071795862 0 1000000
13
14bsection result f1 f5
15
16smallview
17don result
18fit
19disp f1 f5
20
21checksection result -r 0
22
23checkview -screenshot -2d -path ${imagedir}/${test_image}_3d.png
24
25checkmaxtol result -ref 6.6226289034767669e-007
26checkprops result -l 1993.34
27checknbshapes result -vertex 1 -edge 1
28
29checkshape result
30
31if {[regexp "Faulties" [bopargcheck result]]} {
32 puts "Error: bopargcheck has found some faulties in result"
33}