<?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: DRAW LINE certain distance &amp;quot;in&amp;quot; along another line in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/draw-line-certain-distance-quot-in-quot-along-another-line/m-p/8035724#M177942</link>
    <description>&lt;P&gt;You can use the &lt;FONT color="#000000"&gt;&lt;STRONG&gt;(fe)&lt;/STRONG&gt;&lt;/FONT&gt; Osnap function defined in &lt;STRONG&gt;&lt;FONT color="#000000"&gt;FromEnd.lsp&lt;/FONT&gt;&lt;/STRONG&gt;, available &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/pmeasure/m-p/6663451/highlight/true#M346471" target="_blank"&gt;&amp;gt;here&amp;lt;&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also, in the situation in the image, use Object Snap Tracking, but (fe) will also work other than in straight directions, such as along an Arc or&amp;nbsp;Spline or Polyline with bends within the desired distance.&lt;/P&gt;</description>
    <pubDate>Wed, 30 May 2018 16:10:02 GMT</pubDate>
    <dc:creator>Kent1Cooper</dc:creator>
    <dc:date>2018-05-30T16:10:02Z</dc:date>
    <item>
      <title>DRAW LINE certain distance "in" along another line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/draw-line-certain-distance-quot-in-quot-along-another-line/m-p/8035673#M177941</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="line distance in.PNG" style="width: 759px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/506468i534DD993E42FF702/image-size/large?v=v2&amp;amp;px=999" role="button" title="line distance in.PNG" alt="line distance in.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to draw a line "B" starting at a point 16.7' along line "A".&lt;/P&gt;&lt;P&gt;What is the best way to do this?&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2018 15:40:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/draw-line-certain-distance-quot-in-quot-along-another-line/m-p/8035673#M177941</guid>
      <dc:creator>paul.wood</dc:creator>
      <dc:date>2018-05-30T15:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: DRAW LINE certain distance "in" along another line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/draw-line-certain-distance-quot-in-quot-along-another-line/m-p/8035724#M177942</link>
      <description>&lt;P&gt;You can use the &lt;FONT color="#000000"&gt;&lt;STRONG&gt;(fe)&lt;/STRONG&gt;&lt;/FONT&gt; Osnap function defined in &lt;STRONG&gt;&lt;FONT color="#000000"&gt;FromEnd.lsp&lt;/FONT&gt;&lt;/STRONG&gt;, available &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/pmeasure/m-p/6663451/highlight/true#M346471" target="_blank"&gt;&amp;gt;here&amp;lt;&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also, in the situation in the image, use Object Snap Tracking, but (fe) will also work other than in straight directions, such as along an Arc or&amp;nbsp;Spline or Polyline with bends within the desired distance.&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2018 16:10:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/draw-line-certain-distance-quot-in-quot-along-another-line/m-p/8035724#M177942</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2018-05-30T16:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: DRAW LINE certain distance "in" along another line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/draw-line-certain-distance-quot-in-quot-along-another-line/m-p/8036276#M177943</link>
      <description>&lt;P&gt;With the Osnap set to endpoint and Otracking on, start the line command and hover over the endpoint (on intersection if that Osnap is on)&amp;nbsp; pull the cursor the direction you want to go, with Polar or Ortho on, type 16' enter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or just start the line command, select Endpoint in the short cut menu (shift+RMB), not open the short cut menu again and pick endpoint, now select the endpoint, type&amp;nbsp;@Anonymous'&amp;lt;0 and hit enter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2018 19:48:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/draw-line-certain-distance-quot-in-quot-along-another-line/m-p/8036276#M177943</guid>
      <dc:creator>GrantsPirate</dc:creator>
      <dc:date>2018-05-30T19:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: DRAW LINE certain distance "in" along another line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/draw-line-certain-distance-quot-in-quot-along-another-line/m-p/8036280#M177944</link>
      <description>Don’t know how to do lisp. So can’t do what you told me.&lt;BR /&gt;Also, I can’t get Pmeasure to work&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 May 2018 19:49:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/draw-line-certain-distance-quot-in-quot-along-another-line/m-p/8036280#M177944</guid>
      <dc:creator>paul.wood</dc:creator>
      <dc:date>2018-05-30T19:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: DRAW LINE certain distance "in" along another line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/draw-line-certain-distance-quot-in-quot-along-another-line/m-p/8036365#M177945</link>
      <description>&lt;P&gt;Look into Object Snap and Object Snap Tracking.&amp;nbsp; No need for lisp - this will only take a couple seconds to use once you're familar with it. (like grantspirate mentioned above).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or, just drawing a line at the beginning of your "a" vertically and move it 16.7 to the right with ortho on.&lt;/P&gt;&lt;P&gt;Or use offest 16.7.&lt;/P&gt;&lt;P&gt;Many ways to quickly create that line.&amp;nbsp; I would say learning the object tracking is your best option.&amp;nbsp; Youtube it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2018 20:21:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/draw-line-certain-distance-quot-in-quot-along-another-line/m-p/8036365#M177945</guid>
      <dc:creator>tboehler</dc:creator>
      <dc:date>2018-05-30T20:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: DRAW LINE certain distance "in" along another line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/draw-line-certain-distance-quot-in-quot-along-another-line/m-p/8036427#M177946</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/973227"&gt;@paul.wood&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Don’t know how to do lisp. So can’t do what you told me.&lt;BR /&gt;Also, I can’t get Pmeasure to work&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;[PMEASURE won't do what you want in this case, anyway -- it will only place a Point or Block.]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To use (fe), put the &lt;FONT color="#000000"&gt;FromEnd.lsp&lt;/FONT&gt; file at any folder location [preferably but not necessarily a folder in your Support File Search Path list in OPTIONS], and in a drawing, use &lt;FONT color="#000000"&gt;&lt;STRONG&gt;APPLOAD&lt;/STRONG&gt;&lt;/FONT&gt; to Load it.&amp;nbsp; Then call up the Line command, and when it asks for the first point, type &lt;FONT color="#000000"&gt;&lt;STRONG&gt;(fe)&lt;/STRONG&gt;&lt;/FONT&gt; &lt;EM&gt;with the parentheses&lt;/EM&gt;, and follow the prompts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's assuming that when you said "line A" in Message 1, you really meant that A is specifically a &lt;EM&gt;Line object&lt;/EM&gt;.&amp;nbsp; The (fe) function measures from the&amp;nbsp;nearer end&amp;nbsp;of an open-ended object, so if A is, for example,&amp;nbsp;a &lt;EM&gt;segment within a Polyline&lt;/EM&gt;, and the Polyline doesn't start or end at the point from which your want to measure, (fe) won't do what you want, and Osnap Tracking is the way to go, as long as you're dealing with only straight distances in only polar-tracking directions.&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2018 20:47:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/draw-line-certain-distance-quot-in-quot-along-another-line/m-p/8036427#M177946</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2018-05-30T20:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: DRAW LINE certain distance "in" along another line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/draw-line-certain-distance-quot-in-quot-along-another-line/m-p/8037468#M177947</link>
      <description>Love your answer.&lt;BR /&gt;Paul Wood&lt;BR /&gt;</description>
      <pubDate>Thu, 31 May 2018 09:09:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/draw-line-certain-distance-quot-in-quot-along-another-line/m-p/8037468#M177947</guid>
      <dc:creator>paul.wood</dc:creator>
      <dc:date>2018-05-31T09:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: DRAW LINE certain distance "in" along another line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/draw-line-certain-distance-quot-in-quot-along-another-line/m-p/9571613#M177948</link>
      <description>thanks bruv</description>
      <pubDate>Wed, 10 Jun 2020 11:15:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/draw-line-certain-distance-quot-in-quot-along-another-line/m-p/9571613#M177948</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-10T11:15:03Z</dc:date>
    </item>
  </channel>
</rss>

