0026031: Visualization - fix out-of-range within Select3D_InteriorSensitivePointSet...
[occt.git] / tests / bugs / vis / bug26031
1 puts "============"
2 puts "CR26031"
3 puts "============"
4 puts ""
5
6 ##########################################################################################
7 # Visualization - fix out-of-range within Select3D_InteriorSensitivePointSet::GetPoints()
8 ##########################################################################################
9
10 pload VISUALIZATION XDE
11
12 testreadiges [locate_data_file bug25747_pencil.igs] aPencil
13
14 vinit View1
15 vclear
16 vdefaults -autoTriang 0
17 vdisplay aPencil
18 vsetdispmode 1
19 vfit
20
21 # create a connected interactive
22 vconnectto aCopy 50 50 50 aPencil
23 vfit
24
25 # check that selection primitives for connected object were created successfully
26 vmoveto 220 133
27 checkcolor 220 133 0 1 1
28
29 vdump ${imagedir}/${casename}.png