Midpoint of an Open Curve

Hi there, is there a way to determine a midpoint of an Open curve created in Markups? I.e. midpoint of the length, not centreline.

Or if not with Open curve, possibly for a curve model created using Curve Maker?

Many thanks!

you can resample the curve to 101 points and the 50th is the midpoint.

2 Likes

What a beautiful simple solution, thanks. :+1:

1 Like

Alternatively (if you don’t want to resample the line but you are comfortable with writing a line of Python code) then you can get the curve length, and then get the coordinate of point along the line at half length.