<?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 Difference of PO command and selecting Multiple Points in expanded Draw panel in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/difference-of-po-command-and-selecting-multiple-points-in/m-p/10440949#M75051</link>
    <description>&lt;P&gt;When I type 'PO' and press enter, I can only select one point and then AutoCAD exits the command without any Esc or Enter key pressed by me&lt;/P&gt;&lt;P&gt;In contrast when I select the Multiple Points in the expanded Draw panel, I can select as many points I want and then I can exit the command by pressing Esc key&lt;/P&gt;&lt;P&gt;Is there a system variable that causes this difference between PO and Multiple Points? How can I make PO command work like the Multiple Points?&lt;/P&gt;</description>
    <pubDate>Sat, 03 Jul 2021 16:02:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-07-03T16:02:36Z</dc:date>
    <item>
      <title>Difference of PO command and selecting Multiple Points in expanded Draw panel</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/difference-of-po-command-and-selecting-multiple-points-in/m-p/10440949#M75051</link>
      <description>&lt;P&gt;When I type 'PO' and press enter, I can only select one point and then AutoCAD exits the command without any Esc or Enter key pressed by me&lt;/P&gt;&lt;P&gt;In contrast when I select the Multiple Points in the expanded Draw panel, I can select as many points I want and then I can exit the command by pressing Esc key&lt;/P&gt;&lt;P&gt;Is there a system variable that causes this difference between PO and Multiple Points? How can I make PO command work like the Multiple Points?&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jul 2021 16:02:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/difference-of-po-command-and-selecting-multiple-points-in/m-p/10440949#M75051</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-03T16:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Difference of PO command and selecting Multiple Points in expanded Draw panel</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/difference-of-po-command-and-selecting-multiple-points-in/m-p/10441237#M75052</link>
      <description>&lt;P&gt;You can do what that menu item probably does behind the scenes:&amp;nbsp; Use the &lt;STRONG&gt;MULTIPLE&lt;/STRONG&gt; "prefix" command:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Command: &lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;MULTIPLE&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Enter command name to repeat: &lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;POINT&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Current point modes: PDMODE=0 PDSIZE=0'-0"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;Specify a point:&lt;/FONT&gt; &lt;FONT color="#00CCFF"&gt;&lt;EM&gt;.... {as many as you want} ....&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could simplify that by adding &lt;STRONG&gt;&lt;FONT color="#000000"&gt;MU&lt;/FONT&gt;&lt;/STRONG&gt; as an &lt;EM&gt;alias&lt;/EM&gt; for &lt;STRONG&gt;&lt;FONT color="#000000"&gt;MULTIPLE&lt;/FONT&gt;&lt;/STRONG&gt; with &lt;STRONG&gt;&lt;FONT color="#000000"&gt;ALIASEDIT&lt;/FONT&gt;&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can put that into a macro command in a Tool Palette button:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;^C^C_.multiple _.point&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or, alternatively, with the &lt;STRONG&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#FF0000"&gt;*&lt;/FONT&gt;^C^C&lt;/FONT&gt;&lt;/STRONG&gt; prefix that makes what follows repeat automatically:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#FF0000"&gt;*&lt;/FONT&gt;^C^C_.point&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or, you could even &lt;FONT color="#000000"&gt;&lt;STRONG&gt;UNDEFINE&lt;/STRONG&gt;&lt;/FONT&gt; the native &lt;FONT color="#000000"&gt;POINT&lt;/FONT&gt; command, and &lt;EM&gt;make your own new definition&lt;/EM&gt; of the command, incorporating the&amp;nbsp;&lt;FONT color="#000000"&gt;MULTIPLE&lt;/FONT&gt; command before calling up&amp;nbsp;&lt;FONT color="#000000"&gt;POINT&lt;/FONT&gt;.&amp;nbsp; That could have one advantage over all the above approaches: it could be built to allow Enter or the space bar to end it, in addition to ESCape [all the above approaches require ESCape to end them].&amp;nbsp; It would also have the advantage that you could just type in POINT or even just the alias PO at the command line [not limited to picking on a menu item or typing in &lt;EM&gt;two&lt;/EM&gt; command names], and it would use your definition of the command.&amp;nbsp; If that is of interest, write back.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jul 2021 20:38:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/difference-of-po-command-and-selecting-multiple-points-in/m-p/10441237#M75052</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2021-07-03T20:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Difference of PO command and selecting Multiple Points in expanded Draw panel</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/difference-of-po-command-and-selecting-multiple-points-in/m-p/10441791#M75053</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;FONT color="#999999"&gt;&lt;EM&gt;When I type 'PO' and press enter, I can only select one point and then AutoCAD exits the command without any Esc&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;This is because it's designed to act like that .&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;FONT color="#999999"&gt;&lt;EM&gt;when I select the Multiple Points in the expanded Draw panel, I can select as many points I want&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;This is also because it's designed to act like that . Here you select a different command than the first one .&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;&amp;gt;&amp;gt; &lt;FONT color="#999999"&gt;&lt;EM&gt;Is there a system variable that causes this difference between PO and Multiple Points?&lt;/EM&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;No .&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 06:45:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/difference-of-po-command-and-selecting-multiple-points-in/m-p/10441791#M75053</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2021-07-04T06:45:27Z</dc:date>
    </item>
  </channel>
</rss>

