1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-09 18:50:54 +03:00
occt/tests/v3d/manipulator/disable_parts
aba f15c5f90c3 0030291: Visualization - manipulator crashes when is attached with scaling mode disabled
- in ComputeSelection() method checks are added to avoid taking triangulation of manipulator parts that are not computed
2018-10-25 19:22:15 +03:00

26 lines
542 B
Plaintext

puts "====================================="
puts "Disable functional parts for manipulator axes"
puts "====================================="
pload MODELING VISUALIZATION
vclear
vclose ALL
vinit View1
vaxo
vzbufftrihedron
box b 500 500 1 50 100 150
vdisplay b -dispMode 1
vfit
vmanipulator m -attach b -part 0 1 0
vdump $imagedir/${casename}_1.png
vmanipulator m -detach
vmanipulator m -attach b -part 0 2 0
vdump $imagedir/${casename}_2.png
vmanipulator m -detach
vmanipulator m -attach b -part 0 3 0
vdump $imagedir/${casename}_3.png