0026106: BRepMesh - revision of data model
[occt.git] / tests / bugs / modalg_7 / bug29387
CommitLineData
bfb65235 1puts "========"
2puts "OCC29387"
3puts "========"
4puts ""
5#################################################
6# Incorrect result of cut a face with several shapes
7#################################################
8
9restore [locate_data_file bug29387_obj.brep] s
10restore [locate_data_file bug29387_tools.brep] t
11bclearobjects
12bcleartools
13baddobjects s
14baddctools t
15bfillds
16
17# perform GF operation
18bbuild rgf
19checkshape rgf
20checknbshapes rgf -wire 289 -face 288 -shell 14 -solid 14 -t
21checkprops rgf -s 529.587 -v 0.604529
22
23# perform CUT operation
24bbop result 2
25checkshape result
26checknbshapes result -wire 2 -face 1
27checkprops result -s 470.719
28
29checkview -display result -2d -path ${imagedir}/${test_image}.png