<?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: Setting current properties from an existing object? in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/setting-current-properties-from-an-existing-object/m-p/7493287#M205253</link>
    <description>Wouldn't that be ADDSELECTED command in AutoCAD? Look it up in HELP.</description>
    <pubDate>Thu, 26 Oct 2017 12:14:30 GMT</pubDate>
    <dc:creator>pendean</dc:creator>
    <dc:date>2017-10-26T12:14:30Z</dc:date>
    <item>
      <title>Setting current properties from an existing object?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/setting-current-properties-from-an-existing-object/m-p/7493111#M205252</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Anyone know how to create a new object in AutoCAD that's based on the properties of a selected object?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For example, if you select a line then&amp;nbsp;when drawing a new line it will have the properties of the selected&amp;nbsp;line (layer, style, colour etc.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(not Match Properties)&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 11:25:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/setting-current-properties-from-an-existing-object/m-p/7493111#M205252</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-26T11:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Setting current properties from an existing object?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/setting-current-properties-from-an-existing-object/m-p/7493287#M205253</link>
      <description>Wouldn't that be ADDSELECTED command in AutoCAD? Look it up in HELP.</description>
      <pubDate>Thu, 26 Oct 2017 12:14:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/setting-current-properties-from-an-existing-object/m-p/7493287#M205253</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2017-10-26T12:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Setting current properties from an existing object?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/setting-current-properties-from-an-existing-object/m-p/7493317#M205254</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;...edit:&amp;nbsp;looks like i learned somethign new today &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 12:23:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/setting-current-properties-from-an-existing-object/m-p/7493317#M205254</guid>
      <dc:creator>TheCADnoob</dc:creator>
      <dc:date>2017-10-26T12:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Setting current properties from an existing object?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/setting-current-properties-from-an-existing-object/m-p/7493487#M205255</link>
      <description>&lt;P&gt;ADDSELECTED is just the ticket! Thanks Dean.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 13:18:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/setting-current-properties-from-an-existing-object/m-p/7493487#M205255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-26T13:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Setting current properties from an existing object?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/setting-current-properties-from-an-existing-object/m-p/7493513#M205256</link>
      <description>&lt;P&gt;For greater possibilities than ADDSELECTED, try &lt;STRONG&gt;MakeMore.lsp&lt;/STRONG&gt; with its &lt;STRONG&gt;MM&lt;/STRONG&gt; command, available &lt;A href="http://cadtips.cadalyst.com/match-properties/make-new-objects-with-existing-objects-properties" target="_blank"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It has several advantages over ADDSELECTED&amp;nbsp;-- some examples:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One of the best -- if you select&amp;nbsp;a Polyline, ADDSELECTED will simply call up the PLINE command, whereas &lt;STRONG&gt;MM&lt;/STRONG&gt; will offer you&amp;nbsp;the various commands that &lt;EM&gt;make&lt;/EM&gt;&amp;nbsp; Polylines [seven of them] as options to choose from.&amp;nbsp; And it can &lt;EM&gt;recognize certain types &lt;/EM&gt;&amp;nbsp;[Rectangles, Donuts, Revclouds,&amp;nbsp;Polygons], and offer the appropriate command as default.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For Text or Dimensions,&amp;nbsp;MM offers the option to make a continuation of the selected one, or start a new one somewhere else.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For Points, ADDSELECTED just starts a Point command, but MM also offers Divide and Measure as options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you select something that has a &lt;EM&gt;non-default override&lt;/EM&gt;&amp;nbsp; on some propert/ies [color, linetype, etc.], it warns you that it's changing the current-entity property/ies to match, and that you should change it/them back.&amp;nbsp; It does not change them back itself, because you might want to draw more than one of whatever you're Making More of,&amp;nbsp;but it contains a MMR command [= MakeMore Reset] that will restore the property settings from beforehand.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And there are others....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You would still want ADDSELECTED in your quiver, because MakeMore was written under Acad2004, before certain entity types existed, so it won't duplicate every possible thing.&amp;nbsp; But if you pick one of those, it at least tells you that it has set the Layer and&amp;nbsp;other properties&amp;nbsp;to match&amp;nbsp;it but isn't able to call the command for it.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 13:25:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/setting-current-properties-from-an-existing-object/m-p/7493513#M205256</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2017-10-26T13:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Setting current properties from an existing object?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/setting-current-properties-from-an-existing-object/m-p/7493880#M205257</link>
      <description>&lt;P&gt;Excellent routine. I've loaded MakeMore.lsp too - thanks Kent.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 15:13:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/setting-current-properties-from-an-existing-object/m-p/7493880#M205257</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-26T15:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Setting current properties from an existing object?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/setting-current-properties-from-an-existing-object/m-p/8263566#M205258</link>
      <description>&lt;P&gt;How about maintaining those acquired settings (layer, color, line weight, width) for more than just one command?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Sep 2018 17:01:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/setting-current-properties-from-an-existing-object/m-p/8263566#M205258</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-12T17:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Setting current properties from an existing object?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/setting-current-properties-from-an-existing-object/m-p/8263861#M205259</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;How about maintaining those acquired settings (layer, color, line weight, width) for more than just one command?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The MM command in MakeMore.lsp does that.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Sep 2018 18:50:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/setting-current-properties-from-an-existing-object/m-p/8263861#M205259</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2018-09-12T18:50:28Z</dc:date>
    </item>
  </channel>
</rss>

