Hi,
I have lines and points near lines. I need to move point perpendicular (vertical) to line and break line at that point. Any ideas?
Hi,
I have lines and points near lines. I need to move point perpendicular (vertical) to line and break line at that point. Any ideas?
Have a look at the AnchoredSnapper transformer (line as Anchor).
I agree with @erik_jan about the AnchoredSnapper. You can then use the PointOnLineOverlayer to split the lines at the point.