<?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: LISP routine for auto elevating building pads in Civil 3D Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-forum/lisp-routine-for-auto-elevating-building-pads/m-p/9187470#M108291</link>
    <description>&lt;P&gt;Yeah typically I would elevate the polylines then make feature lines out of them then create a detached surface from all of building feature lines. Syncing the text to the respective building line would be automatically done or at faster then manually tell each line to pull what text? Would like something that is as fast as possible and being mostly automated. Let me know more, thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 06 Dec 2019 15:42:58 GMT</pubDate>
    <dc:creator>rjames94</dc:creator>
    <dc:date>2019-12-06T15:42:58Z</dc:date>
    <item>
      <title>LISP routine for auto elevating building pads</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/lisp-routine-for-auto-elevating-building-pads/m-p/9184736#M108286</link>
      <description>&lt;P&gt;I'm looking for a lisp routine that will automatically elevate closed polylines (building pads) to the text elevation inside those closed polylines. I've been using the AEV_AutoEleVateUI.lsp routine but it doesn't consistently work they way I want, I think because its more for elevating contours. Using that routine requires me check every elevation to be sure it's correct because it may elevate the neighboring pad with the same elevation just because it falls within its selection radius. I wanted to see if there a more refined way of doing this, maybe like selecting the polyline and searching inside the area of the closed polyline for the text and elevating it that way. That seems like it would be a solid method of guaranteeing every pad was elevated properly and eliminating the need to go back and check every single pad. Please let me know if you have any solutions to this, it would save me a great deal of time. Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is the old lisp routine I've been using as well as a dwg of some pads and pad elevation text as an example.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 13:59:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/lisp-routine-for-auto-elevating-building-pads/m-p/9184736#M108286</guid>
      <dc:creator>rjames94</dc:creator>
      <dc:date>2019-12-05T13:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: LISP routine for auto elevating building pads</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/lisp-routine-for-auto-elevating-building-pads/m-p/9186258#M108287</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4485916"&gt;@rjames94&lt;/a&gt;&amp;nbsp;- what version of Civil 3D are you using?&amp;nbsp; If using 2020, I would suggest a Dynamo script to complete your task.&amp;nbsp; I will look into creating one for your use.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 02:47:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/lisp-routine-for-auto-elevating-building-pads/m-p/9186258#M108287</guid>
      <dc:creator>SMorykin</dc:creator>
      <dc:date>2019-12-06T02:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: LISP routine for auto elevating building pads</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/lisp-routine-for-auto-elevating-building-pads/m-p/9186272#M108288</link>
      <description>&lt;P&gt;if I understand correctly, you are looking to adjust based on the texted typed in.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suggest a different approach use feature lines for your pads and create a feature line lable style to pick up the elevation. now you raise lower your building pads fronm the prospector and the annotation is synced. Kind of how the software works&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 03:08:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/lisp-routine-for-auto-elevating-building-pads/m-p/9186272#M108288</guid>
      <dc:creator>Joe-Bouza</dc:creator>
      <dc:date>2019-12-06T03:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: LISP routine for auto elevating building pads</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/lisp-routine-for-auto-elevating-building-pads/m-p/9186292#M108289</link>
      <description>&lt;P&gt;Don't know what Dynamo can do. Looking forward to your solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another idea is to use object data to assign the elevations as attributes to the polylines. This can be done all at once. Then a Map Query with Alter Properties could elevate the polylines according to the attributes. Then convert the polylines to featurelines all at once.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 03:34:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/lisp-routine-for-auto-elevating-building-pads/m-p/9186292#M108289</guid>
      <dc:creator>Neilw_05</dc:creator>
      <dc:date>2019-12-06T03:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: LISP routine for auto elevating building pads</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/lisp-routine-for-auto-elevating-building-pads/m-p/9187458#M108290</link>
      <description>&lt;P&gt;Yes I'm using Civil 3D 2020. I'm interested in any solution that's faster than manually checking and elevating each polyline, and it being mostly automated would be ideal. I understand I'll of course need to do little prep work of isolating the the text and building linework from the rest of the site linework but that is expected and doesn't take much time at all. I haven't heard much about Dynamo but it sounds interesting! Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 15:39:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/lisp-routine-for-auto-elevating-building-pads/m-p/9187458#M108290</guid>
      <dc:creator>rjames94</dc:creator>
      <dc:date>2019-12-06T15:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: LISP routine for auto elevating building pads</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/lisp-routine-for-auto-elevating-building-pads/m-p/9187470#M108291</link>
      <description>&lt;P&gt;Yeah typically I would elevate the polylines then make feature lines out of them then create a detached surface from all of building feature lines. Syncing the text to the respective building line would be automatically done or at faster then manually tell each line to pull what text? Would like something that is as fast as possible and being mostly automated. Let me know more, thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 15:42:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/lisp-routine-for-auto-elevating-building-pads/m-p/9187470#M108291</guid>
      <dc:creator>rjames94</dc:creator>
      <dc:date>2019-12-06T15:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: LISP routine for auto elevating building pads</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/lisp-routine-for-auto-elevating-building-pads/m-p/9187481#M108292</link>
      <description>&lt;P&gt;I'm going to try this method later today. You mention it can assigned the attributes all at once which sounds like less manual selecting. I'll let know how it goes it will reach out if I have any problems or questions. Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 15:45:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/lisp-routine-for-auto-elevating-building-pads/m-p/9187481#M108292</guid>
      <dc:creator>rjames94</dc:creator>
      <dc:date>2019-12-06T15:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: LISP routine for auto elevating building pads</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/lisp-routine-for-auto-elevating-building-pads/m-p/9189629#M108293</link>
      <description>&lt;P&gt;This can be done using ADEGENLINK and _ADEQUERY from Map 3D as advised by &lt;SPAN class="UserName lia-user-name lia-user-rank-Mentor lia-component-message-view-widget-author-username"&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/231183" target="_self"&gt;&lt;SPAN class="login-bold"&gt;Neilw&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;. That 's exactly what I would do. &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Although, it 's a lot of action.&lt;BR /&gt;I am not a programmer, but in my experience for lisp this task is not complicated.&lt;BR /&gt;I think that the program does not need any selection radius, but needs a criterion for the presence of a text insertion point in a closed polygon.&lt;BR /&gt;And your question is not specific for Civil/Map. Better place your question on the developer forums - &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bd-p/130" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bd-p/130&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/civil-3d-customization/bd-p/190" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/civil-3d-customization/bd-p/190&lt;/A&gt; or etc.&lt;/P&gt;&lt;P&gt;Perhaps there will help faster and better.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Dec 2019 16:00:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/lisp-routine-for-auto-elevating-building-pads/m-p/9189629#M108293</guid>
      <dc:creator>АлексЮстасу</dc:creator>
      <dc:date>2019-12-08T16:00:58Z</dc:date>
    </item>
  </channel>
</rss>

