<?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 do i copy a selected area of a drawing (or delete all outside the selected area)? in AutoCAD LT Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-lt-forum/how-do-i-copy-a-selected-area-of-a-drawing-or-delete-all-outside/m-p/12648018#M3389</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15187484"&gt;@PSharpKPQPX&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Cheers, got the donuts but this dwg isn't WBLOCKing....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;SAVEAS command, create e a new file, is the longer way to do tat then.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15187484"&gt;@PSharpKPQPX&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;...Is there a way to just isolate all inside a select rectangle/window/etc?&lt;/P&gt;
&lt;P&gt;tks&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Not a feature of the program: TRIM and ERASE commands are going to be the tools to use. But start with:&lt;/P&gt;
&lt;P&gt;Select all in the drawing and then hold the shift key down while drawing a crossing-window selection around desired geometry you wish to keep. Hit the Delete key to remove the extraneous elements, leaving only what is desired&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are running LT2024 you could experiment to see if the LISPs here can speed up the process&lt;/P&gt;
&lt;P&gt;&lt;A href="https://draftsperson.net/lisproutines/trims.zip" target="_blank"&gt;https://draftsperson.net/lisproutines/trims.zip&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pendean_0-1710768423015.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1338432iF647483BF9CFDD2A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pendean_0-1710768423015.png" alt="pendean_0-1710768423015.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also is attached another LISP I stumbled across while looking for the above LISPs. Not sure it will work in LT2024 but you can find out quickly.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Mar 2024 13:31:40 GMT</pubDate>
    <dc:creator>pendean</dc:creator>
    <dc:date>2024-03-18T13:31:40Z</dc:date>
    <item>
      <title>how do i copy a selected area of a drawing (or delete all outside the selected area)?</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/how-do-i-copy-a-selected-area-of-a-drawing-or-delete-all-outside/m-p/12634464#M3380</link>
      <description>&lt;P&gt;I'm trying to remove a 10,000sqM section of a complex (1800 layers) Hospital site plan dwg to upload to TS12 for marking out site features in this part of the site. I want to delete all items outside the rectangular select area (TRIM all outside box?). Please advise?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 09:56:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/how-do-i-copy-a-selected-area-of-a-drawing-or-delete-all-outside/m-p/12634464#M3380</guid>
      <dc:creator>PSharpKPQPX</dc:creator>
      <dc:date>2024-03-12T09:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: how do i copy a selected area of a drawing (or delete all outside the selected area)?</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/how-do-i-copy-a-selected-area-of-a-drawing-or-delete-all-outside/m-p/12634593#M3381</link>
      <description>&lt;P&gt;Use the command HIDEOBJECTS. See the following link&amp;nbsp;&lt;A href="https://help.autodesk.com/view/ACD/2022/ENU/?guid=GUID-48199A62-90B6-48C6-93E1-5ECF56EAF8B5" target="_blank"&gt;AutoCAD 2022 Help | HIDEOBJECTS (Command) | Autodesk&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I would first hide everything which is fully inside the red polyline.&lt;/P&gt;
&lt;P&gt;Then any lines which cross over the polyline I would trim so they don't cross into the polyline area.&lt;/P&gt;
&lt;P&gt;Then it's just a case of selecting everything else and deleting it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 10:55:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/how-do-i-copy-a-selected-area-of-a-drawing-or-delete-all-outside/m-p/12634593#M3381</guid>
      <dc:creator>h_s_walker</dc:creator>
      <dc:date>2024-03-12T10:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: how do i copy a selected area of a drawing (or delete all outside the selected area)?</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/how-do-i-copy-a-selected-area-of-a-drawing-or-delete-all-outside/m-p/12634683#M3382</link>
      <description>&lt;P&gt;cheers. unfortunately hiding all layers inside/outside the red box isn't an option; as i said there's 1800 layers &amp;gt;&amp;gt;&amp;gt; that's too time consuming. as is going through all the trimming of anything crossing the red box line, 1 by 1 or 1 group/block by 1. i need a simple, practical tool that enables a screenshot or select-and-delete-all-outside-box action (while maintaining all properties of items remaining in red box obviously).&amp;nbsp;&lt;BR /&gt;I'd assume with 2024 tech and 30 years AC development this should be easily available, but doesn't seem so?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 11:39:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/how-do-i-copy-a-selected-area-of-a-drawing-or-delete-all-outside/m-p/12634683#M3382</guid>
      <dc:creator>PSharpKPQPX</dc:creator>
      <dc:date>2024-03-12T11:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: how do i copy a selected area of a drawing (or delete all outside the selected area)?</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/how-do-i-copy-a-selected-area-of-a-drawing-or-delete-all-outside/m-p/12634692#M3383</link>
      <description>&lt;P&gt;It's not hiding layers, its hiding objects which are inside the red polyline. Post your drawing if you have problems&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 11:43:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/how-do-i-copy-a-selected-area-of-a-drawing-or-delete-all-outside/m-p/12634692#M3383</guid>
      <dc:creator>h_s_walker</dc:creator>
      <dc:date>2024-03-12T11:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: how do i copy a selected area of a drawing (or delete all outside the selected area)?</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/how-do-i-copy-a-selected-area-of-a-drawing-or-delete-all-outside/m-p/12634722#M3384</link>
      <description>&lt;P&gt;Try these steps:&lt;/P&gt;&lt;P&gt;Command: _.Select&lt;/P&gt;&lt;P&gt;_C&lt;/P&gt;&lt;P&gt;pick the lower left and the upper right corners of your red box area&lt;/P&gt;&lt;P&gt;hit Enter to complete the command&lt;/P&gt;&lt;P&gt;This saves all those objects as a selection set. Then&amp;nbsp;&lt;/P&gt;&lt;P&gt;Command: _.Erase&lt;/P&gt;&lt;P&gt;_All&lt;/P&gt;&lt;P&gt;_R&lt;/P&gt;&lt;P&gt;_P&lt;/P&gt;&lt;P&gt;hit Enter to complete the command.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Assuming you don’t have any Locked layers this process should remove most of the objects outside of the red rectangle. Then it’s a matter of using the _.Trim command to get rid of the rest of the objects assuming they are not made of Blocks that happen to cross over the red line. But this should get you closer to what you want to end up with. Finally use the _.SaveAs command to create a new dwg with these changes.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 11:58:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/how-do-i-copy-a-selected-area-of-a-drawing-or-delete-all-outside/m-p/12634722#M3384</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-03-12T11:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: how do i copy a selected area of a drawing (or delete all outside the selected area)?</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/how-do-i-copy-a-selected-area-of-a-drawing-or-delete-all-outside/m-p/12634998#M3385</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://help.autodesk.com/view/ACD/2024/ENU/?guid=GUID-297ED4C5-DADC-4C3B-B4FA-94C56A04721B#:~:text=Saves%20selected%20objects%20or%20converts%20a%20block%20to%20a%20specified%20drawing%20file." target="_blank" rel="noopener"&gt;WBLOCK&lt;/A&gt;&lt;/STRONG&gt; command, use the &lt;STRONG&gt;&lt;A href="https://help.autodesk.com/view/ACD/2024/ENU/?guid=GUID-D0D5C0C3-F092-448A-8E81-D38F27094639#:~:text=Crossing%20Window%3A%20Click%20once%20and%20then%20click%20to%20the%20left%20of%20the%20first%20point%20to%20specify%20the%20rectangular%20window.%20Objects%20enclosed%20in%20and%20that%20are%20crossed%20by%20the%20window%20are%20selected.%20Notice%20that%20the%20crossing%20window%20looks%20different%20from%20a%20regular%20window%20selection." target="_blank" rel="noopener"&gt;crossing window&lt;/A&gt;&lt;/STRONG&gt; to select only what you wish to keep (include your rectangle), this creates a new DWG file with only that content. Go into that new DWG file and &lt;STRONG&gt;&lt;A href="https://help.autodesk.com/view/ACD/2024/ENU/?guid=GUID-B1A185EF-07C6-4C53-A76F-05ADE11F5C32#:~:text=Quick%20Mode.%20To%20trim%20objects%2C%20select%20the%20objects%20to%20be%20trimmed%20individually%2C%20press%20and%20drag%20to%20start%20a%20freehand%20selection%20path%2C%20or%20pick%20two%20empty%20locations%20to%20specify%20a%20crossing%20Fence.%20All%20objects%20automatically%20act%20as%20cutting%20edges.%20Selected%20objects%20that%20can%27t%20be%20trimmed%20are%20deleted%20instead." target="_blank" rel="noopener"&gt;TRIM&lt;/A&gt;&lt;/STRONG&gt; anything outside your rectangle.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Done.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it take you more than 2-minutes you probably need a double-cappuccino and a donut&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15187484"&gt;@PSharpKPQPX&lt;/a&gt;&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 13:06:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/how-do-i-copy-a-selected-area-of-a-drawing-or-delete-all-outside/m-p/12634998#M3385</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2024-03-12T13:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: how do i copy a selected area of a drawing (or delete all outside the selected area)?</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/how-do-i-copy-a-selected-area-of-a-drawing-or-delete-all-outside/m-p/12647966#M3386</link>
      <description>&lt;P&gt;Cheers, got the donuts but this dwg isn't WBLOCKing. Click, sweep right or left to select desired area (highlighted in white box in attached) highlights most of the whole dwg's layers (of 1000+ #) for the block formation. Is there a way to just isolate all inside a select rectangle/window/etc?&lt;/P&gt;&lt;P&gt;tks&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 13:23:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/how-do-i-copy-a-selected-area-of-a-drawing-or-delete-all-outside/m-p/12647966#M3386</guid>
      <dc:creator>PSharpKPQPX</dc:creator>
      <dc:date>2024-03-18T13:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: how do i copy a selected area of a drawing (or delete all outside the selected area)?</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/how-do-i-copy-a-selected-area-of-a-drawing-or-delete-all-outside/m-p/12647979#M3387</link>
      <description>&lt;P&gt;unfortuantely i can't post the dwg due to GDPR on this Tier 1, Government Job. I've attached a snapshot of the white box highlighting the area to be isolated, but unsure if a jpeg is any use. ..more an FYI.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 13:22:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/how-do-i-copy-a-selected-area-of-a-drawing-or-delete-all-outside/m-p/12647979#M3387</guid>
      <dc:creator>PSharpKPQPX</dc:creator>
      <dc:date>2024-03-18T13:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: how do i copy a selected area of a drawing (or delete all outside the selected area)?</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/how-do-i-copy-a-selected-area-of-a-drawing-or-delete-all-outside/m-p/12647983#M3388</link>
      <description>&lt;P&gt;unfortuantely i can't post the dwg due to GDPR on this Tier 1, Government Job. I've attached a snapshot of the white box highlighting the area to be isolated, but unsure if a jpeg is any use. ..more an FYI.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 13:22:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/how-do-i-copy-a-selected-area-of-a-drawing-or-delete-all-outside/m-p/12647983#M3388</guid>
      <dc:creator>PSharpKPQPX</dc:creator>
      <dc:date>2024-03-18T13:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: how do i copy a selected area of a drawing (or delete all outside the selected area)?</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/how-do-i-copy-a-selected-area-of-a-drawing-or-delete-all-outside/m-p/12648018#M3389</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15187484"&gt;@PSharpKPQPX&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Cheers, got the donuts but this dwg isn't WBLOCKing....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;SAVEAS command, create e a new file, is the longer way to do tat then.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15187484"&gt;@PSharpKPQPX&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;...Is there a way to just isolate all inside a select rectangle/window/etc?&lt;/P&gt;
&lt;P&gt;tks&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Not a feature of the program: TRIM and ERASE commands are going to be the tools to use. But start with:&lt;/P&gt;
&lt;P&gt;Select all in the drawing and then hold the shift key down while drawing a crossing-window selection around desired geometry you wish to keep. Hit the Delete key to remove the extraneous elements, leaving only what is desired&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are running LT2024 you could experiment to see if the LISPs here can speed up the process&lt;/P&gt;
&lt;P&gt;&lt;A href="https://draftsperson.net/lisproutines/trims.zip" target="_blank"&gt;https://draftsperson.net/lisproutines/trims.zip&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pendean_0-1710768423015.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1338432iF647483BF9CFDD2A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pendean_0-1710768423015.png" alt="pendean_0-1710768423015.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also is attached another LISP I stumbled across while looking for the above LISPs. Not sure it will work in LT2024 but you can find out quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 13:31:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/how-do-i-copy-a-selected-area-of-a-drawing-or-delete-all-outside/m-p/12648018#M3389</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2024-03-18T13:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: how do i copy a selected area of a drawing (or delete all outside the selected area)?</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/how-do-i-copy-a-selected-area-of-a-drawing-or-delete-all-outside/m-p/12648253#M3390</link>
      <description>&lt;P&gt;Yes it seems to work in LT2024&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 14:52:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/how-do-i-copy-a-selected-area-of-a-drawing-or-delete-all-outside/m-p/12648253#M3390</guid>
      <dc:creator>h_s_walker</dc:creator>
      <dc:date>2024-03-18T14:52:21Z</dc:date>
    </item>
  </channel>
</rss>

