0029380: Delete "checknbshapes" from bugs/modalg_6/bug27341* test cases
[occt.git] / tests / bugs / modalg_6 / bug28266
CommitLineData
9f2d9736 1puts "========"
2puts "OCC28266"
3puts "========"
4puts ""
5#################################################
6# Boolean CUT produces incorrect result with quasi-planar cone
7#################################################
8
9brestore [locate_data_file bug28261_face.brep] f
10brestore [locate_data_file bug28266_tool1.brep] t1
11brestore [locate_data_file bug28266_tool2.brep] t2
12
13explode f E
14mkcurve c f_1
15cvalue c 0 x y z dx dy dz
16revol rev f $x $y $z $dx $dy $dz 360
17
18bcut r rev t1
19
20checkshape r
21checknbshapes r -solid 1 -face 86 -edge 267 -vertex 184
22checkprops r -v 17215.5 -s 4033.34
23
24bcut result r t2
25
26checkshape result
27checknbshapes result -solid 1 -face 90 -edge 278 -vertex 190
28checkprops result -v 17215.5 -s 4033.52