0025624: Visualization - selection is incorrect in perspective mode in a specific...
[occt.git] / tests / bugs / vis / pro20342
1 puts "============="
2 puts "PRO20342"
3 puts "============="
4
5 ##############################################################################
6 ## Calling of the function "vsetshading" with argument less than 1.0 calls exception "Segmentation Fault". Command
7 ## works properly in C30. There is line in the file "C40/Gallery/ViewerTest.cxx" in the function "Vshading": 
8 ##############################################################################
9
10 pload XDE
11
12 igesbrep [locate_data_file fra62523a.igs] result *
13
14 checkshape result r
15
16 vinit
17 tclean result
18 vdisplay result
19 vsetshading result 0.1
20 vfit
21
22 set only_screen 1