Skip to main content
Solved

How can I find circular lines

  • November 17, 2017
  • 4 replies
  • 129 views

Does anyone know how I can find lines that form a circular loop with the same endpoints. I can find lines with the same endpoints by calculating the distance between the endpoints, but I am interested in determining if it forms a loop. I would like to process these in a different way. Thanks you for any ideas.

Best answer by linasvebeliunas

Thank you all. This is exactly what I was looking for.

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.

4 replies

jdh
Contributor
Forum|alt.badge.img+37
  • Contributor
  • 2002 replies
  • November 17, 2017

There is a loopFilter custom transformer that does this.


erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • November 17, 2017

Or you can use a Tester transformer to test if the coordinates of the start point are the same as the coordinates of the end point:


takashi
Celebrity
  • 7843 replies
  • November 18, 2017

Hi @linasvebeliunas, the ClosedCurveFilter transformer might help you.


  • Author
  • 2 replies
  • Best Answer
  • November 20, 2017

Thank you all. This is exactly what I was looking for.