Salome HOME
Fix for Bug IPAL8945
[modules/visu.git] / src / VISU_SWIG / batch_test_events.py
1 ###############################################################
2 #
3 # File        : batch_test_events.py
4 # Description : Test postEvent() functionality for VISU module
5 #
6 ###############################################################
7
8 import batchmode_visu
9
10 for i in range ( 10 ):
11     batchmode_visu.myVisu.CreateTestView()
12     for j in range ( 10 ):
13         batchmode_visu.myVisu.ShowTestObject();
14