0026855: Draw commands to debug Boolean Operations Algorithm
[occt.git] / tests / bugs / heal / bug210
CommitLineData
352ffd73 1puts "========="
2puts " OCC210 "
3puts "========="
4puts ""
5##################################################
6# Improve FixShape to correct case of touching wires
7##################################################
15b54261 8puts "TODO CR22598 ALL: Faulty shapes in variables faulty_1 to faulty_"
352ffd73 9
10pload XDE
11
12cpulimit 2500
13
14set BugNumber OCC210
15
5d1833ef 16set filepath [locate_data_file UKI60591.stp]
17if [catch { stepread $filepath a * } result] {
352ffd73 18 puts "Faulty ${BugNumber}: here is reading problem"
19} else {
20 puts "Reading ${BugNumber} OK"
21 tpcompound r
22 fixshape result r
23 checkshape result
24}
25
26set 2dviewer 0