1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-29 14:00:49 +03:00

0032182: Visualization - add Select3D_SensitiveSphere

- created Select3D_SensitiveSphere class
- implemented interfaces for intersection methods
- added tests
This commit is contained in:
mkrylova
2021-03-17 17:38:00 +03:00
committed by bugmaster
parent 50174691dc
commit dd2bc8054f
27 changed files with 781 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
puts "================================="
puts "0032182: Visualization - add Select3D_SensitiveSphere"
puts "Tests detecting Select3D_SenstiveSphere"
puts "================================="
psphere s 1
vdisplay -dispMode 1 s
vfit
vmoveto 300 200
if { ![string match "*Select3D_SensitiveSphere*" [vstate -entities]] } { puts "Error: sphere should be detected" }