<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Move text to the nearest point in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/move-text-to-the-nearest-point/m-p/6586021#M259362</link>
    <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to move text multiple text to the nearest point automatically which have all varying translation distances.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 27 Sep 2016 04:31:57 GMT</pubDate>
    <dc:creator>tfitzhardinge</dc:creator>
    <dc:date>2016-09-27T04:31:57Z</dc:date>
    <item>
      <title>Move text to the nearest point</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/move-text-to-the-nearest-point/m-p/6586021#M259362</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to move text multiple text to the nearest point automatically which have all varying translation distances.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2016 04:31:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/move-text-to-the-nearest-point/m-p/6586021#M259362</guid>
      <dc:creator>tfitzhardinge</dc:creator>
      <dc:date>2016-09-27T04:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Move text to the nearest point</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/move-text-to-the-nearest-point/m-p/6586221#M259363</link>
      <description>&lt;P&gt;I am using this routine of mine. It does not move all the texts automatically to a nearest point, but you need to show pattern first. Usually its not moved randomly, so this leaves you a control...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the&amp;nbsp;&lt;A href="http://autode.sk/2cHndor" target="_self"&gt;SCREENCAST&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(in video, don't be confused seeing pressing F5 and F6, it's just layer isolation and unisolation)&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2016 07:32:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/move-text-to-the-nearest-point/m-p/6586221#M259363</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2016-09-27T07:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Move text to the nearest point</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/move-text-to-the-nearest-point/m-p/6586676#M259364</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to move text multiple text to the nearest point automatically which have all varying translation distances.&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Do you mean the nearest POINT &lt;EM&gt;entity&lt;/EM&gt;, or the nearest &lt;EM&gt;location&lt;/EM&gt; on any nearby object [Line/Polyline/Circle/Arc/etc.], or the nearest grid-Snap location, or something else?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the last one, there are routines on these Forums to force everything to fall on the nearest Snap locations, which a Search should find for you.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2016 12:08:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/move-text-to-the-nearest-point/m-p/6586676#M259364</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2016-09-27T12:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Move text to the nearest point</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/move-text-to-the-nearest-point/m-p/6590463#M259365</link>
      <description>Yes it is to the nearest point. Im talking more specifically when we receive survey drawings the text node or origin is displaced from the point. I need the text and point to line up. Reason so then in Civil 3D I can create my surface from text.</description>
      <pubDate>Wed, 28 Sep 2016 20:14:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/move-text-to-the-nearest-point/m-p/6590463#M259365</guid>
      <dc:creator>tfitzhardinge</dc:creator>
      <dc:date>2016-09-28T20:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Move text to the nearest point</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/move-text-to-the-nearest-point/m-p/6590628#M259366</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;...&amp;nbsp;the text node or origin is displaced from the point. I need the text and point to line up. ....&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Are they all displaced by the same amount in the same direction?&amp;nbsp;&amp;nbsp;If so, a&amp;nbsp;collective Move using SelectSimilar to get the Text pieces could do what you want pretty quickly, without the need for any code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If not, how far might they be displaced?&amp;nbsp; The finding-the-nearest-Point part is probably the trickiest element of a routine to do that, but would be made much easier if, for example, the Point will always be somewhere within the&amp;nbsp;bounding box&amp;nbsp;of the Text.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2016 21:29:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/move-text-to-the-nearest-point/m-p/6590628#M259366</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2016-09-28T21:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Move text to the nearest point</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/move-text-to-the-nearest-point/m-p/6591123#M259367</link>
      <description>Usually there is a point object which the text is related to. Your moving to the nearest point takes accurate data from the survey and randomly scattering it by attaching it to a random point. Surely this is not what is required to use the points to create a 3D model from the data</description>
      <pubDate>Thu, 29 Sep 2016 03:47:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/move-text-to-the-nearest-point/m-p/6591123#M259367</guid>
      <dc:creator>ScottHodges</dc:creator>
      <dc:date>2016-09-29T03:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Move text to the nearest point</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/move-text-to-the-nearest-point/m-p/6591627#M259368</link>
      <description>&lt;P&gt;Please explain this statement:&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; Reason so then in Civil 3D I can create my surface from text.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C3D creates surfaces from point data, not text AFAIK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dave&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2016 10:50:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/move-text-to-the-nearest-point/m-p/6591627#M259368</guid>
      <dc:creator>parkr4st</dc:creator>
      <dc:date>2016-09-29T10:50:20Z</dc:date>
    </item>
  </channel>
</rss>

