0027531: Modeling Algorithms - Make the algorithm Approx_SameParameter more clear...
[occt.git] / tests / bugs / modalg_5 / bug23823
CommitLineData
3f4689a1 1puts "============"
2puts "OCC23823"
3puts "============"
4puts ""
5#######################################################################
6# The result of section operation contains redundant vertex.
7#######################################################################
8
9set BugNumber OCC23823
10
11restore [locate_data_file bug23823_SAS_MAT_rota.brep] b1
12restore [locate_data_file bug23823_cylindre_ext.brep] b2
13
14explode b1 f
15explode b2 f
16
17copy b1_3 b1
18copy b2_1 b2
19
20bop b1 b2
21bopsection result
22
a4eba920 23checknbshapes result -vertex 2 -edge 1 -wire 0 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 4
5747059b 24checkview -display result -2d -path ${imagedir}/${test_image}.png