Adding new testing cases for chl grid
[occt.git] / tests / bugs / vis / bug23407_2
CommitLineData
a2d5ab2e 1puts "============"
2puts "CR23407"
3puts "============"
4puts ""
5#######################################################################
6# Draw face outlines for XDE objects
7#######################################################################
8pload QAcommands
9pload AISV MODELING
10
a2d5ab2e 11box b 10 10 10
12vinit
13vdisplay b
14vsetdispmode 1
dfa3d64f 15vshowfaceboundary b 1 255 0 0 10 1
a2d5ab2e 16vfit
17
f1aa2b62 18set x_coord 183
19set y_coord 190
20
21checkcolor $x_coord $y_coord 1 0 0
dfa3d64f 22
f1aa2b62 23if { $stat != 1 } {
24 puts "Error : Boundary of face is not changed"
dfa3d64f 25}
26
f1aa2b62 27set x_coord 292
28set y_coord 358
29
30checkcolor $x_coord $y_coord 1 0 0
31
32if { $stat != 1 } {
33 puts "Error : Boundary of face is not changed"
dfa3d64f 34}
a2d5ab2e 35
f1aa2b62 36set x_coord 26
37set y_coord 265
38
39checkcolor $x_coord $y_coord 1 0 0
40
41if { $stat != 1 } {
a2d5ab2e 42 puts "Error : Boundary of face is not changed"
43}
44
82cbc512 45set only_screen 1