<?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: Civil 3D label text component editor add value to elevations in Civil 3D Customization Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-label-text-component-editor-add-value-to-elevations/m-p/6827655#M13042</link>
    <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3081974"&gt;@yuben112&lt;/a&gt;, you need to create the expression in the Expressions branch of the Label STyle you will be using. Here, mine is for Surface Spot Elevations, so I added the Flowline expression to that section:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1-24-2017 8-18-58 AM.png" style="width: 653px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/314925iA08AF89DF8EE9435/image-size/large?v=v2&amp;amp;px=999" role="button" title="1-24-2017 8-18-58 AM.png" alt="1-24-2017 8-18-58 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once the expression is created then it becomes available as a property option in the Text Component editor where you can addit with the desired precision and formatting:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1-24-2017 8-20-54 AM.png" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/314926i7B830E3F03813DA9/image-size/large?v=v2&amp;amp;px=999" role="button" title="1-24-2017 8-20-54 AM.png" alt="1-24-2017 8-20-54 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jan 2017 16:25:45 GMT</pubDate>
    <dc:creator>Jeff_M</dc:creator>
    <dc:date>2017-01-24T16:25:45Z</dc:date>
    <item>
      <title>Civil 3D label text component editor add value to elevations</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-label-text-component-editor-add-value-to-elevations/m-p/6825644#M13039</link>
      <description>&lt;P&gt;Dear AutoCAD community,&lt;/P&gt;&lt;P&gt;I came upon a situation where I was only given a roadway surface without top of curb elevations, and I need to label both top and bottom of curb elevations. I tried to edit the Text Component Editor to see if I can create a label that reads bottom elevation and automatically add 0.5' for top of curb&amp;nbsp;(TC), but couldn't seem to work it out. There are like 100+ &amp;nbsp;spots needing to be labeled, and I eventually decided to manually enter TC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After ward I realized that I could make a copy of the surface and raised it 0.5', and create two labels reading from two different surfaces. Not sure if that could've made my life easier. Anyhow, just wondering if there is a way to set up civil 3d labels so it does the hard work instead of me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First picture shows what I did.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Second picture shows what I hoped I could do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bunch of Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 21:38:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-label-text-component-editor-add-value-to-elevations/m-p/6825644#M13039</guid>
      <dc:creator>yuben112</dc:creator>
      <dc:date>2017-01-23T21:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Civil 3D label text component editor add value to elevations</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-label-text-component-editor-add-value-to-elevations/m-p/6825834#M13040</link>
      <description>&lt;P&gt;Create an Expression to add the 0.5 to the surface. Then have both the surface elevation and the expression in the label. In my case I had the TC elevations on the surface and needed to label the flowline. So my Flowline exprssions was just {SurfaceElevation}-0.5 then this was my TextComponent:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TC=&amp;lt;[Surface Elevation(Uft|P2|RN|Sn|OF|AP)]&amp;gt;&lt;BR /&gt;FL=&amp;lt;[FlowLine(P2|RN|AP|Sn|OF)]&amp;gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 22:58:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-label-text-component-editor-add-value-to-elevations/m-p/6825834#M13040</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2017-01-23T22:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Civil 3D label text component editor add value to elevations</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-label-text-component-editor-add-value-to-elevations/m-p/6827129#M13041</link>
      <description>&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;I tried your expressions but had no luck. I am not sure how to use "&lt;SPAN&gt;{SurfaceElevation}-0.5" expression in the component editor. Attached is what I have in the editor window.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When I copied&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"TC=&amp;lt;[Surface Elevation(Uft|P2|RN|Sn|OF|AP)]&amp;gt;&lt;BR /&gt;FL=&amp;lt;[FlowLine(P2|RN|AP|Sn|OF)]&amp;gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;in my component editor without anything else in the editor window. The second attachment is how the label behaves.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I guess my problem is that I don't understand the meaning of all those "P2|RN|AP|Sn|OF" expressions. Which one of those constitute the "-0.5" function? I tried to replace "flowline" with&amp;nbsp;{SurfaceElevation}-0.5" and it didn't work either.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 14:14:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-label-text-component-editor-add-value-to-elevations/m-p/6827129#M13041</guid>
      <dc:creator>yuben112</dc:creator>
      <dc:date>2017-01-24T14:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Civil 3D label text component editor add value to elevations</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-label-text-component-editor-add-value-to-elevations/m-p/6827655#M13042</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3081974"&gt;@yuben112&lt;/a&gt;, you need to create the expression in the Expressions branch of the Label STyle you will be using. Here, mine is for Surface Spot Elevations, so I added the Flowline expression to that section:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1-24-2017 8-18-58 AM.png" style="width: 653px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/314925iA08AF89DF8EE9435/image-size/large?v=v2&amp;amp;px=999" role="button" title="1-24-2017 8-18-58 AM.png" alt="1-24-2017 8-18-58 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once the expression is created then it becomes available as a property option in the Text Component editor where you can addit with the desired precision and formatting:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1-24-2017 8-20-54 AM.png" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/314926i7B830E3F03813DA9/image-size/large?v=v2&amp;amp;px=999" role="button" title="1-24-2017 8-20-54 AM.png" alt="1-24-2017 8-20-54 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 16:25:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-label-text-component-editor-add-value-to-elevations/m-p/6827655#M13042</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2017-01-24T16:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Civil 3D label text component editor add value to elevations</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-label-text-component-editor-add-value-to-elevations/m-p/6828173#M13043</link>
      <description>&lt;P&gt;!!!! You rock Jeff. I didn't know you could Create Expressions! Imagine how much more I can use this feature. Thank you so much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 19:09:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-label-text-component-editor-add-value-to-elevations/m-p/6828173#M13043</guid>
      <dc:creator>yuben112</dc:creator>
      <dc:date>2017-01-24T19:09:34Z</dc:date>
    </item>
  </channel>
</rss>

