<?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: Interpolation of contour lines in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/interpolation-of-contour-lines/m-p/6514603#M264504</link>
    <description>&lt;P&gt;Welcome to these Forums!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That could probably be done with an AutoLisp routine.&amp;nbsp; In fact, there may be something around these Forums about that already -- &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/could-someone-help-modify-this-lisp-lbl/m-p/5538730/highlight/true#M330536" target="_self"&gt;here&lt;/A&gt;'s something closely related, and &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-new-lines-between-two-exsisting-lines-spaced-based-on/m-p/5486843/highlight/true#M329512" target="_self"&gt;this&lt;/A&gt; is even closer though it only steers you in a direction, without providing a fleshed-out solution&amp;nbsp;[I'll let you do more Searching].&amp;nbsp; But there are important questions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;What are&lt;/EM&gt; the contour lines?&amp;nbsp; LWPolylines?&amp;nbsp; 3D Polylines?&amp;nbsp; Splines?&amp;nbsp;&amp;nbsp;Something else like a Civil3D specialty object of some kind?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are they always parallel to the World Coordinate System plane?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If they're Polylines, would adjacent contour lines always have the &lt;EM&gt;same number&lt;/EM&gt; of vertices [or if Splines, the same number of fit points], and would the interpolation be straight between vertices [/fit points]?&amp;nbsp; That doesn't seem likely, but see my input in the second link above for more about that -- subdividing equally along the overall length, rather than interpolating between vertices themselves, etc.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Aug 2016 14:02:37 GMT</pubDate>
    <dc:creator>Kent1Cooper</dc:creator>
    <dc:date>2016-08-22T14:02:37Z</dc:date>
    <item>
      <title>Interpolation of contour lines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/interpolation-of-contour-lines/m-p/6513939#M264502</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i draw &amp;nbsp;contour lines over a big area of planing. i draw them every 1 meter and gave them an elevation in their properties. now i want to draw lines every 20 cm. can i do that automaticly with some kind of interpolation command?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 08:09:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/interpolation-of-contour-lines/m-p/6513939#M264502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-22T08:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Interpolation of contour lines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/interpolation-of-contour-lines/m-p/6514084#M264503</link>
      <description>&lt;P&gt;Hi and welcome to AutoDesk Forum,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i doubt that you can get such service directly from autocad. maybe with outsource help routines or another software.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 09:59:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/interpolation-of-contour-lines/m-p/6514084#M264503</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2016-08-22T09:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Interpolation of contour lines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/interpolation-of-contour-lines/m-p/6514603#M264504</link>
      <description>&lt;P&gt;Welcome to these Forums!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That could probably be done with an AutoLisp routine.&amp;nbsp; In fact, there may be something around these Forums about that already -- &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/could-someone-help-modify-this-lisp-lbl/m-p/5538730/highlight/true#M330536" target="_self"&gt;here&lt;/A&gt;'s something closely related, and &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-new-lines-between-two-exsisting-lines-spaced-based-on/m-p/5486843/highlight/true#M329512" target="_self"&gt;this&lt;/A&gt; is even closer though it only steers you in a direction, without providing a fleshed-out solution&amp;nbsp;[I'll let you do more Searching].&amp;nbsp; But there are important questions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;What are&lt;/EM&gt; the contour lines?&amp;nbsp; LWPolylines?&amp;nbsp; 3D Polylines?&amp;nbsp; Splines?&amp;nbsp;&amp;nbsp;Something else like a Civil3D specialty object of some kind?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are they always parallel to the World Coordinate System plane?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If they're Polylines, would adjacent contour lines always have the &lt;EM&gt;same number&lt;/EM&gt; of vertices [or if Splines, the same number of fit points], and would the interpolation be straight between vertices [/fit points]?&amp;nbsp; That doesn't seem likely, but see my input in the second link above for more about that -- subdividing equally along the overall length, rather than interpolating between vertices themselves, etc.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 14:02:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/interpolation-of-contour-lines/m-p/6514603#M264504</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2016-08-22T14:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Interpolation of contour lines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/interpolation-of-contour-lines/m-p/6517200#M264505</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;.... there may be something around these Forums about that already -- &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/could-someone-help-modify-this-lisp-lbl/m-p/5538730/highlight/true#M330536" target="_self"&gt;here&lt;/A&gt;'s something closely related, and &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-new-lines-between-two-exsisting-lines-spaced-based-on/m-p/5486843/highlight/true#M329512" target="_self"&gt;this&lt;/A&gt; is even closer ....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;And &lt;A href="http://www.cadforum.cz/cadforum_en/how-to-create-an-axis-of-two-curves-average-curve-tip11025" target="_self"&gt;here&lt;/A&gt; is another I just ran across, that makes an average between two path objects. &amp;nbsp;I haven't tried it or investigated its&amp;nbsp;code, but I imagine it could be altered to run multiple times, finding vertex or fit-point locations at 0.2 x the distance between locations on the path objects, then 0.4 x, etc., to fill in all your intervals.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2016 13:31:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/interpolation-of-contour-lines/m-p/6517200#M264505</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2016-08-23T13:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Interpolation of contour lines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/interpolation-of-contour-lines/m-p/6530607#M264506</link>
      <description>&lt;P&gt;This is already available in AutoCAD Civil 3d but if you don't have it guess there are a lot of routines out there that could help you&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 08:53:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/interpolation-of-contour-lines/m-p/6530607#M264506</guid>
      <dc:creator>ahmed.abdelmotey</dc:creator>
      <dc:date>2016-08-30T08:53:24Z</dc:date>
    </item>
  </channel>
</rss>

