From: ouv Date: Thu, 23 Nov 2006 15:21:16 +0000 (+0000) Subject: Revision 1.1.2.1 is restored X-Git-Tag: WP1_2_3_05-12-2006_cache_system~70 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4cfdeed83ba538c7f5d33594a2686f119576e153;p=modules%2Fvisu.git Revision 1.1.2.1 is restored --- diff --git a/src/VISU_SWIG/visu_cache.py b/src/VISU_SWIG/visu_cache.py index 9f8268bd..36c61f6c 100644 --- a/src/VISU_SWIG/visu_cache.py +++ b/src/VISU_SWIG/visu_cache.py @@ -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