0027531: Modeling Algorithms - Make the algorithm Approx_SameParameter more clear...
[occt.git] / tests / bugs / moddata_2 / bug266
1 puts "TODO OCC24156 MacOS: Tcl Exception: compute of chamfer failed"
2 puts "TODO OCC24156 MacOS: TEST INCOMPLETE"
3
4 puts "================"
5 puts "OCC266"
6 puts "================"
7 puts ""
8
9 restore [locate_data_file OCC266.brep] a 
10 checkshape a
11
12 renamevar a edge
13 explode edge e
14
15 renamevar edge face
16 explode face f
17
18 chamf result face edge_10 face_3 A 1 45 edge_6 face_3 A 1 45 edge_11 face_3 A 1 45 edge_12 face_3 A 1 45 edge_13 face_3 A 1 45 edge_14 face_3 A 1 45 edge_8 face_3 A 1 45 edge_9 face_3 A 1 45
19 checkshape result
20
21 checkprops result -s 48913
22 checkview -display result -2d -path ${imagedir}/${test_image}.png
23