0026855: Draw commands to debug Boolean Operations Algorithm
[occt.git] / tests / bugs / modalg_2 / bug21261_21
CommitLineData
e1ed38e0 1puts "TODO OCC25916 ALL: ERROR. Incorrect set of faces to remove, the remaining shell is not connected."
a4eba920 2puts "TODO OCC26556 ALL: Tcl Exception: Error : command \\\"nbshapes result\\\" gives an empty result"
9aa684ed 3puts "TODO OCC25916 ALL: TEST INCOMPLETE"
3bea4c16 4puts "========"
5puts "OCC21261"
3bea4c16 6puts "========"
7puts ""
8######################################################
9# Implementation of thickening of shell functionality
10######################################################
11
12set BugNumber OCC21261
13
14restore [locate_data_file OCC21261-comb1.brep] s
15
16thickshell result s -5
17
18set square 25639.3
19
a4eba920 20checknbshapes result -vertex 18 -edge 31 -wire 17 -face 15 -shell 1 -solid 1 -compsolid 0 -compound 0 -shape 83
3bea4c16 21vinit
22vdisplay result
23vsetdispmode 0
24vfit
9aa684ed 25set only_screen 1