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.

  • 3 January 2022
  • 2 replies
  • 3 views

Badge +2
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.
icon

Best answer by nielsgerrits 3 January 2022, 13:43

View original

2 replies

Userlevel 6
Badge +33

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
Badge +2

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

Reply