0032208: Tests - refactor visualization tests to cover several graphic drivers
[occt.git] / tests / v3d / manipulator / disable_parts
CommitLineData
f15c5f90 1puts "====================================="
2puts "Disable functional parts for manipulator axes"
3puts "====================================="
4
5pload MODELING VISUALIZATION
6vclear
7vclose ALL
8vinit View1
9vaxo
10vzbufftrihedron
11
12box b 500 500 1 50 100 150
13vdisplay b -dispMode 1
14vfit
15
16vmanipulator m -attach b -part 0 1 0
17vdump $imagedir/${casename}_1.png
18vmanipulator m -detach
19
20vmanipulator m -attach b -part 0 2 0
21vdump $imagedir/${casename}_2.png
22vmanipulator m -detach
23
24vmanipulator m -attach b -part 0 3 0
25vdump $imagedir/${casename}_3.png
84b904bc 26vmanipulator m -detach
27
28vmanipulator m -attach b -parts 1 0
29vdump $imagedir/${casename}_4.png