0026917: 3D Offset algorithm produces incorrect result
[occt.git] / tests / offset / shape_type_i_c / XJ4
1 puts "TODO OCC27414 ALL: Error: The command cannot be built"
2 puts "TODO OCC27414 ALL: Tcl Exception"
3 puts "TODO OCC27414 ALL: TEST INCOMPLETE"
4
5 restore [locate_data_file bug26917_dom-8092.t6c1_trim2_with_faces.brep] c
6
7 # get the shape
8 explode c
9 copy c_1 s
10
11 offsetparameter 1e-7 c i
12 offsetload s 10
13
14 foreach f [explode c_2 f] {
15   offsetonface $f 0
16 }
17
18 foreach f [explode c_3 f] {
19   offsetonface $f 9.96195
20 }
21
22 offsetperform result
23
24 checkprops result -v 0 -s 0
25
26 unifysamedom result_unif result
27 checknbshapes result_unif -face 1 -shell 1
28
29 checkview -display result_unif -2d -path ${imagedir}/${test_image}.png