0030969: Coding Rules - refactor Quantity_Color.cxx color table definition
[occt.git] / tests / bugs / vis / bug23886_2
1 puts "============"
2 puts "CR23886"
3 puts "============"
4 puts ""
5 ########################################################################################
6 # Visualizing planar faces with "notches" depends heavily on the deflection coefficient
7 ########################################################################################
8
9 restore [locate_data_file bug23886_face_02.brep] s
10
11 vinit
12 vdisplay s
13 vfit
14
15 vdefaults -angDefl 1
16
17 vsetdispmode s 1
18 vdump ${imagedir}/${casename}_1.png
19
20 vsetshading s 0.00001
21 vdump ${imagedir}/${casename}_2.png
22
23 vsetshading s 0.01
24 vdump ${imagedir}/${casename}_3.png