<?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: ARC describing in script command in AutoCAD LT Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-lt-forum/arc-describing-in-script-command/m-p/11161804#M10882</link>
    <description>&lt;P&gt;If you don't want to use the current running object snap setting (OSMODE),&lt;/P&gt;
&lt;P&gt;set up the object snap handing for coordniate inputs in automations off, in the first line&amp;nbsp; osnapcoord 1&lt;/P&gt;
&lt;P&gt;(this is the profile setting in Options/User Preferences)&lt;/P&gt;</description>
    <pubDate>Wed, 11 May 2022 12:39:10 GMT</pubDate>
    <dc:creator>cadffm</dc:creator>
    <dc:date>2022-05-11T12:39:10Z</dc:date>
    <item>
      <title>ARC describing in script command</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/arc-describing-in-script-command/m-p/11161443#M10878</link>
      <description>&lt;P&gt;I'm now writing 2D design by using attached text commands in AutoCAD LT 2018, Windows 10. It has frequently happened *invalid* error when it described ARC. I listed ARC as below,&lt;/P&gt;&lt;P&gt;ARC C&lt;BR /&gt;28.75,12&lt;BR /&gt;28.75,13&lt;BR /&gt;27.75,12&lt;/P&gt;&lt;P&gt;which pointed center of the arc, starting and ending point.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I break it into an isolated command to describe arc only, it always works. However, when I induces it into command list, it happens *invalid error as attached screen shot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is a bad point in script?&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 10:07:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/arc-describing-in-script-command/m-p/11161443#M10878</guid>
      <dc:creator>Kotaro.Takeda</dc:creator>
      <dc:date>2022-05-11T10:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: ARC describing in script command</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/arc-describing-in-script-command/m-p/11161612#M10879</link>
      <description>&lt;P&gt;That is a really weird one. I can open a blank drawing and run your script once perfectly fine in LT2016. HOWEVER if I try to run it a second time I get the same error you do.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 11:18:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/arc-describing-in-script-command/m-p/11161612#M10879</guid>
      <dc:creator>h_s_walker</dc:creator>
      <dc:date>2022-05-11T11:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: ARC describing in script command</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/arc-describing-in-script-command/m-p/11161758#M10880</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can't reproduce the problem, but both of your descriptions sounds like a object snap issue,&lt;/P&gt;
&lt;P&gt;in the .scr you don't you care - so this could be the problem.&lt;/P&gt;
&lt;P&gt;Turn your osnaps off for a test or set osnapcoord to 1 as first step.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 12:25:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/arc-describing-in-script-command/m-p/11161758#M10880</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2022-05-11T12:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: ARC describing in script command</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/arc-describing-in-script-command/m-p/11161767#M10881</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12442442"&gt;@Kotaro.Takeda&lt;/a&gt;&amp;nbsp;Yeah that does seem to be the problem. I turned off my snaps and your script ran fine 3 times in a row&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 12:27:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/arc-describing-in-script-command/m-p/11161767#M10881</guid>
      <dc:creator>h_s_walker</dc:creator>
      <dc:date>2022-05-11T12:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: ARC describing in script command</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/arc-describing-in-script-command/m-p/11161804#M10882</link>
      <description>&lt;P&gt;If you don't want to use the current running object snap setting (OSMODE),&lt;/P&gt;
&lt;P&gt;set up the object snap handing for coordniate inputs in automations off, in the first line&amp;nbsp; osnapcoord 1&lt;/P&gt;
&lt;P&gt;(this is the profile setting in Options/User Preferences)&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 12:39:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/arc-describing-in-script-command/m-p/11161804#M10882</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2022-05-11T12:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: ARC describing in script command</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/arc-describing-in-script-command/m-p/11163461#M10883</link>
      <description>&lt;P&gt;Perfect. I can run the script perfectly about 10 times in my environment by offing the object snap. Thank you.&lt;BR /&gt;I'd like to ask you why the object snap disturbs script running? It's curious because the object snap only works when my mouse moving, I believe.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 04:14:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/arc-describing-in-script-command/m-p/11163461#M10883</guid>
      <dc:creator>Kotaro.Takeda</dc:creator>
      <dc:date>2022-05-12T04:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: ARC describing in script command</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/arc-describing-in-script-command/m-p/11163969#M10884</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12442442"&gt;@Kotaro.Takeda&lt;/a&gt;&amp;nbsp; schrieb:&lt;BR /&gt;
&lt;P&gt;&amp;gt;&amp;gt;"I'd like to ask you why the object snap disturbs script running?"&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Because your running object snap setting(osmode/3dosmode) and setting for &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;coordinate input by mouse, keyboard and automation (osnapcoord) &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;and at last your current view, while running the script&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;resulted in snaped points instead of your coordinate input.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;"It's curious because the object snap only works when my mouse moving, I believe."&lt;/P&gt;
&lt;P&gt;That's wrong! Check your settings, I guess your setting for is the default value =2&lt;/P&gt;
&lt;P&gt;and now &lt;A href="https://help.autodesk.com/view/ACD/2022/ENU/?guid=GUID-94994960-5E62-4044-BEF7-9CF91667F641" target="_blank" rel="noopener"&gt;read your &lt;STRONG&gt;Help[F1]:&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/ACD/2022/ENU/?guid=GUID-94994960-5E62-4044-BEF7-9CF91667F641" target="_blank" rel="noopener"&gt;The default(2) is setup to use running object snaps while input coordinates by&amp;nbsp; mouse OR WHILE IN AUTOMATION!&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you don't want to use the current osnaps, set osnapcoord=1 in your first line script/macro/(send)command&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 09:46:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/arc-describing-in-script-command/m-p/11163969#M10884</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2022-05-12T09:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: ARC describing in script command</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/arc-describing-in-script-command/m-p/11163984#M10885</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="optionsX.png" style="width: 300px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1066223i58CE763ACF676474/image-size/small?v=v2&amp;amp;px=200" role="button" title="optionsX.png" alt="optionsX.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 09:51:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/arc-describing-in-script-command/m-p/11163984#M10885</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2022-05-12T09:51:26Z</dc:date>
    </item>
  </channel>
</rss>

