<?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: Define drawing area in .net in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/define-drawing-area-in-net/m-p/3183380#M58966</link>
    <description>&lt;P&gt;Thanks for help !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It work perfectly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adri Dicri&lt;/P&gt;</description>
    <pubDate>Fri, 07 Oct 2011 11:09:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-10-07T11:09:29Z</dc:date>
    <item>
      <title>Define drawing area in .net</title>
      <link>https://forums.autodesk.com/t5/net-forum/define-drawing-area-in-net/m-p/3182234#M58963</link>
      <description>&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(First thing, sorry for my english, french is my mother tongue)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to know if it's possible to redefine drawing area with .net&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I explain my problem. I work with lasers (my compagny is building laser machine) and i work with a laser that can only move from -40,-40 to 40,40 (centimeters).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can i force autocad to draw only when i'm between those coordinates (with my vb.net addon) ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adri Dicri&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2011 14:33:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/define-drawing-area-in-net/m-p/3182234#M58963</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-06T14:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Define drawing area in .net</title>
      <link>https://forums.autodesk.com/t5/net-forum/define-drawing-area-in-net/m-p/3182428#M58964</link>
      <description>&lt;P&gt;Your English is pretty good, actually - no worries there &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Might be possible, but the sheer number of commands available through AutoCAD would make it difficult.&amp;nbsp; It might be easier to automatically create a visual boundary guide for the user, along with a validation function to find objects outside the boundary.&amp;nbsp; That way they can make use of the exterior area as scrap drawing space and the overhead of the validation function can be delayed until checking the finished drawing.&amp;nbsp; If you need to process large numbers of drawings it might be an idea to design it to work on a database rather than an active drawing, so you can quickly validate entire folders of files instead of open/validate/close.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2011 15:50:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/define-drawing-area-in-net/m-p/3182428#M58964</guid>
      <dc:creator>dgorsman</dc:creator>
      <dc:date>2011-10-06T15:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Define drawing area in .net</title>
      <link>https://forums.autodesk.com/t5/net-forum/define-drawing-area-in-net/m-p/3182436#M58965</link>
      <description>&lt;P&gt;You want to stop the user drawing outside the drawing limits?. That's achieved at the commandline using the LIMITS command (which in turn sets the LIMMIN, LIMMAX and LIMCHECK sysvars). In .NET these are properties of the Database class:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Database:Limmin&lt;/P&gt;
&lt;P&gt;Database.Limmax&lt;/P&gt;
&lt;P&gt;Database.Limcheck&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2011 15:59:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/define-drawing-area-in-net/m-p/3182436#M58965</guid>
      <dc:creator>StephenPreston</dc:creator>
      <dc:date>2011-10-06T15:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Define drawing area in .net</title>
      <link>https://forums.autodesk.com/t5/net-forum/define-drawing-area-in-net/m-p/3183380#M58966</link>
      <description>&lt;P&gt;Thanks for help !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It work perfectly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adri Dicri&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2011 11:09:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/define-drawing-area-in-net/m-p/3183380#M58966</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-07T11:09:29Z</dc:date>
    </item>
  </channel>
</rss>

