<?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 a line with a certain angle in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/draw-a-line-with-a-certain-angle/m-p/7119817#M224906</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4326948"&gt;@Mark_C_123&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;SANPANG&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Setting S&lt;STRONG&gt;NA&lt;/STRONG&gt;PANG to align with something, and having ORTHO On, can be&amp;nbsp;better under the right circumstances, and there are routines out there to simplify that, such as &lt;STRONG&gt;AlignSnapAng.lsp&lt;/STRONG&gt;, available &lt;A href="https://forums.autodesk.com/t5/autocad-forum/change-snapang-by-selecting-a-line/m-p/5901209#M103051" target="_self"&gt;here&lt;/A&gt;. &amp;nbsp;It's probably worthwhile if you want to draw &lt;EM&gt;multiple&lt;/EM&gt; things oriented perpendicular/parallel to the same existing object. &amp;nbsp;But you do then have to set it back.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the other hand, with (pf) you can change the perpendicular direction repeatedly to different directions as you go along. &amp;nbsp;For instance, you can start a Polyline from some point on an existing object, use (pf) to draw the first segment perpendicular to that, draw a few more segments in directions determined by whatever &lt;EM&gt;other&lt;/EM&gt; criteria you may have [Snap to object locations, orthogonal in the current plane, etc.] and at any time use (pf) to draw the next segment perpendicular to the latest one, &lt;EM&gt;whatever&lt;/EM&gt; direction it had, not tied to the starting perpendicular direction at all. &amp;nbsp;It doesn't change the SNAPANG setting, but only locks the direction for the &lt;EM&gt;one&lt;/EM&gt; Line or Polyline segment or Move/Copy displacement or whatever, so there's nothing to set back to a previous value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another difference, if it matters in some situations, is that setting SNAPANG and with ORTHO On, you can draw both perpendicular &lt;EM&gt;and parallel&lt;/EM&gt; to the direction of the object that SNAPANG was set to match. &amp;nbsp;With (pf), you are truly locked onto the perpendicular directions&amp;nbsp;&lt;EM&gt;only&lt;/EM&gt; -- you can't go in the&amp;nbsp;parallel directions.&lt;/P&gt;</description>
    <pubDate>Wed, 31 May 2017 14:40:58 GMT</pubDate>
    <dc:creator>Kent1Cooper</dc:creator>
    <dc:date>2017-05-31T14:40:58Z</dc:date>
    <item>
      <title>Draw a line with a certain angle</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/draw-a-line-with-a-certain-angle/m-p/7117968#M224901</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good afternoon&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A quick way of drawing a line at 90 degrees (for example) starting from a line with any angle X?&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 20:27:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/draw-a-line-with-a-certain-angle/m-p/7117968#M224901</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-30T20:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a line with a certain angle</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/draw-a-line-with-a-certain-angle/m-p/7118009#M224902</link>
      <description>&lt;P&gt;One way for that &lt;EM&gt;particular&lt;/EM&gt; example is &lt;STRONG&gt;PerFrom.lsp&lt;/STRONG&gt; with its &lt;STRONG&gt;(pf)&lt;/STRONG&gt; function [attached].&amp;nbsp; Load it up, start a Line at some point on the one you want to draw perpendicular from, and type &lt;STRONG&gt;(pf)&lt;/STRONG&gt; [with the parentheses].&amp;nbsp; The direction of your Line from there will be locked into perpendicular to whatever you started your Line on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[It also finds and locks into the directions perpendicular from &lt;EM&gt;other things&lt;/EM&gt;, such as Arcs, Circles, Polylines, Ellipses, Splines, Rays, Xlines, &lt;EM&gt;at the last point&lt;/EM&gt;, which means that with those that curve, unlike when drawing perpendicular from a Line, the locked-in direction&amp;nbsp;&lt;EM&gt;differs&lt;/EM&gt; depending on exactly &lt;EM&gt;where on it&lt;/EM&gt; you're drawing perpendicular from.]&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 20:49:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/draw-a-line-with-a-certain-angle/m-p/7118009#M224902</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2017-05-30T20:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a line with a certain angle</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/draw-a-line-with-a-certain-angle/m-p/7118036#M224903</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi @Anonymous&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You must activate the option of Polar tracking that allows to make the reference of relative form instead of absolute, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I attached an image so you can see how to activate it:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/361686i57F3DC635C67F208/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.PNG" style="width: 524px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/361687i24DEC6A8978E50DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.PNG" alt="2.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333333"&gt;&lt;EM&gt;If my publication solved your concern Accept the SOLUTION&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333333"&gt;&lt;EM&gt;Oswaldo Caballero&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333333"&gt;&lt;EM&gt;Instructor ATC&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333333"&gt;&lt;EM&gt;AutoCAD Certified User&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 20:51:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/draw-a-line-with-a-certain-angle/m-p/7118036#M224903</guid>
      <dc:creator>oswaldodcb</dc:creator>
      <dc:date>2017-05-30T20:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a line with a certain angle</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/draw-a-line-with-a-certain-angle/m-p/7118545#M224904</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3099428"&gt;@oswaldodcb&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;... the option of Polar tracking that allows to make the reference of relative form instead of absolute, &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
....&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I had thought that the "Relative to &lt;EM&gt;last segment&lt;/EM&gt;" wording of that option would mean that it wouldn't work relative to some other pre-drawn object that you [for example] start a Line on, but only as a next segment after you've drawn one already.&amp;nbsp; But it turns out that it &lt;EM&gt;doesn't&lt;/EM&gt; mean that -- you can start a Line somewhere on another not-the-latest Line [or Polyline line segment or Ray or Xline*], and with Polar tracking on with that option, it &lt;EM&gt;does&lt;/EM&gt; snap to the directions perpendicular to it when you get close to them, in typical Polar-tracking fashion.&amp;nbsp; So where that's workable, it's better than my (pf) function, since it does it without your needing to type anything in [or pick from a menu item or something], and with other angle-multiple settings, you can get additional relative angles, not just perpendicular.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;* For some reason it &lt;EM&gt;doesn't&lt;/EM&gt; work from an Xline if you have MIDpoint Osnap running and snap to the Xline's origin point with it, and maybe in some other specific circumstances [I just happened on that one accidentally].&amp;nbsp; But it &lt;EM&gt;does&lt;/EM&gt; work if you start a Line at a NEArest point on an Xline.&amp;nbsp; [2017 here, if that makes any difference]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, (pf) &lt;EM&gt;does&lt;/EM&gt; have potential advantages over relative Polar tracking, depending on your specific way of working.&amp;nbsp; It doesn't just snap to the perpendicular directions when you get close, but &lt;EM&gt;locks&lt;/EM&gt; you into &lt;EM&gt;only&lt;/EM&gt; the perpendicular directions, so you &lt;EM&gt;can't&lt;/EM&gt; do some other angle accidentally&amp;nbsp;[Polar tracking lets you draw at &lt;EM&gt;any&lt;/EM&gt; angle that's not too close to a specified multiple, and just snaps onto the specified ones&amp;nbsp;when you get&amp;nbsp;close enough].&amp;nbsp; And it works to go perpendicular&amp;nbsp;from &lt;EM&gt;curved&lt;/EM&gt; things [relative Polar tracking only works relative to &lt;EM&gt;straight&lt;/EM&gt; things], as well as&amp;nbsp;from Xlines in the * circumstance described above.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 03:43:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/draw-a-line-with-a-certain-angle/m-p/7118545#M224904</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2017-05-31T03:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a line with a certain angle</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/draw-a-line-with-a-certain-angle/m-p/7118723#M224905</link>
      <description>&lt;P&gt;SANPANG&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 05:46:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/draw-a-line-with-a-certain-angle/m-p/7118723#M224905</guid>
      <dc:creator>Mark_C_123</dc:creator>
      <dc:date>2017-05-31T05:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a line with a certain angle</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/draw-a-line-with-a-certain-angle/m-p/7119817#M224906</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4326948"&gt;@Mark_C_123&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;SANPANG&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Setting S&lt;STRONG&gt;NA&lt;/STRONG&gt;PANG to align with something, and having ORTHO On, can be&amp;nbsp;better under the right circumstances, and there are routines out there to simplify that, such as &lt;STRONG&gt;AlignSnapAng.lsp&lt;/STRONG&gt;, available &lt;A href="https://forums.autodesk.com/t5/autocad-forum/change-snapang-by-selecting-a-line/m-p/5901209#M103051" target="_self"&gt;here&lt;/A&gt;. &amp;nbsp;It's probably worthwhile if you want to draw &lt;EM&gt;multiple&lt;/EM&gt; things oriented perpendicular/parallel to the same existing object. &amp;nbsp;But you do then have to set it back.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the other hand, with (pf) you can change the perpendicular direction repeatedly to different directions as you go along. &amp;nbsp;For instance, you can start a Polyline from some point on an existing object, use (pf) to draw the first segment perpendicular to that, draw a few more segments in directions determined by whatever &lt;EM&gt;other&lt;/EM&gt; criteria you may have [Snap to object locations, orthogonal in the current plane, etc.] and at any time use (pf) to draw the next segment perpendicular to the latest one, &lt;EM&gt;whatever&lt;/EM&gt; direction it had, not tied to the starting perpendicular direction at all. &amp;nbsp;It doesn't change the SNAPANG setting, but only locks the direction for the &lt;EM&gt;one&lt;/EM&gt; Line or Polyline segment or Move/Copy displacement or whatever, so there's nothing to set back to a previous value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another difference, if it matters in some situations, is that setting SNAPANG and with ORTHO On, you can draw both perpendicular &lt;EM&gt;and parallel&lt;/EM&gt; to the direction of the object that SNAPANG was set to match. &amp;nbsp;With (pf), you are truly locked onto the perpendicular directions&amp;nbsp;&lt;EM&gt;only&lt;/EM&gt; -- you can't go in the&amp;nbsp;parallel directions.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 14:40:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/draw-a-line-with-a-certain-angle/m-p/7119817#M224906</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2017-05-31T14:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a line with a certain angle</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/draw-a-line-with-a-certain-angle/m-p/7120896#M224907</link>
      <description>&lt;P&gt;Just loaded your lisp and 'AS' and 'ASB' did nothing? Am I missing something..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 21:51:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/draw-a-line-with-a-certain-angle/m-p/7120896#M224907</guid>
      <dc:creator>Mark_C_123</dc:creator>
      <dc:date>2017-05-31T21:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a line with a certain angle</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/draw-a-line-with-a-certain-angle/m-p/7120902#M224908</link>
      <description>&lt;P&gt;All good - Doesnt like UCS rotation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 21:57:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/draw-a-line-with-a-certain-angle/m-p/7120902#M224908</guid>
      <dc:creator>Mark_C_123</dc:creator>
      <dc:date>2017-05-31T21:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a line with a certain angle</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/draw-a-line-with-a-certain-angle/m-p/7122274#M224909</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4326948"&gt;@Mark_C_123&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;...&amp;nbsp;Doesnt like UCS rotation.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I don't very often use Coordinate Systems other than the World, so I didn't have that in mind when writing that routine.&amp;nbsp; Something to put on my list to modify....&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 13:14:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/draw-a-line-with-a-certain-angle/m-p/7122274#M224909</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2017-06-01T13:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Draw a line with a certain angle</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/draw-a-line-with-a-certain-angle/m-p/12849920#M224910</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;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;One way for that &lt;EM&gt;particular&lt;/EM&gt; example is &lt;STRONG&gt;PerFrom.lsp&lt;/STRONG&gt; with its &lt;STRONG&gt;(pf)&lt;/STRONG&gt; function .....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I found that it doesn't work right when what you are trying to go Perpendicular From is a "heavy" Polyline, whether 2D or 3D.&amp;nbsp; Attached is an update that corrects that.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 17:55:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/draw-a-line-with-a-certain-angle/m-p/12849920#M224910</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2024-06-19T17:55:19Z</dc:date>
    </item>
  </channel>
</rss>

