0026106: BRepMesh - revision of data model
[occt.git] / tests / bugs / modalg_7 / bug28195_1
CommitLineData
3dffe5f2 1puts "========"
2puts "OCC28195"
3puts "========"
4puts ""
5##################################################################################################
6# Boolean common returns empty result for a solid where some surfaces of revolution touch the axis
7##################################################################################################
8
9restore [locate_data_file bug28195_solidsOK.brep] s
10
11whatis s
12
13explode s
14checkshape s
15bopcheck s_1
16bopcheck s_2
17
18bopargcheck s_1 s_2 -O #F
19bop s_1 s_2
20bopcommon r
21
22whatis r
23explode r
24checkshape r_1
25nbshapes r_1
26
27checkview -display r_1 -2d -path ${imagedir}/${test_image}-2d.png
28checkview -display r_1 -3d -path ${imagedir}/${test_image}-3d.png