0032182: Visualization - add Select3D_SensitiveSphere
[occt.git] / tests / vselect / sphere / detecting
1 puts "================================="
2 puts "0032182: Visualization - add Select3D_SensitiveSphere"
3 puts "Tests detecting Select3D_SenstiveSphere"
4 puts "================================="
5
6 psphere s 1
7 vdisplay -dispMode 1 s
8 vfit
9 vmoveto 300 200
10 if { ![string match "*Select3D_SensitiveSphere*" [vstate -entities]] } { puts "Error: sphere should be detected" }