<?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 Betreff: Script for Moving all drawings to 0,0 in AutoCAD LT Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-lt-forum/script-for-moving-all-drawings-to-0-0/m-p/10600792#M13917</link>
    <description>&lt;P&gt;&lt;BR /&gt;&amp;gt;&amp;gt;"There are some attributes in the titleblock which will ask for entering the values as I do the pasteclip."&lt;BR /&gt;&lt;STRONG&gt;You doesn't paste lines and attribute definitions, you are creating a new Block and blockreference... Wrong thing.&lt;/STRONG&gt;&lt;BR /&gt;&lt;U&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;This is not a usual happening, your program-or-your file(s) doesn't works as it should!&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Or you are using the wrong command, for _pasteblock it would be right, but it is the wrong command with a wrong result.&lt;/EM&gt;&lt;BR /&gt;_PASTECLIP shouldn't create a new block and a blockreference =&amp;gt; no attributes =&amp;gt; no question about attribute values.&lt;STRONG&gt;Read this ans 100 other threads where other people had the same issue&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;A href="https://forums.autodesk.com/t5/autocad-forum/ctrl-v-is-pasting-as-a-block/td-p/5128540" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/autocad-forum/ctrl-v-is-pasting-as-a-block/td-p/5128540&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;"- If I could do with the move command it would not ask for entering the attribute values. "&lt;/EM&gt;&lt;BR /&gt;You doesn't understand that attributdefinitions never askl for a attribute value and if it happens, &lt;BR /&gt;there is something wrong!? &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;"Any Idea how to resolve without entering the attribute value?"&lt;/EM&gt;&lt;BR /&gt;1. You have a buggy system or file, this process should ask for attribute values&lt;BR /&gt;because these steps SHOULD insert attdefs and lines and not a blockreference with attributes.&lt;BR /&gt;2. If you have another case where you want to insert blockreferences, you can controle by ATTDIA and ATTREQ [F1]-Help for more informations&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Note, Extmin and also the pasteclip way is just NEAR TO what you want, it is not exactly - but the best way without programming.&lt;BR /&gt;Just a workaround, but better than nothing &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you like to check the result: New empty file, draw one RECTANGle, set Luprec to 8&lt;BR /&gt;and try both macros (cutclip/pasteclip works a bit better than EXMIN coordinate).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EXTMIN way&lt;BR /&gt;^C^C^C_.UCS;_world;_.ZOOM;_extents;_.MOVE;_all;;$M=$(getvar,EXTMIN);_none;0,0,0;_.ZOOM;_extents&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and&lt;/P&gt;
&lt;P&gt;CUTCLIP way&lt;BR /&gt;^C^C^C_.CUTCLIP;_all;;_.PASTECLIP;_none;*0,0,0;_.ZOOM;_extents&lt;/P&gt;</description>
    <pubDate>Sun, 05 Sep 2021 13:01:48 GMT</pubDate>
    <dc:creator>cadffm</dc:creator>
    <dc:date>2021-09-05T13:01:48Z</dc:date>
    <item>
      <title>Script for Moving all drawings to 0,0</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/script-for-moving-all-drawings-to-0-0/m-p/10589691#M13908</link>
      <description>&lt;P&gt;Looking for the command which can help me in picking the lowest left corner of the drawing so that I can make it as the base point for moving it to 0,0.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help ....&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 07:14:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/script-for-moving-all-drawings-to-0-0/m-p/10589691#M13908</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-01T07:14:30Z</dc:date>
    </item>
    <item>
      <title>Betreff: Script for Moving all drawings to 0,0</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/script-for-moving-all-drawings-to-0-0/m-p/10589698#M13909</link>
      <description>&lt;P&gt;_COPYCLIP is the best way&lt;/P&gt;
&lt;P&gt;_unlock and thaw your layers&lt;/P&gt;
&lt;P&gt;and then copyclip all objects&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;_.COPYCLIP _all&lt;/P&gt;
&lt;P&gt;_.PASTECLIP 0,0,0 or *0,0,0 to force wcs coordinates&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You know now the way to go, create your macro - &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[EDIT: And think twice about the UCS handling you want/need]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 07:21:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/script-for-moving-all-drawings-to-0-0/m-p/10589698#M13909</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2021-09-01T07:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Script for Moving all drawings to 0,0</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/script-for-moving-all-drawings-to-0-0/m-p/10590526#M13910</link>
      <description>The user will still have to manually select a start point, there is no such level of automation in the LT version of AutoCAD, if that is your intent.&lt;BR /&gt;&lt;BR /&gt;See the easy tip above assuming the default AutoCAD-found lower-left corner is actually what you want to place at 0,0, unless you know the exact starting coordinates that are 100% identical in ALL files you open, which would be somewhat of a miracle.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Wed, 01 Sep 2021 13:19:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/script-for-moving-all-drawings-to-0-0/m-p/10590526#M13910</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2021-09-01T13:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Script for Moving all drawings to 0,0</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/script-for-moving-all-drawings-to-0-0/m-p/10600278#M13911</link>
      <description>&lt;P&gt;Thanks for the information.... Need a small clarification also.&lt;/P&gt;&lt;P&gt;I could understand that command : extmin will give the lowest left corner of the drawing, but facing difficulty in assigning that coordinate as the base point (dont know how to assign the coordinate generated with Extmin as the base point for the move command). The intension is,&amp;nbsp; if the base point can be assigned as the extmin value then the second point can be given as 0,0 and could complete what I am looking for.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any solution for the same... Please guide.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Sep 2021 05:26:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/script-for-moving-all-drawings-to-0-0/m-p/10600278#M13911</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-05T05:26:02Z</dc:date>
    </item>
    <item>
      <title>Betreff: Script for Moving all drawings to 0,0</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/script-for-moving-all-drawings-to-0-0/m-p/10600385#M13912</link>
      <description>&lt;P&gt;Just one question, why not using (my) simple way?&lt;/P&gt;</description>
      <pubDate>Sun, 05 Sep 2021 06:57:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/script-for-moving-all-drawings-to-0-0/m-p/10600385#M13912</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2021-09-05T06:57:11Z</dc:date>
    </item>
    <item>
      <title>Betreff: Script for Moving all drawings to 0,0</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/script-for-moving-all-drawings-to-0-0/m-p/10600442#M13913</link>
      <description>&lt;P&gt;You will need to learn how to use &lt;A href="https://knowledge.autodesk.com/support/autocad-lt/learn-explore/caas/CloudHelp/cloudhelp/2020/ENU/AutoCAD-LT/files/GUID-27BF17D6-797C-45A0-AE7D-B0344C81AB48-htm.html" target="_blank" rel="noopener"&gt;DIESEL&lt;/A&gt; expressions in a macro. The macro would be something like this as an example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;^C^C_.move;all;;$M=$(getvar,extmin);0,0;&lt;/LI-CODE&gt;
&lt;P&gt;However, this is again unreliable as you are relying on what Autocad thinks are the extents at that particular moment in time (and you will get odd results sometimes).&lt;/P&gt;</description>
      <pubDate>Sun, 05 Sep 2021 07:43:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/script-for-moving-all-drawings-to-0-0/m-p/10600442#M13913</guid>
      <dc:creator>steven-g</dc:creator>
      <dc:date>2021-09-05T07:43:30Z</dc:date>
    </item>
    <item>
      <title>Betreff: Script for Moving all drawings to 0,0</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/script-for-moving-all-drawings-to-0-0/m-p/10600454#M13914</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/71745"&gt;@cadffm&lt;/a&gt;&amp;nbsp;_.COPYCLIP results in doubling the geometry in the drawing and could be placing a copy at an offset from the original with objects mixed together&amp;nbsp;(it makes a copy it doesn't move).&lt;/P&gt;</description>
      <pubDate>Sun, 05 Sep 2021 07:54:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/script-for-moving-all-drawings-to-0-0/m-p/10600454#M13914</guid>
      <dc:creator>steven-g</dc:creator>
      <dc:date>2021-09-05T07:54:17Z</dc:date>
    </item>
    <item>
      <title>Betreff: Script for Moving all drawings to 0,0</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/script-for-moving-all-drawings-to-0-0/m-p/10600465#M13915</link>
      <description>&lt;P&gt;Funny people here, thank you for explaination.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Copyclip and delete all&lt;/P&gt;
&lt;P&gt;or just&lt;/P&gt;
&lt;P&gt;cutclip instead copyclip&amp;amp;delete&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Sep 2021 08:05:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/script-for-moving-all-drawings-to-0-0/m-p/10600465#M13915</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2021-09-05T08:05:50Z</dc:date>
    </item>
    <item>
      <title>Betreff: Script for Moving all drawings to 0,0</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/script-for-moving-all-drawings-to-0-0/m-p/10600660#M13916</link>
      <description>&lt;P&gt;Thanks for your valuable guidance. It worked fine to some extent, however there was still a small issue which I was not able to resolve.&lt;/P&gt;&lt;P&gt;- There are some attributes in the titleblock which will ask for entering the values as I do the pasteclip.&lt;/P&gt;&lt;P&gt;- If I could do with the move command it would not ask for entering the attribute values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any Idea how to resolve without entering the attribute value? If there is a solution for that then it would be a great help and would save lot of time for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Sep 2021 11:00:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/script-for-moving-all-drawings-to-0-0/m-p/10600660#M13916</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-05T11:00:07Z</dc:date>
    </item>
    <item>
      <title>Betreff: Script for Moving all drawings to 0,0</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/script-for-moving-all-drawings-to-0-0/m-p/10600792#M13917</link>
      <description>&lt;P&gt;&lt;BR /&gt;&amp;gt;&amp;gt;"There are some attributes in the titleblock which will ask for entering the values as I do the pasteclip."&lt;BR /&gt;&lt;STRONG&gt;You doesn't paste lines and attribute definitions, you are creating a new Block and blockreference... Wrong thing.&lt;/STRONG&gt;&lt;BR /&gt;&lt;U&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;This is not a usual happening, your program-or-your file(s) doesn't works as it should!&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Or you are using the wrong command, for _pasteblock it would be right, but it is the wrong command with a wrong result.&lt;/EM&gt;&lt;BR /&gt;_PASTECLIP shouldn't create a new block and a blockreference =&amp;gt; no attributes =&amp;gt; no question about attribute values.&lt;STRONG&gt;Read this ans 100 other threads where other people had the same issue&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;A href="https://forums.autodesk.com/t5/autocad-forum/ctrl-v-is-pasting-as-a-block/td-p/5128540" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/autocad-forum/ctrl-v-is-pasting-as-a-block/td-p/5128540&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;"- If I could do with the move command it would not ask for entering the attribute values. "&lt;/EM&gt;&lt;BR /&gt;You doesn't understand that attributdefinitions never askl for a attribute value and if it happens, &lt;BR /&gt;there is something wrong!? &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;"Any Idea how to resolve without entering the attribute value?"&lt;/EM&gt;&lt;BR /&gt;1. You have a buggy system or file, this process should ask for attribute values&lt;BR /&gt;because these steps SHOULD insert attdefs and lines and not a blockreference with attributes.&lt;BR /&gt;2. If you have another case where you want to insert blockreferences, you can controle by ATTDIA and ATTREQ [F1]-Help for more informations&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Note, Extmin and also the pasteclip way is just NEAR TO what you want, it is not exactly - but the best way without programming.&lt;BR /&gt;Just a workaround, but better than nothing &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you like to check the result: New empty file, draw one RECTANGle, set Luprec to 8&lt;BR /&gt;and try both macros (cutclip/pasteclip works a bit better than EXMIN coordinate).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EXTMIN way&lt;BR /&gt;^C^C^C_.UCS;_world;_.ZOOM;_extents;_.MOVE;_all;;$M=$(getvar,EXTMIN);_none;0,0,0;_.ZOOM;_extents&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and&lt;/P&gt;
&lt;P&gt;CUTCLIP way&lt;BR /&gt;^C^C^C_.CUTCLIP;_all;;_.PASTECLIP;_none;*0,0,0;_.ZOOM;_extents&lt;/P&gt;</description>
      <pubDate>Sun, 05 Sep 2021 13:01:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/script-for-moving-all-drawings-to-0-0/m-p/10600792#M13917</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2021-09-05T13:01:48Z</dc:date>
    </item>
  </channel>
</rss>

