0026855: Draw commands to debug Boolean Operations Algorithm
[occt.git] / tests / bugs / modalg_2 / bug22771
CommitLineData
809eca9d 1puts "============"
2puts "OCC22771"
3puts "============"
4puts ""
5#######################################################################
6# An extra vertex produced in result of Boolean section for the cases of closed intersection curves.
7#######################################################################
8
9set BugNumber OCC22771
10
11puts "Load first shape ..."
12restore [locate_data_file bug22771_Box_1.brep] b1
13
14puts "Load second shape ..."
15restore [locate_data_file bug22771_Cylinder_1.brep] b2
16
17puts "Prepare boolean operation ..."
18explode b1 f
19copy b1_5 b1
20copy b2_1 b2
21
22bop b1 b2
23
24puts "Start boolean operation ..."
25bopsection result
26puts "Finish boolean operation ..."
27
28set length 314.159
29
a4eba920 30checknbshapes result -vertex 1 -edge 1 -wire 0 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 3
809eca9d 31set 3dviewer 1