<?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: Copy objects to current layer in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/copy-objects-to-current-layer/m-p/9492862#M179233</link>
    <description>&lt;P&gt;If you use command Copytolayer, hit Enter &lt;STRONG&gt;three times&lt;/STRONG&gt; after you select object(s). It will make the object(s) copy in the current layer. Each enter does the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First Enter: confirms the selection&lt;/P&gt;&lt;P&gt;Second Enter: opens&amp;nbsp; a window where you can select the layer&lt;/P&gt;&lt;P&gt;Third Enter: selects the current layer and closes the window&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;</description>
    <pubDate>Tue, 05 May 2020 12:22:51 GMT</pubDate>
    <dc:creator>AntoninVojtesekV</dc:creator>
    <dc:date>2020-05-05T12:22:51Z</dc:date>
    <item>
      <title>Copy objects to current layer</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/copy-objects-to-current-layer/m-p/8008219#M179226</link>
      <description>&lt;P&gt;How to make a lisp for copying objects to the layer that is current?&lt;/P&gt;&lt;P&gt;As there are hundreds of layers in file and layer names are quite long, it is very hard to use COPYTOLAYER command, as it prompts for name.&lt;/P&gt;&lt;P&gt;Match layer is also annoying if there are no objects in drawing with current layer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for replies.&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 09:19:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/copy-objects-to-current-layer/m-p/8008219#M179226</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-17T09:19:34Z</dc:date>
    </item>
    <item>
      <title>Betreff: Copy objects to current layer</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/copy-objects-to-current-layer/m-p/8008237#M179227</link>
      <description>&lt;P&gt;(command "_copytolayer" (ssget) "" (getvar 'CLAYER) "")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(command "_copytolayer" (ssget) "" (getvar 'CLAYER) "_non" "0,0" "_non" "200,0") &lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 09:31:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/copy-objects-to-current-layer/m-p/8008237#M179227</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2018-05-17T09:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Copy objects to current layer</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/copy-objects-to-current-layer/m-p/8008256#M179228</link>
      <description>&lt;P&gt;Have you tried the LAYCUR command&lt;/P&gt;&lt;P&gt;It changes the entities you have selected to the current layer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Michael Kovacik&lt;BR /&gt;2d &amp;amp; 3d Autocad and Inventor designer/draughtsman&lt;BR /&gt;.&lt;BR /&gt;Draughting/Designing (Manufacturing) (31 yrs)&lt;BR /&gt;-Drawing Board (3 yrs)&lt;BR /&gt;--Cad (28 yrs)&lt;BR /&gt;---Cadkey (4 yrs)&lt;BR /&gt;---AutoCAD 2d &amp;amp; 3d (16 yrs)&lt;BR /&gt;---Inventor (4 yrs)&lt;BR /&gt;---Autocad and Inventor Simultaneously (4 years)&lt;BR /&gt;---(and recently Autocad/Inventor Customisation)&lt;BR /&gt;.&lt;BR /&gt;Higher Diploma Mechanical Engineering&lt;BR /&gt;Certified Autocad 2013 &amp;amp; Inventor 2013 Professional&lt;BR /&gt;Authorised Autodesk Trainer&lt;BR /&gt;.&lt;BR /&gt;Autodesk Product Design Suite Ultimate 2018&lt;BR /&gt;Autocad 2018, Inventor Pro 2018&lt;BR /&gt;(personal licensed copy)&lt;BR /&gt;.&lt;BR /&gt;Johannesburg, South Africa&lt;BR /&gt;.&lt;BR /&gt;(Impossible only means you haven't&lt;BR /&gt;found the solution yet)&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 09:45:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/copy-objects-to-current-layer/m-p/8008256#M179228</guid>
      <dc:creator>MikeKovacik4928</dc:creator>
      <dc:date>2018-05-17T09:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Copy objects to current layer</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/copy-objects-to-current-layer/m-p/8008529#M179229</link>
      <description>&lt;P&gt;Yes, have tried it, but it is "extra click", therefore looking for solution to minimize the effort after copying object.&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 11:38:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/copy-objects-to-current-layer/m-p/8008529#M179229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-17T11:38:24Z</dc:date>
    </item>
    <item>
      <title>Betreff: Copy objects to current layer</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/copy-objects-to-current-layer/m-p/8008546#M179230</link>
      <description>&lt;P&gt;Thank You!&lt;/P&gt;&lt;P&gt;How can I add "select base point" and "select insertion point" to this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 11:43:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/copy-objects-to-current-layer/m-p/8008546#M179230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-17T11:43:16Z</dc:date>
    </item>
    <item>
      <title>Betreff: Copy objects to current layer</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/copy-objects-to-current-layer/m-p/8008586#M179231</link>
      <description>&lt;P&gt;(command "_copytolayer" (ssget) "" (getvar 'CLAYER) PAUSE PAUSE)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;?&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 11:52:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/copy-objects-to-current-layer/m-p/8008586#M179231</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2018-05-17T11:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Copy objects to current layer</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/copy-objects-to-current-layer/m-p/8011131#M179232</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymouswrote:&lt;BR /&gt;&lt;P&gt;How to make a lisp for copying objects to the layer that is current?&lt;/P&gt;&lt;P&gt;As there are hundreds of layers in file and layer names are quite long, it is very hard to use COPYTOLAYER command, as it prompts for name.&lt;/P&gt;&lt;P&gt;Match layer is also annoying if there are no objects in drawing with current layer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for replies.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;COPYTOLAYER also allows for selecting an object on the destination layer. Quite simple, really.&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 11:25:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/copy-objects-to-current-layer/m-p/8011131#M179232</guid>
      <dc:creator>RobDraw</dc:creator>
      <dc:date>2018-05-18T11:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Copy objects to current layer</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/copy-objects-to-current-layer/m-p/9492862#M179233</link>
      <description>&lt;P&gt;If you use command Copytolayer, hit Enter &lt;STRONG&gt;three times&lt;/STRONG&gt; after you select object(s). It will make the object(s) copy in the current layer. Each enter does the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First Enter: confirms the selection&lt;/P&gt;&lt;P&gt;Second Enter: opens&amp;nbsp; a window where you can select the layer&lt;/P&gt;&lt;P&gt;Third Enter: selects the current layer and closes the window&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2020 12:22:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/copy-objects-to-current-layer/m-p/9492862#M179233</guid>
      <dc:creator>AntoninVojtesekV</dc:creator>
      <dc:date>2020-05-05T12:22:51Z</dc:date>
    </item>
  </channel>
</rss>

