<?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: Using a field to have text show its own elevation in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/using-a-field-to-have-text-show-its-own-elevation/m-p/9463803#M298607</link>
    <description>&lt;P&gt;In case anyone else tried to figure this out.&lt;/P&gt;&lt;P&gt;Add a POINT to the block at relevant elevation, then you can select the point and as the Fields Object, with the Position property. This gives you the option to show the X, Y and Z positions. Select only the Z to show elevation.&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="acad_2020-04-23_11-22-19.png" style="width: 602px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/758925i2469EC76A9962BE7/image-size/large?v=v2&amp;amp;px=999" role="button" title="acad_2020-04-23_11-22-19.png" alt="acad_2020-04-23_11-22-19.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Apr 2020 01:55:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-04-23T01:55:07Z</dc:date>
    <item>
      <title>Using a field to have text show its own elevation</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-a-field-to-have-text-show-its-own-elevation/m-p/5962281#M298603</link>
      <description>&lt;P&gt;&lt;BR /&gt;Is it possible to have a field in a text/mtext entity reference its own elevation, we'd like to use this for labeling contours in drawings that aren't utilizing Civil 3D. In theory it seems like it would work but I don't know how or if one can manually edit the field.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2015 17:22:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-a-field-to-have-text-show-its-own-elevation/m-p/5962281#M298603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-22T17:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using a field to have text show its own elevation</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-a-field-to-have-text-show-its-own-elevation/m-p/5962293#M298604</link>
      <description>It can't reference itself, you need an object point. Or C3D as you observed.</description>
      <pubDate>Tue, 22 Dec 2015 17:30:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-a-field-to-have-text-show-its-own-elevation/m-p/5962293#M298604</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2015-12-22T17:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using a field to have text show its own elevation</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-a-field-to-have-text-show-its-own-elevation/m-p/5963226#M298605</link>
      <description>&lt;P&gt;There were some discussions in the forum, for example this one:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/label-contour-2d-plines-from-elevation/td-p/4640383/highlight/true" target="_self"&gt;http://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/label-contour-2d-plines-from-elevation/td-p/4640383/highlight/true&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you can do further search and get more interesting ideas from there.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2015 11:54:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-a-field-to-have-text-show-its-own-elevation/m-p/5963226#M298605</guid>
      <dc:creator>3wood</dc:creator>
      <dc:date>2015-12-23T11:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using a field to have text show its own elevation</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-a-field-to-have-text-show-its-own-elevation/m-p/5963891#M298606</link>
      <description>The text object is placed at the desired elevation would work&lt;BR /&gt;as DXF 10 has such information (z-axis).&lt;BR /&gt;&lt;BR /&gt;The trick is to be able to have the field find that particular text&lt;BR /&gt;object and extract the z-axis and apply to it's text value.&lt;BR /&gt;&lt;BR /&gt;I do not have enough knowledge on how fields work to be&lt;BR /&gt;able to help further. If a field can identify extended data,&lt;BR /&gt;maybe inject one into the text object?&lt;BR /&gt;&lt;BR /&gt;???&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Dec 2015 21:37:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-a-field-to-have-text-show-its-own-elevation/m-p/5963891#M298606</guid>
      <dc:creator>scot-65</dc:creator>
      <dc:date>2015-12-23T21:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using a field to have text show its own elevation</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-a-field-to-have-text-show-its-own-elevation/m-p/9463803#M298607</link>
      <description>&lt;P&gt;In case anyone else tried to figure this out.&lt;/P&gt;&lt;P&gt;Add a POINT to the block at relevant elevation, then you can select the point and as the Fields Object, with the Position property. This gives you the option to show the X, Y and Z positions. Select only the Z to show elevation.&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="acad_2020-04-23_11-22-19.png" style="width: 602px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/758925i2469EC76A9962BE7/image-size/large?v=v2&amp;amp;px=999" role="button" title="acad_2020-04-23_11-22-19.png" alt="acad_2020-04-23_11-22-19.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 01:55:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-a-field-to-have-text-show-its-own-elevation/m-p/9463803#M298607</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-23T01:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using a field to have text show its own elevation</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-a-field-to-have-text-show-its-own-elevation/m-p/9463837#M298608</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp; is correct.&amp;nbsp; I've attached a few examples for you. spot elevation, existing contour label. Something to start with and to show the benefits of a block. See the align action on the contour tag.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 02:27:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-a-field-to-have-text-show-its-own-elevation/m-p/9463837#M298608</guid>
      <dc:creator>R_Tweed</dc:creator>
      <dc:date>2020-04-23T02:27:16Z</dc:date>
    </item>
  </channel>
</rss>

