0014531: Boolean Operation Algorithm fails
[occt.git] / tests / bugs / modalg_5 / bug24144_1
1 puts "========="
2 puts "OCC24144"
3 puts "========="
4 puts ""
5 ###########################################################
6 # BRepPrimAPI_MakeWedge wrong
7 ###########################################################
8
9 set Ox 0
10 set Oy 0
11 set Oz 0
12
13 set Zx 0
14 set Zy 0
15 set Zz 1
16
17 set Xx 0
18 set Xy 1
19 set Xz 0
20
21 set dx 200.0
22 set dy 620.0
23 set dz 2150.0
24
25 set xmin 0
26 set xmax 200
27
28 set zmin 1075
29 set zmax 1075
30
31 wedge result ${Ox} ${Oy} ${Oz} ${Zx} ${Zy} ${Zz} ${Xx} ${Xy} ${Xz} \
32       ${dx} ${dy} ${dz} ${xmin} ${zmin} ${xmax} ${zmax}
33 #wedge result \
34 #      ${dx} ${dy} ${dz} ${xmin} ${zmin} ${xmax} ${zmax}
35
36 checkprops result -s 2.25939e+06 
37 checkshape result
38
39 # Analysis of "nbshapes result"
40 checknbshapes result -vertex 6 -edge 9 -wire 5 -face 5 -shell 1 -solid 1 -compsolid 0 -compound 0 -shape 27
41 checkview -display result -2d -path ${imagedir}/${test_image}.png