Skip to main content
Question

connect one point with many

  • September 21, 2017
  • 2 replies
  • 12 views

franco69
Contributor
Forum|alt.badge.img+7

Hi Guys,

an easy one for you i think....

 

i have one point X and bout 1500 points Y1,Y2....

 

how can i produce lines from X to Y1 X to Y2 X to Y3 and so on

Thx

Greets and Cheers

Franco

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

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3434 replies
  • September 21, 2017

Use a vertex creator, if you add a point to all your Y points in the location of X you will create lines.

If direction is important you would then need to reverse the orientation


erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • September 21, 2017

Easiest way is to use the CoordinateExtractor to get the coordinates from X, the FeatureMerger with Y as Requestor and X as Supplier and the VertexCreator to add the line to the X point to all Y points.