]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Revision 1.1.2.1 is restored
authorouv <ouv@opencascade.com>
Thu, 23 Nov 2006 15:21:16 +0000 (15:21 +0000)
committerouv <ouv@opencascade.com>
Thu, 23 Nov 2006 15:21:16 +0000 (15:21 +0000)
src/VISU_SWIG/visu_cache.py

index 9f8268bd7e32eb3e5cd6340be2876fc377020f8e..36c61f6c681bd905af60a5ddb3b3b88876e3532f 100644 (file)
@@ -60,7 +60,7 @@ PRS3D_TYPE_LIST.append(VISU.TSCALARMAPONDEFORMEDSHAPE)
 
 #---------------------------------------------------------------
 aMedFile = "TimeStamps.med"
-#aMedFile = "ResOK_0000.med"
+aMedFile = "ResOK_0000.med"
 aMedFile = os.getenv('DATA_DIR') + '/MedFiles/' + aMedFile
 aResult = myVisu.ImportFile(aMedFile)
 
@@ -75,12 +75,12 @@ aViewManager = myVisu.GetViewManager();
 
 WalkTroughTimeStamps(VISU.TSCALARMAP, anInput, aViewManager)
 
-#for aVISUType in PRS3D_TYPE_LIST:
-#  WalkTroughTimeStamps(aVISUType, anInput, aViewManager)
-#  pass
-#
-#anInput.myEntity = VISU.CELL;
-#anInput.myFieldName = "pression";
-#WalkTroughTimeStamps(VISU.TGAUSSPOINTS, anInput, aViewManager)
+for aVISUType in PRS3D_TYPE_LIST:
+  WalkTroughTimeStamps(aVISUType, anInput, aViewManager)
+  pass
+
+anInput.myEntity = VISU.CELL;
+anInput.myFieldName = "pression";
+WalkTroughTimeStamps(VISU.TGAUSSPOINTS, anInput, aViewManager)
 
 #execfile('/data/apo/a.py')
\ No newline at end of file