<?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 Re: How do I display annotative text for points values, (x,y,z) in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/how-do-i-display-annotative-text-for-points-values-x-y-z/m-p/8195118#M169959</link>
    <description>&lt;P&gt;Hi Patchy,&lt;/P&gt;&lt;P&gt;I have done a trial one with 4 points, using the you tube video you pointed out, I get the first one done OK, but when I select 'block' attach, or copy the block to do the rest, it just displays, 'x, y, = ##################', Any idea with that? Thanks,&lt;/P&gt;&lt;P&gt;Bruceybee&lt;/P&gt;</description>
    <pubDate>Mon, 13 Aug 2018 11:17:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-13T11:17:13Z</dc:date>
    <item>
      <title>How do I display annotative text for points values, (x,y,z)</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-do-i-display-annotative-text-for-points-values-x-y-z/m-p/8193968#M169953</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How do I display text for points values, (x,y,z) along a kerb-line or road (e.g)?, I have over&amp;nbsp;1000 points and I need the coordinates displaying on a print out. So far I've been clicking properties, then copy and paste them as text but it's very laborious and time consuming. Also, if I can make the text annotative so if I move a point(s), the text displayed will also adjust to the new coordinates and elevation.&amp;nbsp; Many thanks in advance,&lt;/P&gt;&lt;P&gt;Bruceybee&lt;/P&gt;</description>
      <pubDate>Sun, 12 Aug 2018 11:53:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-do-i-display-annotative-text-for-points-values-x-y-z/m-p/8193968#M169953</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-12T11:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display annotative text for points values, (x,y,z)</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-do-i-display-annotative-text-for-points-values-x-y-z/m-p/8193983#M169954</link>
      <description>&lt;P&gt;If the property is in the form of a coordinates list as points are typically stored, you can do this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;(setq CStringList (mapcar 'rtos '(1.234 5.678 9.012)))&lt;BR /&gt;("1.2340" "5.6780" "9.0120")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then that list can be turned into a typical comma-delimited string that you can use in Text:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;(strcat (car&amp;nbsp;&lt;SPAN&gt;C&lt;/SPAN&gt;&lt;SPAN&gt;S&lt;/SPAN&gt;&lt;SPAN&gt;tring&lt;/SPAN&gt;&lt;SPAN&gt;L&lt;/SPAN&gt;&lt;SPAN&gt;ist&lt;/SPAN&gt;) ","&amp;nbsp;&lt;SPAN&gt;(cadr&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;C&lt;/SPAN&gt;&lt;SPAN&gt;S&lt;/SPAN&gt;&lt;SPAN&gt;tring&lt;/SPAN&gt;&lt;SPAN&gt;L&lt;/SPAN&gt;&lt;SPAN&gt;ist&lt;/SPAN&gt;&lt;SPAN&gt;) ","&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;(caddr&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;C&lt;/SPAN&gt;&lt;SPAN&gt;S&lt;/SPAN&gt;&lt;SPAN&gt;tring&lt;/SPAN&gt;&lt;SPAN&gt;L&lt;/SPAN&gt;&lt;SPAN&gt;ist&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"1.2340,5.6780,9.0120"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Aug 2018 12:19:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-do-i-display-annotative-text-for-points-values-x-y-z/m-p/8193983#M169954</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2018-08-12T12:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display annotative text for points values, (x,y,z)</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-do-i-display-annotative-text-for-points-values-x-y-z/m-p/8193995#M169955</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Kent,&lt;/P&gt;&lt;P&gt;Thanks very much for your prompt reply. I forgot to add that I am a field engineer and by no means a cad expert, more of a beginner,&amp;nbsp;my cad skills are limited to drawing lines, shapes, points, copy/paste etc. I did try&amp;nbsp;looking through the help section first but it just told me what each function does, and not exactly how to do it. So if you could please talk me through each procedure it would be much appreciated, if that's ok. Preferably things I copy and paste into command bar. Thanks again&lt;/P&gt;&lt;P&gt;Bruceybee&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Aug 2018 12:40:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-do-i-display-annotative-text-for-points-values-x-y-z/m-p/8193995#M169955</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-12T12:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display annotative text for points values, (x,y,z)</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-do-i-display-annotative-text-for-points-values-x-y-z/m-p/8194095#M169956</link>
      <description>&lt;P&gt;Make a dynamic block and replace the points you have in your drawing.&lt;/P&gt;
&lt;P&gt;See this video :&amp;nbsp; &lt;A href="https://www.youtube.com/watch?v=2XYHW_DzIOc" target="_blank"&gt;https://www.youtube.com/watch?v=2XYHW_DzIOc&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and Google Search, you will get your answer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 858px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/533873iC1363D2C82420BF6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Aug 2018 15:12:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-do-i-display-annotative-text-for-points-values-x-y-z/m-p/8194095#M169956</guid>
      <dc:creator>Patchy</dc:creator>
      <dc:date>2018-08-12T15:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display annotative text for points values, (x,y,z)</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-do-i-display-annotative-text-for-points-values-x-y-z/m-p/8194390#M169957</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;.... talk me through each procedure ….&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More information&amp;nbsp;would be needed.&amp;nbsp; How do you get to where you copy&amp;nbsp;coordinates out to paste them in somewhere else?&amp;nbsp; In what form do you copy/paste them?&amp;nbsp; Separately in PositionX/PositionY/PositionZ slots in the Properties palette?&amp;nbsp; Or in some combined XYZ-coordinates form in one piece?&amp;nbsp; What are the "points"?&amp;nbsp; POINT &lt;EM&gt;entities &lt;/EM&gt;?&amp;nbsp; Civil3D overlay-program surveyor points of some kind [I don't know what the&amp;nbsp;possibilities are, nor what they're called]?&amp;nbsp; Blocks?&amp;nbsp; Something else?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the "annotative" part, I suspect you're going to want to use Fields, which are an area in which I am not very well-versed, but would be willing to experiment, if others who know better don't chime in.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Aug 2018 23:41:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-do-i-display-annotative-text-for-points-values-x-y-z/m-p/8194390#M169957</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2018-08-12T23:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display annotative text for points values, (x,y,z)</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-do-i-display-annotative-text-for-points-values-x-y-z/m-p/8195115#M169958</link>
      <description>&lt;P&gt;Hi Kent, I usually just pick what I need from a master site drawing, click an object(s), point, line, rectangle, circle, arc, etc, then control and c, then open a '0' layer drawing, paste to original coordinates;&amp;nbsp; I've attached the kerb-line drawing to this reply for you to see, the points on the kerb lines and corners are the ones I want to label x,y,z . I have already done a trial one with 4 points, using the you tube video, pointed out by Patchy (AD Mentor) I get the first one done OK, but when I select 'block' attach, or copy the block to do the rest, it just displays, 'x, y, = ##################', Any idea with that? Thanks,&lt;/P&gt;&lt;P&gt;Bruceybee&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 11:15:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-do-i-display-annotative-text-for-points-values-x-y-z/m-p/8195115#M169958</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-13T11:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display annotative text for points values, (x,y,z)</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-do-i-display-annotative-text-for-points-values-x-y-z/m-p/8195118#M169959</link>
      <description>&lt;P&gt;Hi Patchy,&lt;/P&gt;&lt;P&gt;I have done a trial one with 4 points, using the you tube video you pointed out, I get the first one done OK, but when I select 'block' attach, or copy the block to do the rest, it just displays, 'x, y, = ##################', Any idea with that? Thanks,&lt;/P&gt;&lt;P&gt;Bruceybee&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 11:17:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-do-i-display-annotative-text-for-points-values-x-y-z/m-p/8195118#M169959</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-13T11:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display annotative text for points values, (x,y,z)</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-do-i-display-annotative-text-for-points-values-x-y-z/m-p/8195497#M169960</link>
      <description>&lt;P&gt;It should work if you have point nodes.&lt;/P&gt;
&lt;P&gt;The screenshot shows the block created at 0,0,0&amp;nbsp; and when copy to the Red Nodes, and hit regen, they will update their coordinates.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/534089i2C9E6026D5F22D49/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 13:35:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-do-i-display-annotative-text-for-points-values-x-y-z/m-p/8195497#M169960</guid>
      <dc:creator>Patchy</dc:creator>
      <dc:date>2018-08-13T13:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display annotative text for points values, (x,y,z)</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-do-i-display-annotative-text-for-points-values-x-y-z/m-p/8195502#M169961</link>
      <description>&lt;P&gt;Because you did not use Z, the video was only showed X and Y.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 13:36:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-do-i-display-annotative-text-for-points-values-x-y-z/m-p/8195502#M169961</guid>
      <dc:creator>Patchy</dc:creator>
      <dc:date>2018-08-13T13:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display annotative text for points values, (x,y,z)</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-do-i-display-annotative-text-for-points-values-x-y-z/m-p/8196167#M169962</link>
      <description>&lt;P&gt;Like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 846px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/534188i7B3B5EF75E32E92C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 17:18:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-do-i-display-annotative-text-for-points-values-x-y-z/m-p/8196167#M169962</guid>
      <dc:creator>Patchy</dc:creator>
      <dc:date>2018-08-13T17:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display annotative text for points values, (x,y,z)</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-do-i-display-annotative-text-for-points-values-x-y-z/m-p/8196962#M169963</link>
      <description>&lt;P&gt;Thanks Patchy,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried it again from scratch, followed the video to the letter and this time it came up with the correct coordinates and no ###'s. Thanks very much for the solution.&lt;/P&gt;&lt;P&gt;Bruceybee &amp;nbsp; :?)&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 22:47:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-do-i-display-annotative-text-for-points-values-x-y-z/m-p/8196962#M169963</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-13T22:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display annotative text for points values, (x,y,z)</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-do-i-display-annotative-text-for-points-values-x-y-z/m-p/8196977#M169964</link>
      <description>&lt;P&gt;Hi Kent,&lt;/P&gt;&lt;P&gt;Thanks very much for your suggestions, I've managed to complete it successfully as per the You tube video which Patchy (AD mentor) advised. Thanks again,&lt;/P&gt;&lt;P&gt;Bruceybee&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 22:54:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-do-i-display-annotative-text-for-points-values-x-y-z/m-p/8196977#M169964</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-13T22:54:32Z</dc:date>
    </item>
  </channel>
</rss>

