0030969: Coding Rules - refactor Quantity_Color.cxx color table definition
[occt.git] / tests / bugs / vis / bug30824
CommitLineData
0d56f743 1puts "============="
2puts "0030824: Visualization, PrsMgr_PresentableObject - A new flag to disable automatic selection of children"
3puts "============="
4
5pload MODELING VISUALIZATION
6vclear
7vinit View1
8
9psphere parent 3
10vdisplay -dispMode 1 parent
11box child1 1 1 1
12box child2 1 1 1
13vdisplay child1 -dispMode 1
14vdisplay child2 -dispMode 1
15vlocation child1 -setLocation 10 0 0
16vlocation child2 -setLocation 20 0 0
17
18vparent parent -ignoreVisu
19vchild parent -ignoreParentTrsf -add child1
20vchild parent -ignoreParentTrsf -add child2
21
22vfit
23
24vselect 0 0 200 200
25checkview -screenshot -3d -path ${imagedir}/${test_image}.png