0024326: Get rid of confusing extension line
[occt.git] / tests / bugs / vis / pro20342
CommitLineData
352ffd73 1puts "TODO OCC12345 ALL: Tcl Exception: result_1 is not a topological shape!!!"
2puts "TODO OCC12345 ALL: TEST INCOMPLETE"
3puts "============="
4puts "PRO20342"
5puts "============="
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
12pload XDE
13
14igesbrep [locate_data_file fra62523a.igs] result *
15
16checkshape result_1 r
17
18vinit
19tclean result_1
20vdisplay result_1
21vsetshading result_1 0.1
22vfit
23
24set only_screen 1