1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/vis/bug30777
kgv fe525c6f7c 0030777: Visualization - Incorrect selection/highlighting of clipped objects
SelectMgr_ViewerSelector::traverseObject() now handles Object clipping planes in the same way as View clipping planes.
2019-06-20 15:20:51 +03:00

20 lines
409 B
Plaintext

puts "============="
puts "0030777: Visualization - Incorrect selection/highlighting of clipped objects"
puts "============="
pload MODELING VISUALIZATION
vclear
vinit View1
vaxo
psphere s 10
vdisplay -dispMode 1 s
vfit
vfront
vclipplane p1 -set s -equation 0 1 0 0
set p [vmoveto 200 200]
vpoint pp {*}$p
vsetcolor pp RED
checkpoint p $p {-0.34896 9.94397 0.27411} 0.0001
vdump ${imagedir}/${casename}.png