Skip to main content

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.

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.


Reply