<?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: Automating repetitive tasks in AutoCAD in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12513662#M22607</link>
    <description>&lt;P&gt;You can write a script or LISP to run the tasks. If you have access to Civil 3D , you can use the Batch Save Utility to run the script/Lisp on multiple drawings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This may help with writing scripts.&lt;/P&gt;&lt;P&gt;&lt;A title="AutoCAD Quick Scripting with Spreadsheets" href="https://www.autodesk.com/autodesk-university/class/AutoCAD-Quick-Scripting-Spreadsheets-2021" target="_blank" rel="noopener"&gt;https://www.autodesk.com/autodesk-university/class/AutoCAD-Quick-Scripting-Spreadsheets-2021&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jan 2024 17:44:57 GMT</pubDate>
    <dc:creator>VincentSheehan</dc:creator>
    <dc:date>2024-01-22T17:44:57Z</dc:date>
    <item>
      <title>Automating repetitive tasks in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12513596#M22603</link>
      <description>&lt;P class=""&gt;I have a series of projects which are all similar. The first task is to clean CAD files. Select layers and delete them. Then, Explode other a few layers and clean them.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;This takes so much time manually. I would appreciate some suggestions on how to automate this. What steps/path should i take? Any scripting extension software? What would be the most easiest and efficient way to go about this?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 17:13:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12513596#M22603</guid>
      <dc:creator>tabeertariq</dc:creator>
      <dc:date>2024-01-22T17:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Automating repetitive tasks in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12513614#M22604</link>
      <description>&lt;P&gt;go to CADIG.com and download the freee AutoScript thing.&lt;BR /&gt;Using scripts and lisp you can automate a lot, but as far as layer names they all need to be close to the same, or at least have some commonality so that you can use wildcards - same with blocks and other objects you want to manipulate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 17:25:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12513614#M22604</guid>
      <dc:creator>whitney_jeff</dc:creator>
      <dc:date>2024-01-22T17:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Automating repetitive tasks in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12513619#M22605</link>
      <description>&lt;P&gt;Please provide in detail exactly what the repetitive tasks are. When you say clean do you mean purge? Select exactly the same layers on all dwgs to delete? What happens if those layers cannot be deleted? &amp;nbsp;Do you want everything exploded &amp;nbsp;including Dimensions/Mtexts or only certain Blocks?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 17:27:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12513619#M22605</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-01-22T17:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Automating repetitive tasks in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12513625#M22606</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;learn to use native commands in commandline, like Command LAYDEL&lt;/P&gt;
&lt;P&gt;-PURGE ..&lt;/P&gt;
&lt;P&gt;If you have a working Script(for using in the current file),&lt;/P&gt;
&lt;P&gt;you can use a 3rd party Tool for the "Batch" part.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1000 tutorial&lt;/P&gt;
&lt;P&gt;and F1 informations&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/ACD/2022/ENU/?guid=GUID-BE44AE86-7638-48C9-BE5B-C1DF8E4C8808" target="_blank"&gt;https://help.autodesk.com/view/ACD/2022/ENU/?guid=GUID-BE44AE86-7638-48C9-BE5B-C1DF8E4C8808&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or start to learn LISP (or another API, if you are familiar with .bet or vba?)&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>Mon, 22 Jan 2024 17:31:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12513625#M22606</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2024-01-22T17:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Automating repetitive tasks in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12513662#M22607</link>
      <description>&lt;P&gt;You can write a script or LISP to run the tasks. If you have access to Civil 3D , you can use the Batch Save Utility to run the script/Lisp on multiple drawings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This may help with writing scripts.&lt;/P&gt;&lt;P&gt;&lt;A title="AutoCAD Quick Scripting with Spreadsheets" href="https://www.autodesk.com/autodesk-university/class/AutoCAD-Quick-Scripting-Spreadsheets-2021" target="_blank" rel="noopener"&gt;https://www.autodesk.com/autodesk-university/class/AutoCAD-Quick-Scripting-Spreadsheets-2021&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 17:44:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12513662#M22607</guid>
      <dc:creator>VincentSheehan</dc:creator>
      <dc:date>2024-01-22T17:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Automating repetitive tasks in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12513683#M22608</link>
      <description>&lt;P&gt;Like Paul Li said&amp;nbsp;&lt;SPAN&gt;Please provide in detail exactly what the repetitive tasks are. While the&amp;nbsp;LAYDEL (Command) works great for discarding things you no longer need the&amp;nbsp;EXPLODE (Command) can cause issues like dramatically&amp;nbsp;increasing the size of your drawing. Having a corrected block saved somewhere that could be used to update those defined in that drawing would be quicker and produce better results.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Attaching small before &amp;amp; after examples might allow specific&amp;nbsp;answers to your question.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 17:53:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12513683#M22608</guid>
      <dc:creator>TomBeauford</dc:creator>
      <dc:date>2024-01-22T17:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Automating repetitive tasks in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12513789#M22609</link>
      <description>&lt;P&gt;The CAD file i am receiving has alot of layers and blocks. There are standard steps in all of the projects when we recieve these files. We need to:&lt;/P&gt;&lt;P&gt;1) Open X REFS and delete building shell and site background REF. Then Bind all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next...&lt;/P&gt;&lt;P&gt;This file ultimately has to be Linked to Revit. Its a large file and we dont want to make the model heavy. We are also doing this to achieve graphic clarity because the CAD has alot of information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hence..&lt;/P&gt;&lt;P&gt;2) We need to Turn off and freeze certain layers. &lt;SPAN&gt;These layers are usually same on all dwgs and they have to freeze and be turned off. &lt;/SPAN&gt;Some of these layers have text in them and the others have polygons.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) Moving on to certain blocks. These blocks have gates and its annotations. We want to explode the block and delete the extra annotations and text. As a result we will be left with the gate only. Creating it into a block again is not required.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then we save as with a new name and load it to BIM 360.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 18:37:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12513789#M22609</guid>
      <dc:creator>tabeertariq</dc:creator>
      <dc:date>2024-01-22T18:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Automating repetitive tasks in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12513791#M22610</link>
      <description>&lt;P&gt;Hello Tom, these are the details of the tasks i am trying to automate.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The CAD file i am receiving has alot of layers and blocks. There are standard steps in all of the projects when we recieve these files. We need to:&lt;/P&gt;&lt;P&gt;1) Open X REFS and delete building shell and site background REF. Then Bind all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next...&lt;/P&gt;&lt;P&gt;This file ultimately has to be Linked to Revit. Its a large file and we dont want to make the model heavy. We are also doing this to achieve graphic clarity because the CAD has alot of information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hence..&lt;/P&gt;&lt;P&gt;2) We need to Turn off and freeze certain layers. &lt;SPAN&gt;These layers are usually same on all dwgs and they have to freeze and be turned off. &lt;/SPAN&gt;Some of these layers have text in them and the others have polygons.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) Moving on to certain blocks. These blocks have gates and its annotations. We want to explode the block and delete the extra annotations and text. As a result we will be left with the gate only. Creating it into a block again is not required.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then we save as with a new name and load it to BIM 360.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 18:38:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12513791#M22610</guid>
      <dc:creator>tabeertariq</dc:creator>
      <dc:date>2024-01-22T18:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Automating repetitive tasks in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12513805#M22611</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanted some guidance on which API is best suited for these tasks?&amp;nbsp;&lt;SPAN&gt;LISP, .bet or vba? I have mentioned the tasks below.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The CAD file i am receiving has alot of layers and blocks. There are standard steps in all of the projects when we recieve these files. We need to:&lt;/P&gt;&lt;P&gt;1) Open X REFS and delete building shell and site background REF. Then Bind all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next...&lt;/P&gt;&lt;P&gt;This file ultimately has to be Linked to Revit. Its a large file and we dont want to make the model heavy. We are also doing this to achieve graphic clarity because the CAD has alot of information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hence..&lt;/P&gt;&lt;P&gt;2) We need to Turn off and freeze certain layers.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;These layers are usually same on all dwgs and they have to freeze and be turned off.&amp;nbsp;&lt;/SPAN&gt;Some of these layers have text in them and the others have polygons.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) Moving on to certain blocks. These blocks have gates and its annotations. We want to explode the block and delete the extra annotations and text. As a result we will be left with the gate only. Creating it into a block again is not required.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then we save as with a new name and load it to BIM 360.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 18:45:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12513805#M22611</guid>
      <dc:creator>tabeertariq</dc:creator>
      <dc:date>2024-01-22T18:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Automating repetitive tasks in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12513827#M22612</link>
      <description>&lt;P&gt;&lt;SPAN&gt;1) Open X REFS and delete building shell and site background REF. Then Bind all&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Bind all xrefs can be accomplished as command in a Script file like this::&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-XREF _Bind *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But may not be possible to open the xrefs and identifying those objects to delete&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2) We need to Turn off and freeze certain layers.&amp;nbsp;These layers are usually same on all dwgs and they have to freeze and be turned off.&amp;nbsp;Some of these layers have text in them and the others have polygons.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This also can be done as commands in a script file. For example to turn off &amp;amp; freeze layer names: A-BLD-TXT, A-BLD-DIM then the command is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-LAYER _Set 0 _Off A-BLD-TXT, A-BLD-DIM _F&amp;nbsp;A-BLD-TXT, A-BLD-DIM&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Make sure you have an additional empty line following above command in script to to complete command&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3) Moving on to certain blocks. These blocks have gates and its annotations. We want to explode the block and delete the extra annotations and text. As a result we will be left with the gate only. Creating it into a block again is not required.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;This might be possible to script assuming the Block name is always the same but you'll have to provide examples of the Block to see what those annotations/texts are made of.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 18:53:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12513827#M22612</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-01-22T18:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Automating repetitive tasks in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12513991#M22613</link>
      <description>&lt;P&gt;You don't need to answer for each the same text separately :×&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;which API is best suited for these tasks?"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;99-100% of this task, you don't need an API to do this, so every API is okay for it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are not familiar with these APIs, I would start with simple scripts&amp;nbsp;&lt;/P&gt;
&lt;P&gt;with a handfull of Lisp statements,&amp;nbsp;which makes thinks like object selection easier.&lt;/P&gt;
&lt;P&gt;Simple controlling by standard (commandline) commands,&lt;/P&gt;
&lt;P&gt;which makes thinks like object selection easier&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(Tasks like yours are common and often discussed here and in next door - customization board)&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 20:07:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12513991#M22613</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2024-01-22T20:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Automating repetitive tasks in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12530181#M22614</link>
      <description>&lt;P&gt;Can you help me with one step? How t=do i write the following in a script?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the first part we need to open Xref and delete civil background file and site background file. Then we have to bind the remaining my bind all and saveAs the file in a new location.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then step 2 follows which includes deleteing and editing stuff.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 20:19:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12530181#M22614</guid>
      <dc:creator>tabeertariq</dc:creator>
      <dc:date>2024-01-30T20:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Automating repetitive tasks in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12530205#M22615</link>
      <description>&lt;P&gt;&lt;STRONG&gt;"open Xref..."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This part can only be done in a script if it knows what the name of the xref is....&lt;/P&gt;&lt;P&gt;But that's a big if...how does one know this without user intervention?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"and delete civil background file and site background file"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This is another difficult part to do in a script...&lt;/P&gt;&lt;P&gt;Again how does the computer know which objects are on civil &amp;amp; site backgrounds vs the ones that are not?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 20:29:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12530205#M22615</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-01-30T20:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Automating repetitive tasks in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12530272#M22616</link>
      <description>&lt;P&gt;If both are .dwg-Xrefs in your Main file and you want to detach them:&lt;/P&gt;
&lt;P&gt;Is the namesyntax unique, so other Xrefs won't detach?&lt;/P&gt;
&lt;P&gt;_-XREF&lt;/P&gt;
&lt;P&gt;_detach&lt;/P&gt;
&lt;P&gt;A*&lt;/P&gt;
&lt;P&gt;for all xrefs with names starting with A&lt;/P&gt;
&lt;P&gt;or similar.&lt;/P&gt;
&lt;P&gt;-XREF is the command&lt;/P&gt;
&lt;P&gt;_detach the option&lt;/P&gt;
&lt;P&gt;and now, look for a working wildcard pattern.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 20:52:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automating-repetitive-tasks-in-autocad/m-p/12530272#M22616</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2024-01-30T20:52:27Z</dc:date>
    </item>
  </channel>
</rss>

