0026237: Change platform in TODOs from Debian\Mandriva to Linux
[occt.git] / tests / chamfer / data / complex / B7
CommitLineData
34dd4990 1set chamf_shape 8_J1.draw
40093367 2set chamf_edge_face [list " 3 2" " 9 2"]
3set chamf_dist_angle [list "0.1 30" "0.08 30"]
4set chamf_dist_dist [list "0.1 0.11" " 0.2 0.21"]
5set chamf_equal_dist [list "0.1 " " 0.2 "]
6if { [string compare $command chamf] == 0 } {
7 puts "TODO OCC22909 All:chamfer is not done. compute of chamfer failed"
8} else {
40093367 9 if {[string compare $group dist_angle] == 0} {
3cdfdc9a 10 puts "TODO OCC22909 MacOS: chamfer is not done. compute of chamfer failed"
40093367 11 } else {
9aa684ed 12 puts "TODO OCC22909 ALL:Faulty shapes in variables faulty_1 to faulty_"
40093367 13 }
3cdfdc9a 14 if {[string compare $group dist_dist] == 0} {
15 puts "TODO OCC22909 MacOS: chamfer is not done. compute of chamfer failed"
16 }
17 if {[string compare $group equal_dist] == 0} {
18 puts "TODO OCC22909 MacOS: chamfer is not done. compute of chamfer failed"
19 }
40093367 20}