<?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: Offset command multiple option in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240811#M117510</link>
    <description>&lt;P&gt;In case it gets you around the problem, you might be interested in&amp;nbsp;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;OffsetRunningOptions.lsp&lt;/STRONG&gt;&lt;/FONT&gt;, available &lt;A href="https://cadtips.cadalyst.com/linear-objects/offset-command-with-running-options" target="_blank" rel="noopener"&gt;&amp;gt;here&amp;lt;&lt;/A&gt;.&amp;nbsp; It lets you &lt;EM&gt;change the Offset distance in the middle of an Offset command&lt;/EM&gt;, rather than having to &lt;EM&gt;end&lt;/EM&gt;&amp;nbsp; the command and start it again to set a new distance.&amp;nbsp; [It does what I wondered about before -- Undefines the native Offset command and makes its own new definition, which is why the result doesn't have all the current possibilities -- it was written under an older version that didn't have as many options in native Offset.]&amp;nbsp; But it's not a perfect solution for what you're trying to do -- you would still need to select your original object again for each new distance.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jan 2020 17:06:40 GMT</pubDate>
    <dc:creator>Kent1Cooper</dc:creator>
    <dc:date>2020-01-09T17:06:40Z</dc:date>
    <item>
      <title>Offset command multiple option</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240201#M117499</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am trying to use the offset command multiple option.&amp;nbsp; I am getting strange results, does anyone know why?&lt;/P&gt;&lt;P&gt;I use the offset command, use multiple option, I type 1 then 4. The first line is offset .3335 and the second is 2.83.&amp;nbsp; I have no idea where these numbers are coming from.&amp;nbsp; I attached a jpg of the command line and the result.&amp;nbsp; What am i doing wrong?&lt;/P&gt;&lt;P&gt;Any help would be awesome!&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 13:50:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240201#M117499</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-09T13:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Offset command multiple option</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240243#M117500</link>
      <description>Why are you dimensioning and not using DIST command to confirm the actual distance? There is a chance your DIMSTYLE settings are off for the space you are dimensioning in.&lt;BR /&gt;&lt;BR /&gt;OR... share with us your actual DWG file that you got that screenshot from please.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jan 2020 14:02:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240243#M117500</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2020-01-09T14:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Offset command multiple option</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240327#M117501</link>
      <description>&lt;P&gt;Hi Pen,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thanks for response &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I checked the distance and the dims are correct.&amp;nbsp; Another odd thing is everytime i try this i get different results, the error is not consistent.&amp;nbsp; I can't seem to get a good offset using the multiple option.&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 14:34:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240327#M117501</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-09T14:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Offset command multiple option</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240394#M117502</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/37212"&gt;@pendean&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;... dimensioning .... There is a chance your DIMSTYLE settings are off for the space you are dimensioning in.&lt;BR /&gt;....&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I doubt that's the issue, because presumably such a result should be from either:&lt;/P&gt;
&lt;P&gt;1)&amp;nbsp; a DIMLFAC setting other than 1, or;&lt;/P&gt;
&lt;P&gt;2)&amp;nbsp; Dimensioning in a different UCS from that of the dimensioned objects.&lt;/P&gt;
&lt;P&gt;In either case I would at least expect the &lt;EM&gt;ratio&lt;/EM&gt;&amp;nbsp; of their intent to their result to be the same for both Offsets, but they're very far from the same.&amp;nbsp; But maybe you're aware of another kind of setting that could result in what they're seeing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[By the way, I haven't been able to reproduce that kind of result.&amp;nbsp; I wondered about ORTHO being off as a cause, but that doesn't do it for me.&amp;nbsp; So I agree -- a sample drawing that demonstrates this behavior would be helpful, if only to narrow down whether it's a problem with the drawing file or with their AutoCAD.]&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 15:00:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240394#M117502</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-01-09T15:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Offset command multiple option</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240435#M117503</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I attached the drawing.&amp;nbsp; The offset command works fine as long as I don't try using the multiple option. Maybe the procedure I'm using is wrong I attached it in the dwg.&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 15:19:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240435#M117503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-09T15:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Offset command multiple option</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240465#M117504</link>
      <description>&lt;P&gt;I can reproduce this following your example.&amp;nbsp; But instead of hitting return to accept the Through option, type in 1, then when you can use the multiple option and it will work as expected.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 15:27:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240465#M117504</guid>
      <dc:creator>GrantsPirate</dc:creator>
      <dc:date>2020-01-09T15:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Offset command multiple option</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240733#M117505</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/511655"&gt;@GrantsPirate&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;.... instead of hitting return to accept the Through option, type in 1, then when you can use the multiple option and it will work as expected.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;When you type in a distance, you &lt;EM&gt;don't get&lt;/EM&gt;&amp;nbsp; the Multiple option displayed in the prompt.&amp;nbsp; Yes, it lets you Offset multiple objects, but separately selected [whether the same one repeatedly or separate objects], and all at the &lt;EM&gt;same distance&lt;/EM&gt;.&amp;nbsp; &lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;EDIT:&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp; no Multiple option immediately after entering the distance, but one more step in [after selecting the object] you do get the Multiple option, but it does all at the &lt;EM&gt;same distance&lt;/EM&gt;&amp;nbsp; from the previous result [in that direction -- you can go both ways].&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think they're using the Through option with Multiple sub-option in order to get the &lt;EM&gt;same&lt;/EM&gt;&amp;nbsp; object [selected only once] Offset at various &lt;EM&gt;different distances&lt;/EM&gt;.&amp;nbsp;&amp;nbsp;@Anonymous&amp;nbsp;, is that the case?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 16:53:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240733#M117505</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-01-09T16:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Offset command multiple option</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240744#M117506</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;.... I attached the drawing.&amp;nbsp; ....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It works as expected for me [Acad2019] in your drawing.&amp;nbsp; Might your Offset command possibly have been UNDEFINEd, and you have a &lt;EM&gt;differently-defined&lt;/EM&gt;&amp;nbsp; replacement Offset command?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 16:56:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240744#M117506</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-01-09T16:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Offset command multiple option</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240762#M117507</link>
      <description>&lt;P&gt;The only way I can get this to work with the through option and varying distances is to use OSnap tracking.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 16:51:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240762#M117507</guid>
      <dc:creator>RobDraw</dc:creator>
      <dc:date>2020-01-09T16:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Offset command multiple option</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240768#M117508</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks so much for looking into this.&amp;nbsp; But if i set offset to 1 then I get multiple offsets at 1 inch (like array).&amp;nbsp; I need to offset a line at 1" and another at 4" using the multiple option in the offset command.&amp;nbsp; This is a autocad exam question I stated the exact procedure that gives me a correct answer on the test, it just does not work for me in my acad.&lt;/P&gt;&lt;P&gt;guess its a glitch or i am still missing something.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take care,&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 16:52:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240768#M117508</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-09T16:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Offset command multiple option</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240774#M117509</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;i am still missing something.&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see the post before your last one.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 16:54:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240774#M117509</guid>
      <dc:creator>RobDraw</dc:creator>
      <dc:date>2020-01-09T16:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Offset command multiple option</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240811#M117510</link>
      <description>&lt;P&gt;In case it gets you around the problem, you might be interested in&amp;nbsp;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;OffsetRunningOptions.lsp&lt;/STRONG&gt;&lt;/FONT&gt;, available &lt;A href="https://cadtips.cadalyst.com/linear-objects/offset-command-with-running-options" target="_blank" rel="noopener"&gt;&amp;gt;here&amp;lt;&lt;/A&gt;.&amp;nbsp; It lets you &lt;EM&gt;change the Offset distance in the middle of an Offset command&lt;/EM&gt;, rather than having to &lt;EM&gt;end&lt;/EM&gt;&amp;nbsp; the command and start it again to set a new distance.&amp;nbsp; [It does what I wondered about before -- Undefines the native Offset command and makes its own new definition, which is why the result doesn't have all the current possibilities -- it was written under an older version that didn't have as many options in native Offset.]&amp;nbsp; But it's not a perfect solution for what you're trying to do -- you would still need to select your original object again for each new distance.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 17:06:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240811#M117510</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-01-09T17:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Offset command multiple option</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240896#M117511</link>
      <description>&lt;P&gt;Ok here is&amp;nbsp; the correct answer to the test question. Can anyone make it work and if so what am I missing.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 17:31:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240896#M117511</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-09T17:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Offset command multiple option</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240927#M117512</link>
      <description>&lt;P&gt;That "correct" answer does not work for me unless I use Object Snap Tracking as stated before.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 17:38:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240927#M117512</guid>
      <dc:creator>RobDraw</dc:creator>
      <dc:date>2020-01-09T17:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Offset command multiple option</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240959#M117513</link>
      <description>&lt;P&gt;me to&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 17:43:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240959#M117513</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-09T17:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Offset command multiple option</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240994#M117514</link>
      <description>&lt;P&gt;That correct answer &lt;EM&gt;does&lt;/EM&gt;&amp;nbsp; work just right for me, &lt;EM&gt;without&lt;/EM&gt;&amp;nbsp; Object Snap Tracking on, with the one meaningless difference that the last-mentioned Enter gets the &amp;lt;next object&amp;gt; default and puts me back to the select-object prompt, and it takes one more Enter to end the command.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 17:52:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9240994#M117514</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-01-09T17:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Offset command multiple option</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9241019#M117515</link>
      <description>&lt;P&gt;&amp;nbsp;With through I keep getting the same error.&amp;nbsp; It is because the through option is using the location of the cursor to define the distance.&amp;nbsp; I think a better way is to use MULTIPLE first, then OFFSET.&amp;nbsp; See video attached&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://urldefense.proofpoint.com/v2/url?u=https-3A__autode.sk_2R3QQTx&amp;amp;d=DwMFaQ&amp;amp;c=eBkQO5x8Im8wRmEbj67GXfFSDU_a5aYLPXTTMaiRwAE&amp;amp;r=hAefOM1TuAojDp7ZXR9cQBiUSJSeYvR_qoOib0a-yWw&amp;amp;m=RZKQJivCnJ-JtP536uqbEtx4nJ7q12ZotGtPHnMl2G8&amp;amp;s=cTZjj6kHe17fTlxV2-o-uAJ24MB-F2EZH-ZDAc_fO7Y&amp;amp;e=" target="_blank"&gt;https://autode.sk/2R3QQTx&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 17:57:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9241019#M117515</guid>
      <dc:creator>GrantsPirate</dc:creator>
      <dc:date>2020-01-09T17:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Offset command multiple option</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9241028#M117516</link>
      <description>&lt;P&gt;Yes, that does work for me, too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It still makes the "correct" answer incomplete though.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 18:00:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9241028#M117516</guid>
      <dc:creator>RobDraw</dc:creator>
      <dc:date>2020-01-09T18:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Offset command multiple option</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9241053#M117517</link>
      <description>&lt;P&gt;Now, I am confused. I thought it was working as&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt; described but it is not working anymore. Maybe I was too precise with my cursor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Object Snap Tracking does work, though, but I am so used to using it, it is second nature to me.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 18:10:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9241053#M117517</guid>
      <dc:creator>RobDraw</dc:creator>
      <dc:date>2020-01-09T18:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Offset command multiple option</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9241111#M117518</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/511655"&gt;@GrantsPirate&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;... the through option is using the location of the cursor to define the distance.&amp;nbsp; ....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Only when you &lt;EM&gt;pick&lt;/EM&gt;&amp;nbsp; with the mouse.&amp;nbsp; In the procedure laid out, the cursor location determines only the &lt;EM&gt;direction&lt;/EM&gt;&amp;nbsp; from the source object [to which side] where the result will go, but the typed number is the distance [at least, for me].&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 18:33:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/offset-command-multiple-option/m-p/9241111#M117518</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-01-09T18:33:16Z</dc:date>
    </item>
  </channel>
</rss>

