Cannot change size of vtkAxesActor without moving them

Hello,

If I understood it right, to rescale the actor while preserving its position, you need to:

  1. Move the actor so the center of the object is at the origin;
  2. Apply scale;
  3. Move the actor back to its former position;

This way you’ll get the effect of resizing geometry without moving the object.

best,

PC