Skip to main content
Solved

Change rotation of Lines

  • December 3, 2018
  • 2 replies
  • 129 views

danilo_fme
Celebrity
Forum|alt.badge.img+51

Hello all FME User's,

I have some lines features and is necessary to change the rotation.

Lines Original

 

What is necessary:

Attached the FFS files -

 

Thanks,

Danilo

 

Best answer by erik_jan

Hi Danilo,

Have you tried:

CenterpointExtractor (to get the center X and Y per line).

Rotator (using X and Y) and 45 degrees rotation).

Erik

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

erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • Best Answer
  • December 3, 2018

Hi Danilo,

Have you tried:

CenterpointExtractor (to get the center X and Y per line).

Rotator (using X and Y) and 45 degrees rotation).

Erik


danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Author
  • Celebrity
  • 2077 replies
  • December 3, 2018

Hi Danilo,

Have you tried:

CenterpointExtractor (to get the center X and Y per line).

Rotator (using X and Y) and 45 degrees rotation).

Erik

Hello @erik_jan

Your Tip was spectacular - Thanks !!!

Danilo