0028599: Replacement of old Boolean operations with new ones in BRepProj_Projection...
[occt.git] / tests / bugs / modalg_1 / bug17194_2
CommitLineData
3bea4c16 1puts "============"
2puts "OCC17194"
3puts "============"
4puts ""
5#######################################################################
6# Incorrect section of a face got by extrusion of an arc of circle
7#######################################################################
8
9set BugNumber OCC17194
10
11circle f 0 0 0 0 0 1 1 0 0 20
12mkedge f f -pi/2 pi/2
13prism f f 50 0 30
14plane pl 10 0 10 1 0 4
15mkface pl pl
16bsection result f pl
17
a4eba920 18checknbshapes result -vertex 2 -edge 1 -wire 0 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 4
58cf74e0 19checkprops result -l 54.6122
20checkshape result
21checksection result
5747059b 22checkview -display result -2d -path ${imagedir}/${test_image}.png
3bea4c16 23