<?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>tema Re: ACAD 2002 Multiple copies en AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/acad-2002-multiple-copies/m-p/7551245#M907590</link>
    <description>&lt;P&gt;Kent, THANKS for the help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This lets me place 1 selected object multiple times:&amp;nbsp;&amp;nbsp;$M=$(if,$(eq,$(substr,$(getvar,cmdnames),1,4),grip),_copy,^C^C_copy \ m)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What goes where so I can select multiple objects to copy to multiple places?&lt;/P&gt;</description>
    <pubDate>Thu, 16 Nov 2017 22:06:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-16T22:06:21Z</dc:date>
    <item>
      <title>ACAD 2002 Multiple copies</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/acad-2002-multiple-copies/m-p/7551070#M907567</link>
      <description>&lt;P&gt;Hello, I'm trying to change the "copy" menu macro ^C^C_copy to be able to select multiple objects then place them multiple times.&amp;nbsp; I can select multiple objects with the regular command but can only place them once.&amp;nbsp; I can add "\ m)" to the end of the command and select one object and place multiple copies. But I can't get set the macro so it does both.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THANKS&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 21:06:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/acad-2002-multiple-copies/m-p/7551070#M907567</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-16T21:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: ACAD 2002 Multiple copies</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/acad-2002-multiple-copies/m-p/7551072#M907568</link>
      <description>&lt;P&gt;Try starting your macro with a "SELECT" command instead.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 21:07:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/acad-2002-multiple-copies/m-p/7551072#M907568</guid>
      <dc:creator>dmfrazier</dc:creator>
      <dc:date>2017-11-16T21:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: ACAD 2002 Multiple copies</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/acad-2002-multiple-copies/m-p/7551091#M907570</link>
      <description>&lt;P&gt;Where do I put the "select"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$M=$(if,$(eq,$(substr,$(getvar,cmdnames),1,4),grip),_copy,^C^C_copy \ m)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THANKS for the response&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 21:13:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/acad-2002-multiple-copies/m-p/7551091#M907570</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-16T21:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: ACAD 2002 Multiple copies</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/acad-2002-multiple-copies/m-p/7551109#M907573</link>
      <description>&lt;P&gt;Between&amp;nbsp;^C^C and _copy.&lt;/P&gt;
&lt;P&gt;Also, pause for user to select objects.&lt;/P&gt;
&lt;P&gt;Not sure, but you might have to make sure&amp;nbsp;PickFirst variable is set to 1 also.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 21:19:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/acad-2002-multiple-copies/m-p/7551109#M907573</guid>
      <dc:creator>dmfrazier</dc:creator>
      <dc:date>2017-11-16T21:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: ACAD 2002 Multiple copies</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/acad-2002-multiple-copies/m-p/7551119#M907574</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Where do I put the "select"?&lt;/P&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The SELECT command in a command macro, unlike any other command involving object selection,&amp;nbsp;can take &lt;FONT color="#ff0000"&gt;&lt;EM&gt;one&lt;/EM&gt;&amp;nbsp; backslash&lt;/FONT&gt; for User input,&amp;nbsp;under&amp;nbsp;which you can select &lt;EM&gt;any number of things&lt;/EM&gt;, use any selection options [Remove, Fence, All, etc.], and when you finish the SELECTion, you can go on, giving the &lt;FONT color="#0000ff"&gt;&lt;STRONG&gt;P&lt;/STRONG&gt;&lt;/FONT&gt;revious selection to the COPY command.&amp;nbsp; Just that portion of it, through to the Multiple option in COPY:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SELECT &lt;STRONG&gt;&lt;FONT color="#ff0000"&gt;\&lt;/FONT&gt;&lt;/STRONG&gt;COPY &lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;P&lt;/FONT&gt;&lt;/STRONG&gt;;;M&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[You can use two &lt;EM&gt;spaces&lt;/EM&gt; after the P -- I just used two semicolons so it's clear there are two, one to "register" the P and one to complete the selection.]&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 21:28:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/acad-2002-multiple-copies/m-p/7551119#M907574</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2017-11-16T21:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: ACAD 2002 Multiple copies</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/acad-2002-multiple-copies/m-p/7551129#M907576</link>
      <description>&lt;P&gt;I'm sorry, I am stupid on this stuff, what exactly goes between ^C^C and _copy?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 21:29:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/acad-2002-multiple-copies/m-p/7551129#M907576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-16T21:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: ACAD 2002 Multiple copies</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/acad-2002-multiple-copies/m-p/7551190#M907583</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;....&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$M=$(if,$(eq,$(substr,$(getvar,cmdnames),1,4),grip),_copy,^C^C_copy \ m)&lt;/P&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Looking at that some more, and if I'm reading it right, considering that I have hardly done anything with Diesel so I may have this wrong [I didn't try it]:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When Grip-editing, if you have multiple objects selected and you grab a grip and go into the Copy option, it copies only the object that the grip is on.&amp;nbsp; But if you hit &lt;FONT color="#ff00ff"&gt;Enter&lt;/FONT&gt; &lt;EM&gt;before&lt;/EM&gt; going into the Copy option, it copies everything selected.&amp;nbsp; But multiple-Copy mode is automatic in that context.&amp;nbsp; So try this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$M=$(if,$(eq,$(substr,$(getvar,cmdnames),1,4),grip),&lt;FONT color="#ff00ff"&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/FONT&gt;_copy,^C^CSELECT &lt;STRONG&gt;&lt;FONT color="#ff0000"&gt;\&lt;/FONT&gt;&lt;/STRONG&gt;COPY &lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;P&lt;/FONT&gt;&lt;/STRONG&gt;;;M)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, it looks like that should go into Copy-everything mode if you have things selected &lt;EM&gt;and you grabbed a grip first before picking on the macro&lt;/EM&gt;, otherwise it will cancel the selection and ask you to SELECT things.&amp;nbsp; That means if you have things pre-selected and pick on the macro &lt;EM&gt;without&lt;/EM&gt; having grabbed a grip first, it will also &lt;EM&gt;cancel your selection,&lt;/EM&gt;&amp;nbsp;and you'll have to pick things again.&amp;nbsp; Do you need to have it &lt;EM&gt;keep&lt;/EM&gt;&amp;nbsp; any pre-selection if you pick on the macro without having first grabbed a grip?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 21:47:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/acad-2002-multiple-copies/m-p/7551190#M907583</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2017-11-16T21:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: ACAD 2002 Multiple copies</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/acad-2002-multiple-copies/m-p/7551245#M907590</link>
      <description>&lt;P&gt;Kent, THANKS for the help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This lets me place 1 selected object multiple times:&amp;nbsp;&amp;nbsp;$M=$(if,$(eq,$(substr,$(getvar,cmdnames),1,4),grip),_copy,^C^C_copy \ m)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What goes where so I can select multiple objects to copy to multiple places?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 22:06:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/acad-2002-multiple-copies/m-p/7551245#M907590</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-16T22:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: ACAD 2002 Multiple copies</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/acad-2002-multiple-copies/m-p/7551249#M907591</link>
      <description>&lt;P&gt;Sorry, I sent the last post before I saw this latest one.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 22:07:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/acad-2002-multiple-copies/m-p/7551249#M907591</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-16T22:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: ACAD 2002 Multiple copies</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/acad-2002-multiple-copies/m-p/7551258#M907592</link>
      <description>&lt;P&gt;Your last post did it, THANKS very much, I have been trying different combinations all afternoon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THANKS, again&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 22:10:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/acad-2002-multiple-copies/m-p/7551258#M907592</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-16T22:10:36Z</dc:date>
    </item>
  </channel>
</rss>

