<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>CAD Forum discussion (EN) : Copy Multiple Objects??</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : Copy Multiple Objects??]]></description>
  <pubDate>Fri, 04 Sep 2026 03:22:24 +0000</pubDate>
  <lastBuildDate>Thu, 07 Jan 2010 23:22:51 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.cadforum.cz/forum_en/RSS_post_feed.asp?TID=2974</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD Forum discussion (EN)]]></title>
   <url>https://www.cadforum.cz/forum_en/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum_en/</link>
  </image>
  <item>
   <title><![CDATA[Copy Multiple Objects?? : You can copy in the &amp;#034;multiple&amp;#034;...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=2974&amp;PID=7903&amp;title=copy-multiple-objects#7903</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=73469">CarlB</a><br /><strong>Subject:</strong> 2974<br /><strong>Posted:</strong> 07.Jan.2010 at 23:22<br /><br />You can copy in the "multiple" mode, and enter just a distance for the "copy to" point and it copys in direction of the cursor.&nbsp; So if doing orthogonal copying/offsets, turn ortho mode on (F8). But you'd still need to add up distances since you enter distance from first object.&nbsp; (Adding metric should be easier than imperial). :) <DIV>&nbsp;</DIV><DIV>**EDIT**</DIV><DIV>&nbsp;</DIV><DIV>OK you probably knew this since you said "not copy multiple".</DIV><DIV>So here's a short lisp to allow you to just enter offset distances in the copy multiple mode, and will be copy in direction of initial cursor. If not experienced with lisp, just copy/paste the below&nbsp; to the command line, start with "cm".</DIV><DIV>&nbsp;</DIV><DIV>(defun c:cm ()<BR>(setq totdist 0)<BR>(setq c_set (ssget))<BR>(command "._copy" "p" "" "_M" pause)<BR>(while (setq offset (getreal "offset: "))<BR>&nbsp; (setq totdist (+ totdist offset))<BR>&nbsp; (command totdist)<BR>)<BR>(command "")<BR>)</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><span style="font-size:10px"><br /><br />Edited by CarlB - 07.Jan.2010 at 23:41</span>]]>
   </description>
   <pubDate>Thu, 07 Jan 2010 23:22:51 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=2974&amp;PID=7903&amp;title=copy-multiple-objects#7903</guid>
  </item> 
  <item>
   <title><![CDATA[Copy Multiple Objects?? : I&amp;#039;m not asking about Copy...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=2974&amp;PID=7902&amp;title=copy-multiple-objects#7902</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=49733">Enterdevo</a><br /><strong>Subject:</strong> 2974<br /><strong>Posted:</strong> 07.Jan.2010 at 21:56<br /><br />I'm not asking about Copy Multiple! <br><br>Picture this: I'm recreating a hard copy of a drawing with many gridlines. They are all different lengths between. <br><br>Is there a way to copy the first gridline once, then type in the dimension between without having to press Copy, highlight the object again, Enter, type in the dimension. I'm thinking sort of like "Continuous Dimension" but with copy? Like a continuous copy....it starts again AFTER the line I just made... Array can work, but I have different dims between. Its just a pain in the ass! <br><br>I can do the math and just add the numbers between the gridlines, but when working in metric its hard! <br><br>I pretty much just want to press Enter then type in the dim and it continues to copy after the last gridline....<br><br>Does this make sense? lol <br>]]>
   </description>
   <pubDate>Thu, 07 Jan 2010 21:56:03 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=2974&amp;PID=7902&amp;title=copy-multiple-objects#7902</guid>
  </item> 
 </channel>
</rss>