Skip to main content
Solved

Create lines from points

  • October 18, 2018
  • 3 replies
  • 214 views

parashari
Forum|alt.badge.img+2

I have this where there are start first, end first coordinate(x1, y1) and start second, end second (x2,y2). I simply want to create a line from these points.

I tried using vertex creator and line builder but couldn't get the required thing.

Thanks

Best answer by gio

@hellblazer

for start vertex creator in create mode, for end vertex creator in add mode.

I am assuming the start and end coordinates are related (that is they reside in the same record)

If not, you must merge them on some ID. If you have none, then you need a criteriumn to do so.

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.

3 replies

takashi
Celebrity
  • 7843 replies
  • October 18, 2018
I believe that two VertexCreators do that, if the situation is as I have imagined.

 

Could you please explain the situation more specifically?

 

 


oscard
Influencer
Forum|alt.badge.img+22
  • Influencer
  • 344 replies
  • October 18, 2018
What is exactly the required thing? Using VertexCreator to create the points and using LineBuilder to join them into a line should have worked. Maybe the point order is not correct?

 

 


gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • 2252 replies
  • Best Answer
  • October 18, 2018

@hellblazer

for start vertex creator in create mode, for end vertex creator in add mode.

I am assuming the start and end coordinates are related (that is they reside in the same record)

If not, you must merge them on some ID. If you have none, then you need a criteriumn to do so.