0014531: Boolean Operation Algorithm fails
[occt.git] / tests / bugs / modalg_6 / bug27065_2
CommitLineData
5e9548e7 1puts "============"
2puts "OCC27065"
3puts "============"
4puts ""
5###############################
6## BRepOffsetAPI_MakePipe misses definition of virtual method Generated()
7###############################
8
9pload QAcommands
10
11restore [locate_data_file bug23903_base.brep] base
12restore [locate_data_file bug23903_path.brep] sp
13explode base
14shape pr Sh
15add base_1 pr
16add base_2 pr
17OCC27065 sp pr
18fit
19
20checknbshapes res_shell -vertex 2 -edge 5 -wire 3 -face 3 -shell 2 -solid 2 -compsolid 1 -compound 1 -shape 19
21
22checknbshapes res_face -vertex 2 -edge 4 -wire 2 -face 2 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 13
23
24checknbshapes res_wire -vertex 2 -edge 4 -wire 2 -face 2 -shell 1 -solid 0 -compsolid 0 -compound 1 -shape 12
25
26checknbshapes res_edge -vertex 2 -edge 3 -wire 1 -face 1 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 8
27
28checknbshapes res_vertex -vertex 1 -edge 1 -wire 0 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 3