Skip to main content
Solved

Hi, I am looking at snipping the Midpoint of a line with 2 vertices (index 0, index 1). Tried several ways but can't seem to get it right. My snipper creates the point at vertex index 1. Is there a way I can implement this? Thank you.

  • January 3, 2022
  • 2 replies
  • 20 views

fme
Contributor
Forum|alt.badge.img+7
  • Contributor
  • 31 replies
Hi, I am looking at snipping the Midpoint of a line with 2 vertices (index 0, index 1). Tried several ways but can't seem to get it right. My snipper creates the point at vertex index 1. Is there a way I can implement this? Thank you.

Best answer by nielsgerrits

If I understand correctly, you want to create a midpoint from a line. This can be done with the Snipper using the following settings:

  • Snipping Mode: Distance (Percentage)
  • Starting location: 50
  • Ending location: 50
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

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • Best Answer
  • January 3, 2022

If I understand correctly, you want to create a midpoint from a line. This can be done with the Snipper using the following settings:

  • Snipping Mode: Distance (Percentage)
  • Starting location: 50
  • Ending location: 50

fme
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • 31 replies
  • January 3, 2022

Thank you @nielsgerrits​ . Exactly what I was looking for! Thanks for your time!