Skip to main content
Question

radiate line connections

  • December 6, 2017
  • 2 replies
  • 8 views

Hi,

is it possible to radiate a line connection between two points, so that it is a vertical and horizontal part?

...indicated by the red line.

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

redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3704 replies
  • December 6, 2017

You can use a CoordinateExtractor to grab the first and last point's coordinate values. If the x-values are close to eachother the line is almost vertical (and if the y-values are close to eachother the line is almost horizontal). In those cases you can use a VertexCreator to replace the x, or y value of the last point with the x, or y, value of the first point.

none2none.fmw

 

 


thank you, now I'll come a little bit further.