0032208: Tests - refactor visualization tests to cover several graphic drivers
[occt.git] / tests / v3d / bugs / bug23886_2
1 puts "============"
2 puts "CR23886: Visualizing planar faces with 'notches' depends heavily on the deflection coefficient"
3 puts "============"
4 puts ""
5
6 pload MODELING VISUALIZATION
7 restore [locate_data_file bug23886_face_02.brep] s
8
9 vinit View1
10 vdisplay s
11 vfit
12
13 vdefaults -angDefl 1
14
15 vsetdispmode s 1
16 vdump ${imagedir}/${casename}_1.png
17
18 vsetshading s 0.00001
19 vdump ${imagedir}/${casename}_2.png
20
21 vsetshading s 0.01
22 vdump ${imagedir}/${casename}_3.png