0025657: Bad result of Fillet operation
[occt.git] / tests / bugs / vis / pro20342
1 puts "TODO OCC12345 ALL: Tcl Exception: result_1 is not a topological shape!!!"
2 puts "TODO OCC12345 ALL: TEST INCOMPLETE"
3 puts "============="
4 puts "PRO20342"
5 puts "============="
6
7 ##############################################################################
8 ## Calling of the function "vsetshading" with argument less than 1.0 calls exception "Segmentation Fault". Command
9 ## works properly in C30. There is line in the file "C40/Gallery/ViewerTest.cxx" in the function "Vshading": 
10 ##############################################################################
11
12 pload XDE
13
14 igesbrep [locate_data_file fra62523a.igs] result *
15
16 checkshape result_1 r
17
18 vinit
19 tclean result_1
20 vdisplay result_1
21 vsetshading result_1 0.1
22 vfit
23
24 set only_screen 1