1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0026855: Draw commands to debug Boolean Operations Algorithm

The commands to debug BOA.
These commands should serve only debug purposes and should not be used in tests.

Removing old implementation of the duplicated bopnews command.
This commit is contained in:
emv
2015-11-09 18:50:15 +03:00
committed by bugmaster
parent 832ae82d0a
commit b1682e23b2
6 changed files with 1604 additions and 79 deletions

View File

@@ -10,8 +10,10 @@ set BugNumber OCC23008
restore [locate_data_file bug23008_ez15] b1
restore [locate_data_file bug23008_fz37] b2
bop b1 b2
set info [ bopnews -v ]
bclearobjects; bcleartools
baddobjects b1; baddtools b2
bfillds
set info [ bopnews v ]
for {set i 0} {$i <= 100} {incr i} {
set word [lsearch $info z$i]
if {$word == -1} {