Adjusting testing cases for current state of OCCT
[occt.git] / tests / chamfer / data / complex / B7
1 set chamf_shape 8_J1.draw
2 set chamf_edge_face  [list "  3    2" "   9    2"]
3 set chamf_dist_angle [list "0.1   30" "0.08   30"]
4 set chamf_dist_dist  [list "0.1 0.11" " 0.2 0.21"]
5 set chamf_equal_dist [list "0.1     " " 0.2     "]
6 if { [string compare $command chamf] == 0 } {
7   puts "TODO OCC22909 All:chamfer is not done. compute of chamfer failed"
8 } else {
9   set os "ALL"
10   if {[array get env os_type] != ""} {
11     set os $env(os_type)
12   }
13   if {[string compare $group dist_angle] == 0} {
14     puts "TODO ?OCC22909 All:Faulty shapes in variables faulty_1 to faulty_8"
15   } else {
16     puts "TODO ?OCC22909 ${os}:Faulty shapes in variables faulty_1 to faulty_4"
17   }
18 }