0030202: IntPatch_WLineTool::JoinWLines array out of bounds
[occt.git] / tests / bugs / modalg_7 / bug29711
CommitLineData
d3578357 1puts "========"
2puts "OCC29711: General Fuse operation produces invalid result"
3puts "========"
4puts ""
5
6
7binrestore [locate_data_file bug29711_faces.bin] cf
8
9bclearobjects
10bcleartools
11eval baddobjects [explode cf f]
12bfillds
13bbuild gf
14
15# check each face on self-interference
16foreach f [explode gf f] {
17 if {![regexp "OK" [bopcheck $f]]} {
18 puts "Error: face $f is self-interfering"
19 }
20}
21
22checkshape gf
23checkprops gf -s 1995.07
24checknbshapes gf -wire 256 -face 256
25
26# make volumes from the faces
27mkvolume result gf -ni
28
29checkshape result
30checkprops result -s 1996.57 -v 674.739
31checknbshapes result -wire 256 -face 256 -shell 12 -solid 9
32
33checkview -display result -2d -path ${imagedir}/${test_image}.png