Skip to main content
Solved

How to rotate rasters around an arbitrary point?

  • December 17, 2014
  • 2 replies
  • 53 views

Forum|alt.badge.img

Hi All,

 

Is there a good way to rotate a raster around an arbitrary point (as you can with Vectors using the Rotator)? Because the docs say the rotator only allows rotation around the upper left corner of a raster.

 

 

Or failing that, does anyone know of a process I could put my features through to achieve the same result?

 

I suppose I can try Python, but that's always my last-resort.

 

 

Thanks,

Jonathan

Best answer by takashi

Hi Jonathan,

 

 

I would use the 3DRotator. Try a Custom Axis setting like this.

 

Angle in Degrees: <rotation angle>

 

Rotate Along: Custom Axis

 

Origin X: <x coordinate of the point>

 

Origin Y: <y coordinate of the point>

 

Origin Z: <any. 0 is OK>

 

Direction X: 0

 

Direction Y: 0

 

Direction Z: 1

 

 

Takashi 
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

takashi
Celebrity
  • Best Answer
  • December 17, 2014
Hi Jonathan,

 

 

I would use the 3DRotator. Try a Custom Axis setting like this.

 

Angle in Degrees: <rotation angle>

 

Rotate Along: Custom Axis

 

Origin X: <x coordinate of the point>

 

Origin Y: <y coordinate of the point>

 

Origin Z: <any. 0 is OK>

 

Direction X: 0

 

Direction Y: 0

 

Direction Z: 1

 

 

Takashi 

Forum|alt.badge.img
  • Author
  • December 18, 2014
Hi Takashim

 

That works like a charm. I'd never have thought to have used 3DRotator.

 

Many thanks,

 

Jonathan