0014531: Boolean Operation Algorithm fails
[occt.git] / tests / bugs / modalg_6 / bug25937_1
CommitLineData
f47b8d2b 1puts "============"
2puts "OCC25937"
3puts "============"
4puts ""
5###############################
6## Failed Cut Edge or Face by HalfSpace.
7###############################
8
9# Cut a wire by halfspace
10plane h 0 0 0 1 0 0
11mkface h h
12halfspace h h 10 0 0
13polyline a -10 -10 0 10 -10 0 10 10 0 -10 10 0 -10 -10 0
14
15bop a h
16bopcut result
17
58cf74e0 18checkprops result -l 40.
19checkshape result
20checksection result
f47b8d2b 21
22set nbshapes_expected "
23Number of shapes in shape
24 VERTEX : 4
25 EDGE : 3
26 WIRE : 1
27 FACE : 0
28 SHELL : 0
29 SOLID : 0
30 COMPSOLID : 0
31 COMPOUND : 1
32 SHAPE : 9
33"
34checknbshapes result -ref ${nbshapes_expected} -t -m "Result obtained by Cut a wire by halfspace"
5747059b 35checkview -display result -3d -path ${imagedir}/${test_image}.png