Temporarily force EXTMAX and EXTMIN only on a portion of the drawing in model space to permit to zoom all only on this portion.

Temporarily force EXTMAX and EXTMIN only on a portion of the drawing in model space to permit to zoom all only on this portion.

gpq
Enthusiast Enthusiast
568 Views
5 Replies
Message 1 of 6

Temporarily force EXTMAX and EXTMIN only on a portion of the drawing in model space to permit to zoom all only on this portion.

gpq
Enthusiast
Enthusiast

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  olds CADs ( Personal Designer and CADDS 4X by Computervison)  was present.

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?

Thanks in advance.

0 Likes
569 Views
5 Replies
Replies (5)
Message 2 of 6

_gile
Consultant
Consultant

Hi,

The AutoCAD EXTMIN and EXTMAX are read-only, but you can set the LIMMIN and LIMMAX ones and set the LIMCHECK one to controls whether you can create objects outside these limits. 

Added: with .NET, these system variables can be acces via the Database.Limmin, Database.Limmax and Database.Limcheck properties.



Gilles Chanteau
Programmation AutoCAD LISP/.NET
GileCAD
GitHub

0 Likes
Message 3 of 6

ActivistInvestor
Mentor
Mentor

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. 

0 Likes
Message 4 of 6

gpq
Enthusiast
Enthusiast

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.

0 Likes
Message 5 of 6

gpq
Enthusiast
Enthusiast

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.

0 Likes
Message 6 of 6

ActivistInvestor
Mentor
Mentor

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) 

 

https://forums.autodesk.com/t5/autocad-forum/using-quot-view-quot-within-another-command/td-p/119418...

0 Likes