0025507: Visualization - the method V3d_View::Place() is incorrect
[occt.git] / tests / bugs / vis / bug24388_1
CommitLineData
e9224045 1puts "==========="
2puts "OCC24388"
3puts "==========="
4puts ""
5##################################################################
6# 0024388: Option to enable visualization of hidden lines in DRAW
7# Checks if dotted hidden lines are highlighted properly.
8##################################################################
9
10box b 15 0 0 10 10 10
11vinit
12vdisplay b
13vrotate 35 0 0
14vfit
15vhlr on 1
16vhlrtype algo a
17
18vmoveto 76 304
19
20set x_coord 115
21set y_coord 203
22checkcolor $x_coord $y_coord 0 1 1
23
24if { $stat != 1 } {
25 puts "Error : Highlighting of dotted hidden lines in the box is wrong."
26}
27
28set x_coord 122
29set y_coord 200
30
31checkcolor $x_coord $y_coord 0 0 0
32
33if { $stat != 1 } {
34 puts "Error : Highlighting of dotted hidden lines in the box is wrong."
35}
36
37set only_screen 1