Extracting points along a line - Python

415 Views Asked by At

Along a known line, I am trying to extract a list of point at set distances from the end of the line. e.g. 30cm and 65cm from the end of the line.

I have been exploring ezdxf but haven't found a simple function to achieve this.

Diagram: Known points in blue, required positions marked in red

0

There are 0 best solutions below