Skip to main content
Question

How to merge autocad text string with points?

  • October 24, 2020
  • 1 reply
  • 132 views

Hi,

I have points in autocad layer and two text strings (both in different layers). I need to connect those strings to points and create two new attributes. I tried to options: (1) to first merge two text by using NeighborFinder and that to use second NeighborFinder to connect them with point, (2) to first merge two text by using NeighborAggregator and that to use second NeighborFinder to connect them with point. But in some cases it does not work correctly. Is there any other transformation that can be useful in this situation? or any suggestion what may be wrong?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, 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.

1 reply

Forum|alt.badge.img+2

You could try using a center point replacer to replace the annotation with a point, buffer the point, and then use a point on area overlay.

 

Or use a snapper with the center point and then do a point on point.