0029380: Delete "checknbshapes" from bugs/modalg_6/bug27341* test cases
[occt.git] / tests / bugs / modalg_6 / bug28187
CommitLineData
291fced1 1puts "========"
2puts "OCC28187"
3puts "========"
4puts ""
5#################################################
6# Add possibility to avoid creation of Internal parts in the result of Volume maker algorithm
7#################################################
8
9restore [locate_data_file bug28187_faces.brep] cf
10vertex v1 1 1 1
11vertex v2 1 9 1
12edge e v1 v2
13compound v1 v2 e int_sh
14
15mkvolume result cf int_sh -c -ai
16
17checkshape result
18checknbshapes result -vertex 16 -edge 22 -wire 10 -face 8 -shell 1 -solid 1
19checkprops result -v 750 -s 550
20
21checkview -display result -2d -path ${imagedir}/${test_image}.png