<?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: Drawing Numbering in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/drawing-numbering/m-p/7301349#M214699</link>
    <description>&lt;P&gt;&lt;EM&gt;"...my query is there an easy way to number multiple drawings sequentially to suit client requirements."&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The answer is: no, there is no "easy way".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You either (1) have to just get in there and start doing it until it's finished, or you (2) have to get someone to create some&amp;nbsp;very specific custom programming to automate it,&amp;nbsp;at least partially.&amp;nbsp; You can reasonably accurately estimate how long it would take to do (1) by timing the process to do a few and then doing the math. If you're up against a deadline, the job could be expedited by putting multiple people on it.&amp;nbsp; You cannot accurately estimate how long it would take to do the custom programming.&amp;nbsp; Based on my experience with similar things in my company, I would bet on (1) being faster (and probably less expensive), despite the obvious tedium of the task.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Aug 2017 12:59:09 GMT</pubDate>
    <dc:creator>dmfrazier</dc:creator>
    <dc:date>2017-08-15T12:59:09Z</dc:date>
    <item>
      <title>Drawing Numbering</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/drawing-numbering/m-p/7300147#M214694</link>
      <description>&lt;P&gt;The dilemma I have is that we have finished the project with some 2100 drawings all numbered with our drawing number system in appropriate drawing border attribute and now the client wants us to add his drawing number to the drawings. We allowed an attribute for this and is currently unpopulated and my query is there an easy way to number multiple drawings sequentially to suit client requirements.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Mick&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 23:13:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/drawing-numbering/m-p/7300147#M214694</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-14T23:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Drawing Numbering</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/drawing-numbering/m-p/7300418#M214695</link>
      <description>&lt;P&gt;I don't know where does the client wants to add drawing number correctly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the numbers add on the Drawing filename as sequentially, Search "File Renamer" in Google, Then you can see some application that it is the easy way to rename file quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it inserts Drawing number at the Drawing Layout, I recommend using Script, Such as open drawing, add numbers, close drawing.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 03:07:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/drawing-numbering/m-p/7300418#M214695</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-15T03:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Drawing Numbering</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/drawing-numbering/m-p/7300569#M214696</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;&lt;P&gt;The dilemma I have is that we have finished the project with some 2100 drawings all numbered with our drawing number system in appropriate drawing border attribute and now the client wants us to add his drawing number to the drawings. We allowed an attribute for this and is currently unpopulated and my query is there an easy way to number multiple drawings sequentially to suit client requirements.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Mick&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Indeed script is your best option.&lt;/P&gt;&lt;P&gt;The only thing is, your attribute for client number should contain unique default value (say on all 2100 drw the value is XXX-YYY-ZZZ), such that it is easy to recognize &lt;STRIKE&gt;by yourself&lt;/STRIKE&gt; by script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Logic for your script should be following:&lt;/P&gt;&lt;P&gt;open DRW_ABC -&amp;gt; find XXX-YYY-ZZZ -&amp;gt; replace ZZZ-YYY-XXX -&amp;gt; save-&amp;gt;&amp;nbsp;close&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The best to create such script in excel and then save it as txt file and then change txt extension to scr.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This programs can help you to automate process even further -&amp;gt; &lt;A title="scripting tool 1" href="https://knowledge.autodesk.com/search-result/caas/downloads/content/autodesk-customization-conversion-tools.html" target="_blank"&gt;option 1&lt;/A&gt;&amp;nbsp;and &lt;A title="scripting tool 2" href="http://lee-mac.com/scriptwriter.html" target="_blank"&gt;option 2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="advanced find replace tool" href="http://lee-mac.com/bfind.html" target="_blank"&gt;Here&lt;/A&gt; is advanced find/replace tool&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 05:53:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/drawing-numbering/m-p/7300569#M214696</guid>
      <dc:creator>AIR_123</dc:creator>
      <dc:date>2017-08-15T05:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Drawing Numbering</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/drawing-numbering/m-p/7300612#M214697</link>
      <description>&lt;P&gt;It sounds not good the client asks for adding their drawing numbers when the project/drawings have been finished.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't see an easy way for adding number to the drawings. If you are changing file names then it would be much easier but it is another story.&lt;/P&gt;
&lt;P&gt;In&amp;nbsp;your case whatever you do you have to open drawing files individually.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 06:25:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/drawing-numbering/m-p/7300612#M214697</guid>
      <dc:creator>BeKirra</dc:creator>
      <dc:date>2017-08-15T06:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Drawing Numbering</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/drawing-numbering/m-p/7300683#M214698</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/468723"&gt;@BeKirra&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;It sounds not good the client asks for adding their drawing numbers when the project/drawings have been finished.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You are right, but sometimes it happens! Drawing number maybe already stored in client MDR, but they decided also to show them on the drawing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;In&amp;nbsp;your case whatever you do you have to open drawing files individually.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Not agree. In case if you have unique reserved attribute/text, proper script will care about this.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 07:07:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/drawing-numbering/m-p/7300683#M214698</guid>
      <dc:creator>AIR_123</dc:creator>
      <dc:date>2017-08-15T07:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Drawing Numbering</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/drawing-numbering/m-p/7301349#M214699</link>
      <description>&lt;P&gt;&lt;EM&gt;"...my query is there an easy way to number multiple drawings sequentially to suit client requirements."&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The answer is: no, there is no "easy way".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You either (1) have to just get in there and start doing it until it's finished, or you (2) have to get someone to create some&amp;nbsp;very specific custom programming to automate it,&amp;nbsp;at least partially.&amp;nbsp; You can reasonably accurately estimate how long it would take to do (1) by timing the process to do a few and then doing the math. If you're up against a deadline, the job could be expedited by putting multiple people on it.&amp;nbsp; You cannot accurately estimate how long it would take to do the custom programming.&amp;nbsp; Based on my experience with similar things in my company, I would bet on (1) being faster (and probably less expensive), despite the obvious tedium of the task.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 12:59:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/drawing-numbering/m-p/7301349#M214699</guid>
      <dc:creator>dmfrazier</dc:creator>
      <dc:date>2017-08-15T12:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Drawing Numbering</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/drawing-numbering/m-p/7301716#M214700</link>
      <description>&lt;P&gt;I thought that was what interns were for?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 14:46:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/drawing-numbering/m-p/7301716#M214700</guid>
      <dc:creator>gotphish001</dc:creator>
      <dc:date>2017-08-15T14:46:35Z</dc:date>
    </item>
  </channel>
</rss>

