glyph variable arrow size

Hi all,
I would like to assign arrows with a different size according to the selected scalar.
Any idea ?

Thanks in advance.
N.

If you are using the vtkGlyph3D filter, you could try the SetScaleModeToScaleByVector() or SetScaleModeToScaleByScalar() see scaling-related properties in the documentation and this example.