0027715: Visualization - turn off deprecated OpenGL fixed-function pipeline by default
[occt.git] / tests / bugs / vis / bug26159
CommitLineData
28ee613b 1puts "================================================================"
2puts "CR26159"
3puts "Visualization - revise tolerance implementation for selection."
4puts "================================================================"
5puts ""
6
7pload VISUALIZATION MODELING
8box b1 1 1 1 1 1 1
9box b2 3 3 3 1 1 1
10box b3 6 6 6 1 1 1
11vdisplay b1 b2 b3
12vfit
13
14# activate vertex selection
15vselmode b1 1 1
16
17# check selection tolerance
18vmoveto 58 324
19checkcolor 58 324 0 1 1
20
21# to print tolerance in case of failure:
22puts [vselprecision]
23vdump $imagedir/${casename}