Salome HOME
Merge branch 'akl/tests_update'
[modules/paravis.git] / test / VisuPrs / CutPlanes / G2.py
index a37df5456f97784f6cb7264429f8e889f62f943c..5cb6697bfa2d24d2672014b20fda9ebf30285f11 100644 (file)
@@ -47,12 +47,8 @@ aView = GetRenderView()
 
 # Create required presentations for the proxy
 # CreatePrsForProxy(aProxy, aView, thePrsTypeList, thePictureDir, thePictureExt, theIsAutoDelete)
-aFieldNames = aProxy.PointArrays.GetData()
-aNbOnNodes = len(aFieldNames)
-aFieldNames.extend(aProxy.CellArrays.GetData())
-aTimeStamps = aProxy.TimestepValues.GetData()
 aFieldEntity = EntityType.NODE
-aFieldName = "MODES_DEPL"
+aFieldName = "MODES___DEPL____________________"
 
 #create Cut Planes presentations for 10 timestamps
 for i in range(1,11):