<?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: Temporarily force EXTMAX and EXTMIN only on a portion of the drawing in model space to permit to zoom all only on this portion. in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/temporarily-force-extmax-and-extmin-only-on-a-portion-of-the/m-p/12774834#M4035</link>
    <description>&lt;P&gt;There's no way to directly change the EXTMIN/EXTMAX system variables however I do not see the problem with using named views which you can restore transparently while you are drawing using '-VIEW (note the '- prefix)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/autocad-forum/using-quot-view-quot-within-another-command/td-p/11941859" target="_blank"&gt;https://forums.autodesk.com/t5/autocad-forum/using-quot-view-quot-within-another-command/td-p/11941859&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 15 May 2024 13:01:14 GMT</pubDate>
    <dc:creator>ActivistInvestor</dc:creator>
    <dc:date>2024-05-15T13:01:14Z</dc:date>
    <item>
      <title>Temporarily force EXTMAX and EXTMIN only on a portion of the drawing in model space to permit to zoom all only on this portion.</title>
      <link>https://forums.autodesk.com/t5/net-forum/temporarily-force-extmax-and-extmin-only-on-a-portion-of-the/m-p/12764207#M4030</link>
      <description>&lt;P&gt;Temporarily force EXTMAX and EXTMIN only on a portion of the drawing in model space to permit to zoom all only on this portion. In&amp;nbsp; olds CADs ( Personal Designer and CADDS 4X by Computervison)&amp;nbsp; was present.&lt;/P&gt;&lt;P&gt;With a command SetExtFreeze I can give news limits. From this moment I work inside this area. When I have finish i give the command SetExtThaw that restore the original EXTMAX and EXTMIN. There is something that permit to work in this mode?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 05:48:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/temporarily-force-extmax-and-extmin-only-on-a-portion-of-the/m-p/12764207#M4030</guid>
      <dc:creator>gpq</dc:creator>
      <dc:date>2024-05-10T05:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Temporarily force EXTMAX and EXTMIN only on a portion of the drawing in model space to permit to zoom all only on this portion.</title>
      <link>https://forums.autodesk.com/t5/net-forum/temporarily-force-extmax-and-extmin-only-on-a-portion-of-the/m-p/12764257#M4031</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The AutoCAD &lt;A href="https://help.autodesk.com/view/ACD/2024/ENU/?guid=GUID-F37FCEB8-FD86-4E8A-9DB3-A5163B2C0AE0" target="_blank" rel="noopener"&gt;EXTMIN&lt;/A&gt; and &lt;A href="https://help.autodesk.com/view/ACD/2024/ENU/?guid=GUID-B3926CFA-DE74-4661-A9A5-2738A1FD937B" target="_blank" rel="noopener"&gt;EXTMAX&lt;/A&gt; are read-only, but you can set the &lt;A href="https://help.autodesk.com/view/ACD/2023/ENU/?guid=GUID-1F2F481D-D130-4ED9-8590-7910F6F7F2D9" target="_blank" rel="noopener"&gt;LIMMIN&lt;/A&gt; and &lt;A href="https://help.autodesk.com/view/ACD/2023/ENU/?guid=GUID-CB4FA7B5-7041-481F-858C-C9BFE4AAC660" target="_blank" rel="noopener"&gt;LIMMAX&lt;/A&gt; ones and set the &lt;A href="https://help.autodesk.com/view/ACD/2023/ENU/?guid=GUID-84DE5754-71A8-4CA7-91C4-05E0463D2BAB" target="_blank" rel="noopener"&gt;LIMCHECK&lt;/A&gt; one to controls whether you can create objects outside these limits.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Added: with .NET, these system variables can be acces via the &lt;A href="https://help.autodesk.com/view/OARX/2025/ENU/?guid=OARX-ManagedRefGuide-Autodesk_AutoCAD_DatabaseServices_Database_Limmin" target="_blank" rel="noopener"&gt;Database.Limmin&lt;/A&gt;, &lt;A href="https://help.autodesk.com/view/OARX/2025/ENU/?guid=OARX-ManagedRefGuide-Autodesk_AutoCAD_DatabaseServices_Database_Limmax" target="_blank" rel="noopener"&gt;Database.Limmax&lt;/A&gt; and &lt;A href="https://help.autodesk.com/view/OARX/2025/ENU/?guid=OARX-ManagedRefGuide-Autodesk_AutoCAD_DatabaseServices_Database_Limcheck" target="_blank" rel="noopener"&gt;Database.Limcheck&lt;/A&gt; properties.&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 06:45:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/temporarily-force-extmax-and-extmin-only-on-a-portion-of-the/m-p/12764257#M4031</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2024-05-10T06:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Temporarily force EXTMAX and EXTMIN only on a portion of the drawing in model space to permit to zoom all only on this portion.</title>
      <link>https://forums.autodesk.com/t5/net-forum/temporarily-force-extmax-and-extmin-only-on-a-portion-of-the/m-p/12764316#M4032</link>
      <description>&lt;P&gt;You should look into The VIEW command. It lets you save any number of named views that you can recall by name. Each named view can have a user-defined extents.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 07:17:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/temporarily-force-extmax-and-extmin-only-on-a-portion-of-the/m-p/12764316#M4032</guid>
      <dc:creator>ActivistInvestor</dc:creator>
      <dc:date>2024-05-10T07:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Temporarily force EXTMAX and EXTMIN only on a portion of the drawing in model space to permit to zoom all only on this portion.</title>
      <link>https://forums.autodesk.com/t5/net-forum/temporarily-force-extmax-and-extmin-only-on-a-portion-of-the/m-p/12774557#M4033</link>
      <description>&lt;P&gt;Thanks for the fast answer.I have try but is not the solution request. I select the view but any tome that I make zoom I have the complete drawing. I want that when I have set the limit the zoom show only inside thsi limit.&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 10:34:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/temporarily-force-extmax-and-extmin-only-on-a-portion-of-the/m-p/12774557#M4033</guid>
      <dc:creator>gpq</dc:creator>
      <dc:date>2024-05-15T10:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Temporarily force EXTMAX and EXTMIN only on a portion of the drawing in model space to permit to zoom all only on this portion.</title>
      <link>https://forums.autodesk.com/t5/net-forum/temporarily-force-extmax-and-extmin-only-on-a-portion-of-the/m-p/12774559#M4034</link>
      <description>&lt;P&gt;Thanks for the fast answer.I have try but is not the solution request. I set the limit and i can insert object only in this area ,but any time that I make zoom I have the complete drawing. I want that when I have set the limit the zoom show only inside thsi limit.&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 10:35:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/temporarily-force-extmax-and-extmin-only-on-a-portion-of-the/m-p/12774559#M4034</guid>
      <dc:creator>gpq</dc:creator>
      <dc:date>2024-05-15T10:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Temporarily force EXTMAX and EXTMIN only on a portion of the drawing in model space to permit to zoom all only on this portion.</title>
      <link>https://forums.autodesk.com/t5/net-forum/temporarily-force-extmax-and-extmin-only-on-a-portion-of-the/m-p/12774834#M4035</link>
      <description>&lt;P&gt;There's no way to directly change the EXTMIN/EXTMAX system variables however I do not see the problem with using named views which you can restore transparently while you are drawing using '-VIEW (note the '- prefix)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/autocad-forum/using-quot-view-quot-within-another-command/td-p/11941859" target="_blank"&gt;https://forums.autodesk.com/t5/autocad-forum/using-quot-view-quot-within-another-command/td-p/11941859&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 13:01:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/temporarily-force-extmax-and-extmin-only-on-a-portion-of-the/m-p/12774834#M4035</guid>
      <dc:creator>ActivistInvestor</dc:creator>
      <dc:date>2024-05-15T13:01:14Z</dc:date>
    </item>
  </channel>
</rss>

