0029807: [Regression to 7.0.0] Impossible to cut cone from prism
[occt.git] / tests / bugs / modalg_2 / bug22717
CommitLineData
809eca9d 1puts "==========="
2puts "OCC22717"
3puts "==========="
4puts ""
5#######################################################################
6# Exception during sewing
7#######################################################################
8
9set BugNumber OCC22717
10
11catch { pload XDE }
12
13igesread [locate_data_file OCC22717-8_hole.igs] shape_8h *
14
15if [catch {sewing result 0.019 shape_8h} catch_result] {
16 puts "Faulty ${BugNumber} : function Sewing works wrongly"
17} else {
18 checkshape result f
19}
5ae01c85 20
fb60057d 21checkmaxtol result -ref 0.99057887669774025
5ae01c85 22checknbshapes result -shell 1
23checkfreebounds result 13
24
58cf74e0 25checkprops result -s 16490.5
26checkshape result
5747059b 27checkview -display result -3d -path ${imagedir}/${test_image}.png
809eca9d 28