Skip to main content
Solved

how to post a question

  • February 17, 2015
  • 3 replies
  • 7 views

Hi all

 

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??

Best answer by jdh

the NeighborFinder with Insert Vertex on Base Feature set to yes would work fpr a single point per line for multiple points I would try:

 

 

Counter to assign a uniqueID to the lines (if needed)

 

PointOnLineOverlayer with a tolerance of 0  (Each input line is split at its closest place to any point within the specified point tolerance)

 

LineJoiner grouped by the unique ID
View original
Did this help you find an answer to your question?
This post is closed to further activity.
It may be a question with a best answer, an implemented idea, or just a post needing no comment.
If you have a follow-up or related question, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

david_r
Evangelist
  • February 17, 2015
Hi,

 

 

try the Intersector or the TopologyBuilder.

 

 

David

jdh
Contributor
Forum|alt.badge.img+28
  • Contributor
  • Best Answer
  • February 18, 2015
the NeighborFinder with Insert Vertex on Base Feature set to yes would work fpr a single point per line for multiple points I would try:

 

 

Counter to assign a uniqueID to the lines (if needed)

 

PointOnLineOverlayer with a tolerance of 0  (Each input line is split at its closest place to any point within the specified point tolerance)

 

LineJoiner grouped by the unique ID

  • Author
  • February 19, 2015
Thanks JDH

 

 

that works great, exactly what i needed.

 

 

Cheers

Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings