0025507: Visualization - the method V3d_View::Place() is incorrect
[occt.git] / tests / bugs / vis / bug23886_2
CommitLineData
de6f281f 1puts "============"
2puts "CR23886"
3puts "============"
4puts ""
5########################################################################################
6# Visualizing planar faces with "notches" depends heavily on the deflection coefficient
7########################################################################################
8
9restore [locate_data_file bug23886_face_02.brep] s
10
11vinit
12vdisplay s
13vfit
14
15vdefaults angDefl=1
16
17vsetdispmode s 1
18vdump ${imagedir}/${casename}_1.png
19
20vsetshading s 0.00001
21vdump ${imagedir}/${casename}_2.png
22
23vsetshading s 0.01
24vdump ${imagedir}/${casename}_3.png