899c64cfaf8266da627e5fe6ceff1dfd02bf9b63
[occt.git] / tests / chamfer / data / complex / B6
1 set chamf_shape 8_J1.draw
2 set chamf_edge_face  [list "   3   2" "   9   2"]
3 set chamf_dist_angle [list "0.08  60" "0.06  60"]
4 set chamf_dist_dist  [list " 0.1 0.2" " 0.1 0.2"]
5 set chamf_equal_dist [list " 0.1    " "0.1     "]
6 if { [string compare $command chamf] == 0 } {
7   if {[string compare $group dist_angle] == 0 || [string compare $group dist_dist] == 0} {
8     puts "TODO OCC22909 All: compute of chamfer failed"
9   }
10 } else {
11   if {[string compare $group dist_angle] == 0} {
12     puts "TODO OCC22909 All:Faulty shapes in variables faulty_1 to faulty_"
13     puts "TODO OCC24156 MacOS: compute of chamfer failed"
14   }
15   if {[string compare $group dist_dist] == 0} {
16     puts "TODO OCC24156 MacOS: compute of chamfer failed"
17   }
18   if {[string compare $group equal_dist] == 0} {
19     puts "TODO OCC24156 MacOS: compute of chamfer failed"
20   }
21 }