<?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) : scripts AutoCAD2011 problem</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : scripts AutoCAD2011 problem]]></description>
  <pubDate>Wed, 22 Apr 2026 06:31:38 +0000</pubDate>
  <lastBuildDate>Tue, 29 May 2012 09:53:44 +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=7873</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[scripts AutoCAD2011 problem : If you mean that script-generated...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=7873&amp;PID=20373&amp;title=scripts-autocad2011-problem#20373</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=3">Vladimir Michl</a><br /><strong>Subject:</strong> 7873<br /><strong>Posted:</strong> 29.May.2012 at 09:53<br /><br />If you mean that script-generated coordinates shouldn't be influenced by OSNAP, check the OSNAPCOORD variable (should be &gt; 0).]]>
   </description>
   <pubDate>Tue, 29 May 2012 09:53:44 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=7873&amp;PID=20373&amp;title=scripts-autocad2011-problem#20373</guid>
  </item> 
  <item>
   <title><![CDATA[scripts AutoCAD2011 problem : Thanks,it worked, even if it doesn&amp;#039;t...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=7873&amp;PID=20372&amp;title=scripts-autocad2011-problem#20372</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=281671">NAOb</a><br /><strong>Subject:</strong> 7873<br /><strong>Posted:</strong> 29.May.2012 at 09:29<br /><br />Thanks,<br>it worked, even if it doesn't makes any sense.<br>In this German installation of AutoCAD the osnap = ofang = F3<br>Thanks again.<br>]]>
   </description>
   <pubDate>Tue, 29 May 2012 09:29:38 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=7873&amp;PID=20372&amp;title=scripts-autocad2011-problem#20372</guid>
  </item> 
  <item>
   <title><![CDATA[scripts AutoCAD2011 problem : Your endpoints may get &amp;#034;osnapped&amp;#034;...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=7873&amp;PID=20370&amp;title=scripts-autocad2011-problem#20370</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=3">Vladimir Michl</a><br /><strong>Subject:</strong> 7873<br /><strong>Posted:</strong> 29.May.2012 at 08:36<br /><br />Your endpoints may get "osnapped" to the existing geometry. Try to switch off osnaps (OSNAP=0).]]>
   </description>
   <pubDate>Tue, 29 May 2012 08:36:46 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=7873&amp;PID=20370&amp;title=scripts-autocad2011-problem#20370</guid>
  </item> 
  <item>
   <title><![CDATA[scripts AutoCAD2011 problem : Hi,I&amp;#039;m trying to create a...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=7873&amp;PID=20318&amp;title=scripts-autocad2011-problem#20318</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=281671">NAOb</a><br /><strong>Subject:</strong> 7873<br /><strong>Posted:</strong> 24.May.2012 at 14:08<br /><br />Hi,<br>I'm trying to create a sundial (board, stick, shadow) for various locations with a script file. Coordinates are created by an Excel program and then copied into the script.<br>When I write in the script (language is German)<br>Three layers - board, lines &amp; stick do exist already in the drawing:<br>****************************************************<br>layer setzen lines<br><br>_line 0,0,0<br>-22.2875183144474,321.778370435386,0<br><br>_line 0,0,0<br>-22.2875183144474,335.01274086895,0<br><br>_line 0,0,0<br>-22.2875183144474,376.256663758475,0<br><br>_line 0,0,0<br>-22.2875183144474,452.878332884713,0<br><br>_line 0,0,0<br>-22.2875183144474,582.031947045679,0<br><br>_line 0,0,0<br>-22.2875183144474,767.757653870612,0<br><br>_line 0,0,0<br>-22.2875183144474,884.034198085051,0<br><br>****************************************************<br><br>All is well, but when I start differently:<br><br>****************************************************<br>layer setzen board<br><br>_box -500,-100,-10<br>500,900,0<br>layer setzen stick<br><br>_cylinder 0,-6.13672013486127,-5<br>3<br>a<br>0,226.439166442356,184.495269024905<br>layer setzen lines<br><br>_line 0,0,0<br>-22.2875183144474,321.778370435386,0<br><br>_line 0,0,0<br>-22.2875183144474,335.01274086895,0<br><br>_line 0,0,0<br>-22.2875183144474,376.256663758475,0<br><br>_line 0,0,0<br>-22.2875183144474,452.878332884713,0<br><br>_line 0,0,0<br>-22.2875183144474,582.031947045679,0<br><br>_line 0,0,0<br>-22.2875183144474,767.757653870612,0<br><br>_line 0,0,0<br>-22.2875183144474,884.034198085051,0<br><br>************************************************<br><br>The lines do not start from 0,0,0 as I would expect, but from a point near the stick. And the longest line does not make sense at all.<br><br>Any idea where I go wrong?<br><br>Regards<br>Norbert<br><br>]]>
   </description>
   <pubDate>Thu, 24 May 2012 14:08:22 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=7873&amp;PID=20318&amp;title=scripts-autocad2011-problem#20318</guid>
  </item> 
 </channel>
</rss>