0014531: Boolean Operation Algorithm fails
[occt.git] / tests / bugs / modalg_5 / bug24667
1 puts "============"
2 puts "OCC24667"
3 puts "============"
4 puts ""
5 ###############################################################################################
6 # BRepOffsetAPI_MakePipe::FirstShape() and LastShape() return shapes not from result
7 ###############################################################################################
8
9 pload QAcommands
10
11 vertex v1 0 0 0
12 vertex v2 0 0 100
13 vertex v3 0 -50 0
14
15 edge e v1 v2
16 wire w e
17 OCC24667 r w v3
18
19 compound r r_f r_l result
20
21 checkprops result -l 100 
22 checkshape result 
23 checksection result
24
25 # Analysis of "nbshapes result"
26 checknbshapes result -vertex 2 -edge 1 -wire 1 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 5
27 checkview -display result -2d -path ${imagedir}/${test_image}.png