<?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: Bind Xref, Explode, Purge All, Zoom Extents, Save in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/bind-xref-explode-purge-all-zoom-extents-save/m-p/3279333#M57809</link>
    <description>&lt;P&gt;If you know nothing about programming&lt;/P&gt;&lt;P&gt;1. Just enter the commands at commandline and use a "-" before commands that display a dialog box.&lt;/P&gt;&lt;P&gt;2. Press F2 and copy history&lt;/P&gt;&lt;P&gt;3. Copy and paste in NotePad&lt;/P&gt;&lt;P&gt;4. CleanUp&lt;/P&gt;&lt;P&gt;5. Save as a .scr file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can drag and drop the file on a open drawing, call it from a tool palette, etc.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example of Bind and Purge&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Copied from Command Line&lt;/P&gt;&lt;PRE&gt;Command: -XREF
Enter an option [?/Bind/Detach/Path/Unload/Reload/Overlay/Attach] &amp;lt;Attach&amp;gt;: b
Enter xref name(s) to bind: *
No matching xref names found.
Command: -PURGE
Enter type of unused objects to purge 
[Blocks/Dimstyles/Groups/LAyers/LTypes/MAterials/MUltileaderstyles/Plotstyles/SH
apes/textSTyles/Mlinestyles/Tablestyles/Visualstyles/Regapps/Zero-length 
geometry/Empty text objects/All]: a
Enter name(s) to purge &amp;lt;*&amp;gt;:
Verify each name to be purged? [Yes/No] &amp;lt;Y&amp;gt;: n
Deleting block "*U18".
Deleting block "*U20".
Deleting block "*U23".
...
...
...
3 multileader styles deleted.
No unreferenced groups found.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;After removing all comand prompts and leaving just commands &amp;amp; keywords&lt;/P&gt;&lt;PRE&gt;-XREF
b
*
-PURGE
a
*
n&lt;/PRE&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>Tue, 03 Jan 2012 17:32:27 GMT</pubDate>
    <dc:creator>jeff</dc:creator>
    <dc:date>2012-01-03T17:32:27Z</dc:date>
    <item>
      <title>Bind Xref, Explode, Purge All, Zoom Extents, Save</title>
      <link>https://forums.autodesk.com/t5/net-forum/bind-xref-explode-purge-all-zoom-extents-save/m-p/3279277#M57808</link>
      <description>&lt;P&gt;I would like to run a routine that would Bind Insert Xrefs, Explode, Purge All, Zoom Extents and&amp;nbsp;Save the file. I am not very lisp/.net savvy, so I was hoping someone out there could provide me with a&amp;nbsp;routine that does just that.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2012 16:52:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/bind-xref-explode-purge-all-zoom-extents-save/m-p/3279277#M57808</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-03T16:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Bind Xref, Explode, Purge All, Zoom Extents, Save</title>
      <link>https://forums.autodesk.com/t5/net-forum/bind-xref-explode-purge-all-zoom-extents-save/m-p/3279333#M57809</link>
      <description>&lt;P&gt;If you know nothing about programming&lt;/P&gt;&lt;P&gt;1. Just enter the commands at commandline and use a "-" before commands that display a dialog box.&lt;/P&gt;&lt;P&gt;2. Press F2 and copy history&lt;/P&gt;&lt;P&gt;3. Copy and paste in NotePad&lt;/P&gt;&lt;P&gt;4. CleanUp&lt;/P&gt;&lt;P&gt;5. Save as a .scr file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can drag and drop the file on a open drawing, call it from a tool palette, etc.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example of Bind and Purge&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Copied from Command Line&lt;/P&gt;&lt;PRE&gt;Command: -XREF
Enter an option [?/Bind/Detach/Path/Unload/Reload/Overlay/Attach] &amp;lt;Attach&amp;gt;: b
Enter xref name(s) to bind: *
No matching xref names found.
Command: -PURGE
Enter type of unused objects to purge 
[Blocks/Dimstyles/Groups/LAyers/LTypes/MAterials/MUltileaderstyles/Plotstyles/SH
apes/textSTyles/Mlinestyles/Tablestyles/Visualstyles/Regapps/Zero-length 
geometry/Empty text objects/All]: a
Enter name(s) to purge &amp;lt;*&amp;gt;:
Verify each name to be purged? [Yes/No] &amp;lt;Y&amp;gt;: n
Deleting block "*U18".
Deleting block "*U20".
Deleting block "*U23".
...
...
...
3 multileader styles deleted.
No unreferenced groups found.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;After removing all comand prompts and leaving just commands &amp;amp; keywords&lt;/P&gt;&lt;PRE&gt;-XREF
b
*
-PURGE
a
*
n&lt;/PRE&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>Tue, 03 Jan 2012 17:32:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/bind-xref-explode-purge-all-zoom-extents-save/m-p/3279333#M57809</guid>
      <dc:creator>jeff</dc:creator>
      <dc:date>2012-01-03T17:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Bind Xref, Explode, Purge All, Zoom Extents, Save</title>
      <link>https://forums.autodesk.com/t5/net-forum/bind-xref-explode-purge-all-zoom-extents-save/m-p/3280065#M57810</link>
      <description>&lt;P&gt;You can try &lt;A href="http://sites.google.com/site/cadkits/home/explodeall" target="_self"&gt;EXPLODEALL.vlx&lt;/A&gt; to bind xref and explode them while keep the original color and trim off objects outside the xref&amp;nbsp;clipping boundary.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3wood&lt;/P&gt;&lt;P&gt;&lt;A href="http://sites.google.com/site/cadkits/home" target="_self"&gt;CAD KITS&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2012 03:37:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/bind-xref-explode-purge-all-zoom-extents-save/m-p/3280065#M57810</guid>
      <dc:creator>3wood</dc:creator>
      <dc:date>2012-01-04T03:37:25Z</dc:date>
    </item>
  </channel>
</rss>

