<?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 Moving in walls by a certain dimension in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/moving-in-walls-by-a-certain-dimension/m-p/6229229#M287790</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello Autodesk Community, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am fairly new to AutoCAD and was hoping to get some help on a restroom project i've been working on.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Operating on Autocad LT 2015 I have the basic floor plan drawn out and I'm moving on to drawing in details such as the tile.&lt;/P&gt;&lt;P&gt;I want to offset all my walls to indicate the wall tile by half an inch.&lt;/P&gt;&lt;P&gt;The problem I'm having is that if i offset the walls, the outside corners wont meet, and in a room with a lot of ins and outs it can be tedious.&lt;/P&gt;&lt;P&gt;Is there a faster way of doing this??? I attached a image of one of these corners.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;</description>
    <pubDate>Tue, 22 Mar 2016 20:38:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-22T20:38:39Z</dc:date>
    <item>
      <title>Moving in walls by a certain dimension</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/moving-in-walls-by-a-certain-dimension/m-p/6229229#M287790</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello Autodesk Community, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am fairly new to AutoCAD and was hoping to get some help on a restroom project i've been working on.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Operating on Autocad LT 2015 I have the basic floor plan drawn out and I'm moving on to drawing in details such as the tile.&lt;/P&gt;&lt;P&gt;I want to offset all my walls to indicate the wall tile by half an inch.&lt;/P&gt;&lt;P&gt;The problem I'm having is that if i offset the walls, the outside corners wont meet, and in a room with a lot of ins and outs it can be tedious.&lt;/P&gt;&lt;P&gt;Is there a faster way of doing this??? I attached a image of one of these corners.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2016 20:38:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/moving-in-walls-by-a-certain-dimension/m-p/6229229#M287790</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-22T20:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Moving in walls by a certain dimension</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/moving-in-walls-by-a-certain-dimension/m-p/6229294#M287791</link>
      <description>I don't think there is a quick easy way of doing what you want to do, this is where a little pre planning would have come in handy also, do you really need that level of precision? by that I mean after its plotted out can people measure that 1/2"</description>
      <pubDate>Tue, 22 Mar 2016 21:06:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/moving-in-walls-by-a-certain-dimension/m-p/6229294#M287791</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-22T21:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Moving in walls by a certain dimension</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/moving-in-walls-by-a-certain-dimension/m-p/6229303#M287792</link>
      <description>&lt;P&gt;I don't have LT to check, but I expect it has the PEDIT command.&amp;nbsp; Use that, pick one of the Lines, call for the Join option, select all the appropriate contiguous wall Lines [can be all at once, with a Window, or if other kinds of things &lt;EM&gt;don't&lt;/EM&gt; meet them at their ends, you could just type in All], and some Enters to finish with PEDIT.&amp;nbsp; That will make the contiguous wall Lines into &lt;EM&gt;one Polyline&lt;/EM&gt;.&amp;nbsp; Offset that, and all the corners will be taken care of.&amp;nbsp; If you ultimately want them to be independent Lines again, Explode the Polyline(s).&amp;nbsp; [If LT has the option to handle the corners of Offset Polylines variously, you will presumably want the OFFSETGAPTYPE System Variable set to 0, so that the corners will be square, rather than rounded or chamfered.]&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2016 21:10:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/moving-in-walls-by-a-certain-dimension/m-p/6229303#M287792</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2016-03-22T21:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Moving in walls by a certain dimension</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/moving-in-walls-by-a-certain-dimension/m-p/6229308#M287793</link>
      <description>AutoCAD/LT doesn't have "walls": just lines, Plines and Mlines.&lt;BR /&gt;If you draw with LINE objects, you need to FILLET to close the gap you drew.&lt;BR /&gt;If you drew that L-shape with a PLINE, then OFFSET would behave the way you want.&lt;BR /&gt;If you actually use MLINEs, which better simulate 'walls" since as you know a real wall is not just two lines, you'd have to do so much more to clean up the corner but the drawing would be accurate to construction.&lt;BR /&gt;&lt;BR /&gt;FWIW if you want to draw "walls", the correct software to use would be AutoCAD Architecture &lt;A href="http://ww.autodesk.com/adt" target="_blank"&gt;http://ww.autodesk.com/adt&lt;/A&gt; or REVIT (which comes in a cheaper REVIT LT variant).</description>
      <pubDate>Tue, 22 Mar 2016 21:13:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/moving-in-walls-by-a-certain-dimension/m-p/6229308#M287793</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2016-03-22T21:13:12Z</dc:date>
    </item>
  </channel>
</rss>

