I have a CAD file containing multiple points and polylines. I am trying to add a vertex to the polylines where each point intesects the polyline.Each polyline has multiple vertices. Seems to be a simple enough problem but i can't seem to solve it. VertexCreator only seems to add to the endponit of a line.I have tried
1) Chopper (max vertices 1) with a count
2) NeighbourFinder to assign count
3) Sorter
4) PointConnector
this doesn't quite work....is there an easy way of solving this??