<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>CAD Forum discussion (EN) : measure different lengths along polyline</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : measure different lengths along polyline]]></description>
  <pubDate>Sun, 31 May 2026 20:36:19 +0000</pubDate>
  <lastBuildDate>Tue, 13 May 2014 22:36:33 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.cadforum.cz/forum_en/RSS_post_feed.asp?TID=10289</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD Forum discussion (EN)]]></title>
   <url>https://www.cadforum.cz/forum_en/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum_en/</link>
  </image>
  <item>
   <title><![CDATA[measure different lengths along polyline : See whether this: http://foru...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10289&amp;PID=27103&amp;title=measure-different-lengths-along-polyline#27103</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=353260">Kent Cooper</a><br /><strong>Subject:</strong> 10289<br /><strong>Posted:</strong> 13.May.2014 at 22:36<br /><br />See whether this:<DIV><a href="http://forums.autodesk.com/t5/Visual-LISP-AutoLISP-and-General/measure-different-lengths-along-polyline/m-p/5029070#M322553" target="_blank" rel="nofollow">http://forums.autodesk.com/t5/Visual-LISP-AutoLISP-and-General/measure-different-lengths-along-polyline/m-p/5029070#M322553</A></DIV><DIV>does what you want.</DIV>]]>
   </description>
   <pubDate>Tue, 13 May 2014 22:36:33 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10289&amp;PID=27103&amp;title=measure-different-lengths-along-polyline#27103</guid>
  </item> 
  <item>
   <title><![CDATA[measure different lengths along polyline :  Kent, that&amp;#039;s what I was...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10289&amp;PID=27098&amp;title=measure-different-lengths-along-polyline#27098</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=60656">CAD7875</a><br /><strong>Subject:</strong> 10289<br /><strong>Posted:</strong> 13.May.2014 at 13:16<br /><br />Kent, that's what I was hoping for - picking the start point and then the distance to the next point for each one - have tried one lisp that I found on here but it only picks up on the curve of a polyline and not its entirety ]]>
   </description>
   <pubDate>Tue, 13 May 2014 13:16:56 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10289&amp;PID=27098&amp;title=measure-different-lengths-along-polyline#27098</guid>
  </item> 
  <item>
   <title><![CDATA[measure different lengths along polyline :  See the tip:http://www.cadfo...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10289&amp;PID=27085&amp;title=measure-different-lengths-along-polyline#27085</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=3">Vladimir Michl</a><br /><strong>Subject:</strong> 10289<br /><strong>Posted:</strong> 11.May.2014 at 09:21<br /><br /><p>See the tip:</p><p><a href="http://www.cadforum.cz/cadforum_en/qaID.asp?tip=5883" rel="nofollow">http://www.cadforum.cz/cadforum_en/qaID.asp?tip=5883</a></p><p>and&nbsp;our old&nbsp;LGC utility.</p>]]>
   </description>
   <pubDate>Sun, 11 May 2014 09:21:43 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10289&amp;PID=27085&amp;title=measure-different-lengths-along-polyline#27085</guid>
  </item> 
  <item>
   <title><![CDATA[measure different lengths along polyline : That is certainly possible in...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10289&amp;PID=27081&amp;title=measure-different-lengths-along-polyline#27081</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=353260">Kent Cooper</a><br /><strong>Subject:</strong> 10289<br /><strong>Posted:</strong> 09.May.2014 at 19:22<br /><br />That is certainly possible in an AutoLISP routine.&nbsp; Would you want such a routine to ask the User for the initial location (whether by picking or as a distance from the start) and then the distance to the next for each one, or would you have the spacings in a list, or some other means of defining where they go?&nbsp; It would involve the (vlax-curve-getPointAtDistance) function applied to the Polyline to find the insertion points,&nbsp;using a cumulative distance adding each spacing as it goes along.&nbsp; They can be inserted to align with the local direction of the Polyline (or all at any constant angle relative to it), or all at the same rotation,&nbsp;as you prefer.]]>
   </description>
   <pubDate>Fri, 09 May 2014 19:22:52 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10289&amp;PID=27081&amp;title=measure-different-lengths-along-polyline#27081</guid>
  </item> 
  <item>
   <title><![CDATA[measure different lengths along polyline : Sorry, can&amp;#039;t help you there....]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10289&amp;PID=27079&amp;title=measure-different-lengths-along-polyline#27079</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=165260">John Connor</a><br /><strong>Subject:</strong> 10289<br /><strong>Posted:</strong> 09.May.2014 at 17:56<br /><br />Sorry, can't help you there.&nbsp; Try asking over at the AutoCAD Discussion Group (customization), CADTutor or The Swamp.&nbsp; You'll find more lisp gurus at those sites than you will here.&nbsp; No offense meant to anyone here.<br>]]>
   </description>
   <pubDate>Fri, 09 May 2014 17:56:05 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10289&amp;PID=27079&amp;title=measure-different-lengths-along-polyline#27079</guid>
  </item> 
  <item>
   <title><![CDATA[measure different lengths along polyline :  can&amp;#039;t use copy command...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10289&amp;PID=27078&amp;title=measure-different-lengths-along-polyline#27078</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=60656">CAD7875</a><br /><strong>Subject:</strong> 10289<br /><strong>Posted:</strong> 09.May.2014 at 17:43<br /><br />can't use copy command John, polyline, which is the centre of a corridor, starts off horizontal and then curves upwards in an 'S' shape. I need to plot light fittings at different distances along the polyline following the centre of the corridor]]>
   </description>
   <pubDate>Fri, 09 May 2014 17:43:05 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10289&amp;PID=27078&amp;title=measure-different-lengths-along-polyline#27078</guid>
  </item> 
  <item>
   <title><![CDATA[measure different lengths along polyline : You could always use the copy...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10289&amp;PID=27077&amp;title=measure-different-lengths-along-polyline#27077</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=165260">John Connor</a><br /><strong>Subject:</strong> 10289<br /><strong>Posted:</strong> 09.May.2014 at 17:29<br /><br />You could always use the copy command and key in the total distance as measured from the first instance of the block's insertion.&nbsp; So you would create copies at 3m, 6.6m, etc.<br>]]>
   </description>
   <pubDate>Fri, 09 May 2014 17:29:49 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10289&amp;PID=27077&amp;title=measure-different-lengths-along-polyline#27077</guid>
  </item> 
  <item>
   <title><![CDATA[measure different lengths along polyline :  hi there, does anyone know how...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10289&amp;PID=27076&amp;title=measure-different-lengths-along-polyline#27076</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=60656">CAD7875</a><br /><strong>Subject:</strong> 10289<br /><strong>Posted:</strong> 09.May.2014 at 17:27<br /><br /><p>hi there, </p><p>does anyone know how I can measure different lengths along a polyline. I have to set blocks at different distances along a polyline ie from 1st block, next is 3m along, 3rd is 3.6m along etc etc .</p><p>managed to find something that would do it along the curve of the polyline but not on a straight line?</p><p>&nbsp;</p><p>help much appreciated <img src="https://www.cadforum.cz/forum_en/smileys/smiley1.gif" height="17" width="17" border="0" alt="Smile" title="Smile" /></p>]]>
   </description>
   <pubDate>Fri, 09 May 2014 17:27:31 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10289&amp;PID=27076&amp;title=measure-different-lengths-along-polyline#27076</guid>
  </item> 
 </channel>
</rss>