<?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: update dwg revision/date without opening file in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-dwg-revision-date-without-opening-file/m-p/11786499#M33758</link>
    <description>&lt;P&gt;OBDBX allows you to look inside a dwg and change things its like a do not visually open, Accoreconsole does a similar thing. Like wise using a script whilst opening files can be very fast. So 3 options for you to look into.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using say excel as a master project control is a good idea so updating both dwgs and project control.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Feb 2023 05:22:04 GMT</pubDate>
    <dc:creator>Sea-Haven</dc:creator>
    <dc:date>2023-02-28T05:22:04Z</dc:date>
    <item>
      <title>update dwg revision/date without opening file</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-dwg-revision-date-without-opening-file/m-p/11786005#M33755</link>
      <description>&lt;P&gt;I am currently trying to find a way to update a dwgs title block date/revision without opening the cad file but honestly not sure where to begin.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My first we will call it an "attempt" was to make a block with the things i want to change&lt;/P&gt;&lt;P&gt;aka Revdate Revnum Wblock it and use that&amp;nbsp;&lt;/P&gt;&lt;P&gt;then have a field read the revdate/revnum in their respective spots&lt;/P&gt;&lt;P&gt;then just update said block and overwrite the old one in multiple dwgs so it would go from lets say rev B to 0 or whatever i want it to say.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No idea if this would work and I also am not sure you can insert blocks into a dwg without opening those dwgs&lt;/P&gt;&lt;P&gt;Anyone know of a way to do that or even better a solution that isnt a brick when im trying to open a door?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Secondly i want to build a dwg list from a bunch of cad files lets say they are called&amp;nbsp;&lt;/P&gt;&lt;P&gt;PPL-DWG-110011&lt;/P&gt;&lt;P&gt;PPL-DWG-110012&lt;/P&gt;&lt;P&gt;is there a way to pull the DWG numbers their revs and dates and such without opening the drawing&lt;/P&gt;&lt;P&gt;for example lets say 110011 was rev 1 dated 02/20/23 but 110012 was rev 0 dated 02/18/23&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The info i need is in the title block i know which attdefs they are just not sure how to retrieve it without opening every single dwg&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 23:19:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-dwg-revision-date-without-opening-file/m-p/11786005#M33755</guid>
      <dc:creator>cchauffe</dc:creator>
      <dc:date>2023-02-27T23:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: update dwg revision/date without opening file</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-dwg-revision-date-without-opening-file/m-p/11786138#M33756</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13563972"&gt;@cchauffe&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;No, you cannot change any of the date/time dwgvars without opening the drawing, and then only by taking some action in the drawing and saving.&amp;nbsp; Although ZTREE can change the file date/time, it can't change AutoCAD's data within the drawing.&lt;/P&gt;
&lt;P&gt;But yes, you can assume that the OS date/time are correct (unless one of you has ZTREE).&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 01:01:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-dwg-revision-date-without-opening-file/m-p/11786138#M33756</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2023-02-28T01:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: update dwg revision/date without opening file</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-dwg-revision-date-without-opening-file/m-p/11786463#M33757</link>
      <description>&lt;P&gt;To manage individual drawing revision and date efficiently without opening them, the best tool is Sheet Set Manager.&lt;/P&gt;
&lt;P&gt;1. Create or open an existing sheet set.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SSM1.JPG" style="width: 300px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1182286i081A5AAD3BA3C5DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="SSM1.JPG" alt="SSM1.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;2. Right click any sheet and select "Properties..." from the shortcut menu.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3wood_0-1677559141879.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1182287iA0839DCBE52BC774/image-size/medium?v=v2&amp;amp;px=400" role="button" title="3wood_0-1677559141879.png" alt="3wood_0-1677559141879.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;3. Fill in "Sheet revision number" and "Sheet revision date" for individual drawing.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3wood_1-1677559207037.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1182288i3E90330AE5EEC52D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="3wood_1-1677559207037.png" alt="3wood_1-1677559207037.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;4. Open related drawing and insert field in either title block attribute or MText. (Can swap Step 3 &amp;amp; 4)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3wood_3-1677559462726.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1182290i87D0A99C1EBCA8D7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="3wood_3-1677559462726.png" alt="3wood_3-1677559462726.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;5. Close drawings.&lt;/P&gt;
&lt;P&gt;6. &lt;U&gt;Edit Sheet revision number and Sheet revision date in the Sheet Set Manage only without opening drawings&lt;/U&gt;.&lt;/P&gt;
&lt;P&gt;7. Open previous drawings to observe the automatic changes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To create a drawing list with Sheet revision number and sheet revision date, you can&lt;/P&gt;
&lt;P&gt;1. Open any sheet in your Sheet Set (Best in a cover sheet drawing), then right click the Sheet Set name and select "Insert Sheet List Table..." from the&amp;nbsp;shortcut menu.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3wood_4-1677559761710.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1182292i2C79F56CF3123780/image-size/medium?v=v2&amp;amp;px=400" role="button" title="3wood_4-1677559761710.png" alt="3wood_4-1677559761710.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;2. Edit the list field and include Sheet Revision Number and Sheet Revision Date, then insert the Table in the drawing.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3wood_5-1677559856421.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1182293iD6979CDECF55CD14/image-size/medium?v=v2&amp;amp;px=400" role="button" title="3wood_5-1677559856421.png" alt="3wood_5-1677559856421.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 04:54:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-dwg-revision-date-without-opening-file/m-p/11786463#M33757</guid>
      <dc:creator>3wood</dc:creator>
      <dc:date>2023-02-28T04:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: update dwg revision/date without opening file</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-dwg-revision-date-without-opening-file/m-p/11786499#M33758</link>
      <description>&lt;P&gt;OBDBX allows you to look inside a dwg and change things its like a do not visually open, Accoreconsole does a similar thing. Like wise using a script whilst opening files can be very fast. So 3 options for you to look into.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using say excel as a master project control is a good idea so updating both dwgs and project control.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 05:22:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-dwg-revision-date-without-opening-file/m-p/11786499#M33758</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2023-02-28T05:22:04Z</dc:date>
    </item>
  </channel>
</rss>

