Hi
I have two points inside a polygon and want to split the polygon in two based on the location of the points.
So far, I have created a line between the two points in order to find the centre point.
I want to create a new line, which runs through the centre point and are orthogonal with the line I created between the two original points. Then I can split the polygon with the new line.
Can anyone help me with this?