Salome HOME
Ready for new Glyph API
[modules/paravis.git] / src / Plugins / MEDReader / Test / testMEDReader4.py
index 59c0948f9181a72239c05d4d96f4d5f536b45a06..bdeb3e95674b820936179000d42dd88560748f26 100644 (file)
@@ -69,9 +69,9 @@ testMEDReader4_med.AllArrays=['TS0/mesh/ComSup0/f0NoPfl@@][@@P1','TS0/mesh/ComSu
 #testMEDReader4_med.AllTimeSteps=['0000']
 
 Glyph1=Glyph(Input=testMEDReader4_med,GlyphType='Sphere')
-Glyph1.Scalars=['POINTS','f0NoPfl']
-Glyph1.ScaleFactor=0.3
-Glyph1.Vectors=['POINTS', '']
+Glyph1.ScaleArray=['POINTS','f0NoPfl']
+Glyph1.MaximumGlyphSize=0.3
+Glyph1.OrientationArray = ['POINTS', 'No orientation array']
 Glyph1.GlyphTransform="Transform2"
 
 DataRepresentation1 = Show()