<?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: How can I move an object a specific distance from another line in AutoCAD in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/how-can-i-move-an-object-a-specific-distance-from-another-line/m-p/6732276#M248991</link>
    <description>&lt;P&gt;Tracking is an option, but this old dog, finds it a bit odd at times. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use the FROM osnap in conjunction with "point filters", mostly because that's how I learned to do it prior to Tracking.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Assuming you're placing some component 3' East of an intersection and 2' North of the same intersection. &amp;nbsp;When AutoCAD prompts for a point, enter FROm and press enter, you'll be prompted for a "Base Point", osnap to the INTersection, then enter&amp;nbsp;@3',2' and press enter. &amp;nbsp;Autocad will find a point from that intersection a positive 3' on the X-axis and a positive 2" on the Y-axis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Point filters are your friend, and come in real handy when you're working 3D. &amp;nbsp;Imagine the same scenario only there is no intersection, just two other objects from which the new object is relative. &amp;nbsp;.X retrieves the X coordinate of the next selected point and &amp;nbsp;&lt;SPAN&gt;.Y retrieves the Y coordinate of the next selected point. &amp;nbsp;A command line might look like.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Command: &lt;EM&gt;&lt;STRONG&gt;L&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;LINE&lt;BR /&gt;Specify first point: &lt;EM&gt;&lt;STRONG&gt;from&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;Base point: &lt;EM&gt;&lt;STRONG&gt;.x&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;of &lt;EM&gt;&lt;STRONG&gt;mid&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;of (need YZ): _cen of &amp;lt;Offset&amp;gt;: &lt;EM&gt;&lt;STRONG&gt;@2',1'&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Specify next point or [Undo]: &lt;EM&gt;&lt;STRONG&gt;@Anonymous,0&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above starts a line at 2'x1' from the X coord. of the &amp;nbsp;midpoint of a line and the Y coord. of the center of a circle and draws it 12" long in the positive X direction. &amp;nbsp;After obtaining the X coord, it prompted (need YZ), that means it has an X value and is looking for the rest, you can build a new point by extracting each coord. (&lt;EM&gt;&lt;STRONG&gt;.X .Y .Z&lt;/STRONG&gt;&lt;/EM&gt;) from three different locations. (Notice the "point" in front of the .X .Y .Z)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tracking is sort of an automated point filter for lack of a better description.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Dec 2016 00:40:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-12-07T00:40:04Z</dc:date>
    <item>
      <title>How can I move an object a specific distance from another line in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-can-i-move-an-object-a-specific-distance-from-another-line/m-p/6731644#M248988</link>
      <description>&lt;P&gt;Hi I am very new to AutoCAD. I am attempting to move an object a specific distance from two lines that represent an exterior wall. Specifically, it has to be 2' from the top wall and 1' from the side wall.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I have been doing is extending lines of these lengths from the walls and then putting the object touching those lines. This is tedious and I feel like there may be a better way. Any help would be appreciated, thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Version is 2016.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2016 20:08:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-can-i-move-an-object-a-specific-distance-from-another-line/m-p/6731644#M248988</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-06T20:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: How can I move an object a specific distance from another line in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-can-i-move-an-object-a-specific-distance-from-another-line/m-p/6731708#M248989</link>
      <description>&lt;P&gt;Click base point and use @x,y&lt;/P&gt;
&lt;P&gt;Ex: @3,4&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2016 20:27:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-can-i-move-an-object-a-specific-distance-from-another-line/m-p/6731708#M248989</guid>
      <dc:creator>Patchy</dc:creator>
      <dc:date>2016-12-06T20:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: How can I move an object a specific distance from another line in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-can-i-move-an-object-a-specific-distance-from-another-line/m-p/6732020#M248990</link>
      <description>&lt;P&gt;HI&amp;nbsp;@Anonymous,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see that you are visiting as a new member. Welcome to the Autodesk Community!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps you are interested in using &lt;A href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2017/ENU/AutoCAD-Core/files/GUID-0E9FA54A-5A75-49BD-88BC-600975585D99-htm.html" target="_blank"&gt;snap tracking&lt;/A&gt;. It can be useful if you have enough geometry to work from.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2016 22:19:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-can-i-move-an-object-a-specific-distance-from-another-line/m-p/6732020#M248990</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-12-06T22:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: How can I move an object a specific distance from another line in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-can-i-move-an-object-a-specific-distance-from-another-line/m-p/6732276#M248991</link>
      <description>&lt;P&gt;Tracking is an option, but this old dog, finds it a bit odd at times. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use the FROM osnap in conjunction with "point filters", mostly because that's how I learned to do it prior to Tracking.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Assuming you're placing some component 3' East of an intersection and 2' North of the same intersection. &amp;nbsp;When AutoCAD prompts for a point, enter FROm and press enter, you'll be prompted for a "Base Point", osnap to the INTersection, then enter&amp;nbsp;@3',2' and press enter. &amp;nbsp;Autocad will find a point from that intersection a positive 3' on the X-axis and a positive 2" on the Y-axis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Point filters are your friend, and come in real handy when you're working 3D. &amp;nbsp;Imagine the same scenario only there is no intersection, just two other objects from which the new object is relative. &amp;nbsp;.X retrieves the X coordinate of the next selected point and &amp;nbsp;&lt;SPAN&gt;.Y retrieves the Y coordinate of the next selected point. &amp;nbsp;A command line might look like.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Command: &lt;EM&gt;&lt;STRONG&gt;L&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;LINE&lt;BR /&gt;Specify first point: &lt;EM&gt;&lt;STRONG&gt;from&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;Base point: &lt;EM&gt;&lt;STRONG&gt;.x&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;of &lt;EM&gt;&lt;STRONG&gt;mid&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;of (need YZ): _cen of &amp;lt;Offset&amp;gt;: &lt;EM&gt;&lt;STRONG&gt;@2',1'&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Specify next point or [Undo]: &lt;EM&gt;&lt;STRONG&gt;@Anonymous,0&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above starts a line at 2'x1' from the X coord. of the &amp;nbsp;midpoint of a line and the Y coord. of the center of a circle and draws it 12" long in the positive X direction. &amp;nbsp;After obtaining the X coord, it prompted (need YZ), that means it has an X value and is looking for the rest, you can build a new point by extracting each coord. (&lt;EM&gt;&lt;STRONG&gt;.X .Y .Z&lt;/STRONG&gt;&lt;/EM&gt;) from three different locations. (Notice the "point" in front of the .X .Y .Z)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tracking is sort of an automated point filter for lack of a better description.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2016 00:40:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-can-i-move-an-object-a-specific-distance-from-another-line/m-p/6732276#M248991</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-07T00:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can I move an object a specific distance from another line in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-can-i-move-an-object-a-specific-distance-from-another-line/m-p/6733697#M248992</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/558015"&gt;@Patchy&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;@Anonymous base point and use @x,y&lt;/P&gt;
&lt;P&gt;@Anonymous: @3,4&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;... if [in the OP's description] you first Move whatever it is &lt;EM&gt;to the corner&lt;/EM&gt;, then Move it &lt;EM&gt;again&lt;/EM&gt; using that kind of designation.&amp;nbsp; It's at least easier than the method they've been using.&amp;nbsp; Using Object Snap Tracking as &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3672492"&gt;@john.vellek&lt;/a&gt;&amp;nbsp;suggests is the &lt;EM&gt;single&lt;/EM&gt;-Move-command way, though it does take some getting used to.&amp;nbsp; Here's one way to go about it:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have End and/or Intersection running Object Snap on, and also turn on both Object Snap Tracking [F11 key] and Polar Tracking [F10] on.&amp;nbsp; Start the Move command, select the object(s) and give it the base point for the displacement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Type &lt;FONT color="#0000ff"&gt;&lt;STRONG&gt;from&lt;/STRONG&gt;&lt;/FONT&gt; to get the 1'-from-the-side-wall reference position; hover over the corner&amp;nbsp;for Osnap to find it, and pause briefly for the little green cross to appear, meaning it's reading&amp;nbsp;off that location; drag the cursor to the side of the direction you want that 1' measured from the side wall, close enough to horizontally from there that Polar will latch onto the horizontal direction, and type in &lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;12&lt;/FONT&gt;&lt;/STRONG&gt; or &lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;1'&lt;/FONT&gt;&lt;/STRONG&gt;.&amp;nbsp; It will then be reading &lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;from&lt;/FONT&gt;&lt;/STRONG&gt; that location along the top wall [or in line with it if you're going outward from the corner] to get the final location in relation to.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Drag the cursor in the direction you want the 2' measured from the top wall until Polar latches onto the vertical direction, and type &lt;FONT color="#0000ff"&gt;&lt;STRONG&gt;24&lt;/STRONG&gt;&lt;/FONT&gt; or &lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;2'&lt;/FONT&gt;&lt;/STRONG&gt;.&amp;nbsp; That will give it the end point of the displacement for the Move command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can, of course, go vertically first and then horizontally, using the same technique and giving the distances in the other order.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2016 14:24:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-can-i-move-an-object-a-specific-distance-from-another-line/m-p/6733697#M248992</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2016-12-07T14:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can I move an object a specific distance from another line in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-can-i-move-an-object-a-specific-distance-from-another-line/m-p/6742434#M248993</link>
      <description>&lt;P&gt;Thank you for this explanation that really helped me get the hang of it!&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2016 02:28:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-can-i-move-an-object-a-specific-distance-from-another-line/m-p/6742434#M248993</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-12T02:28:05Z</dc:date>
    </item>
  </channel>
</rss>

