Salome HOME
[MEDCalc] Deflection shape presentation
[modules/med.git] / src / MEDCalc / cmp / MEDPresentationVectorField.cxx
index e175108154f8a90616e423ca83f2134286c460a3..d1dde7836ff03cb8dc9cedc390bec7fcc605992c 100644 (file)
@@ -82,8 +82,6 @@ MEDPresentationVectorField::internalGeneratePipeline()
   pushAndExecPyLine(oss.str()); oss.str("");
   oss << _objVar << "GlyphTransform = 'Transform2';";  // not sure this is really needed?
   pushAndExecPyLine(oss.str()); oss.str("");
-  oss << _objVar << ".ScaleFactor = 0.1;";
-  pushAndExecPyLine(oss.str()); oss.str("");
 
   colorBy("POINTS");
   showScalarBar();