AutoCad 2D :: Drawing Zoom IN After Zooming Extents
Jun 2, 2011My drawing
Zoom Window.jpg
and AFTER I zoom extents
Zoom Extents.jpg
why does it zoom IN after zooming extents?
My drawing
Zoom Window.jpg
and AFTER I zoom extents
Zoom Extents.jpg
why does it zoom IN after zooming extents?
What i would like to do is have autocad do a zoom extents automatically when I open a dwg. Is there a lisp routine that I can run to do this? I use to have something that would do this but I started a new job and cant remember.
View 3 Replies View RelatedCurrently I am using 2010 Map 3d, for water main base plans.
I use Micro Survey to process my field work. From there I open in Cad, import layers from our GIS data base for property, buildings, addresses, etc.
The only thing I have done different is from another project was copy and paste some utility layers.
Now my drawing turns any plines with width into hollow lines, and if align something my drawing will zoom to extents, also text mask does not work and i tried turning text to Mtext and it will not let me select yes for background mask.
All other drawings I check everything works fine.
I am working on getting some settings done, moving from 2008 to 2012. How do you set the Middle Mouse Button (wheel) to either Zoom All or Zoom Extents when you double click it? I thought it was set in the Main CUI file.
View 9 Replies View RelatedIn AutoCad 2012, when I double click my mouse and zoom extents the UCS changes to about 20 degrees off of the default vert/horz cardinal directions planes. If I change my UCS back to world it is all good again, although when I zoom extents it goes back to the 20 degrees off cardinal planes.
I don't normally use a UCS other than the default, so it is probably a stupid question, although how do I stop it from doing this?
I have an intermittent problem, in ACLt '06.
On certain drawings, when I double-click in viewports that aren't locked they will zoom to extents, even when they have been set up to a certain scale.
The annoying thing is, not only does it zoom the selected viewport, it zooms every other unlocked viewport in the layout.
Does that make sense? and more importantly, how do I stop it from doing this?
My C3D 2013 just started doing this last week... I first noticed that it would zoom to extents when I operated the center mouse button for panning. It was random, about 1 out of every 15 to 20 pans using the center button.
But then I noticed that it's not just the panning. It will randomly zoom to extents when I type in a command. Earlier today, it did it when I did a REGEN, then again when I did a MAPWSPACE.
The other notable thing is that there is no "zoom" command anywhere in the command history when this occurs.
Besides changing the mice, I also tried rebooting and running a repair on C3D. I have Win7-64.
The problem seems to coincide with when I started using Autodesk 360. Not saying it's related, but it's fishy.
I usually use my mbutton to pan dwg. Just started using AutoCAD 2013 and I notice it zoom extents everytime I press the mbutton (the middle scrollwheel button). How do I disable this zoom extents?
One more thing, how do I disable the annoying auto complete whenever I type in a command? It seems to be slowing my work flow.
While using V2013, the middle button on the mouse to pop up the snap chart (mbuttonpan set to 0), I'm getting the zoom extents command in the middle of a command using snap from, then snap endpoint.
Here a quick example: while using hotkeys, I type c for copy-select objects-right click-choose basepoint, (here's where the problem occurs), middle mouse F(from) middle mouse E (endpoint). If I middle mouse F (snap From) pause then middle mouse E (snap endpoint) this works as it should. I click through the commands fast and it's slowing me down every time it zooms to extents in the middle of the command, which makes me zoom back in or cancel & undo.
Civil3d 2012
If you attach a shapefile through "Connect to Data" and try to zoom to extents by right clicking on the shapefile under "Task Pane" it zooms to a different location. The shapefile and drawing PRJ is in LL84. It works in Civil3D2010 but not in 11 or 12. I have Service pack 3 installed. Why?
I have created a new database: Database newDb = new Database(true, true) Inserted a block into modelspace and now I want to zoom extent before saving.
Can this be done working on a new database in memory? all the examples I have seen on this board use Interop on a open document.
I want to make a code to zoom extents all layouts in a open drawing.I wrote this but it doesn't work at all:
Sub zoomextentslayouts()
Dim Laytab As AcadLayout
For Each Laytab In ThisDrawing.Layouts
ZoomExtents
Next Laytab
End Sub
when i zoom extents, my dwg gets very small and hids in a corner...as if there is something else on the page way off in space. i've tried to find it but theres nothing visible. everything is thawed/on and there are no wipeout frames. i tried to Erase All...then deselect my drawing...but still nothing.
View 9 Replies View RelatedAfter loading a layer file, Map always does a zoom extents. Is there any way to turn this off so it retains the current view?
View 6 Replies View RelatedI'm currently marking up some electrical items on a building plan.
At present, when I enter the zoom | extents command, the entire drawing is represented as a microdot in the bottom left corner of the screen.
I assume that upon entering the zoom | extents command, my drawing should appear centred on the screen and zoomed such that the entire drawing fills the screen.
Do I need to move the drawing origin? Do I need to rescale?
When I use Zoom Extents, my map becomes a tiny dot near the edge of model space. This happens will all of my drawings and they are not "zooming" to the same area in model space. One might be a tiny dot hidden in the left corner under the geomarker and the next might be in the upper right corner 1/4" in size.
View 1 Replies View RelatedWhen clicking into an unlocked viewport, to switch from paper to model space, the viewport automatically zooms to extents.
View 3 Replies View RelatedOnce you have multiple layout tabs its very easy to zoom in on a tab make some changes jump to another tab zoom in make some more changes, then save the dwg.
You then open the drawing to say plot and have to zoom e the layout as a glance to see if its correct, etc.
So I wrote this tiny lisp that will very quickly zoom extents on all layout tabs and then I would normally save.
; goes through all layout tabs and zooms all
(vl-load-com)
(command "_.pspace")
(setq curtab (getvar "Ctab"))
(setq this_dwg (vlax-get-acad-object))
(foreach d (layoutlist)
(setvar "CTAB" d)
(vla-ZoomExtents this_dwg)
)
(setvar "ctab" curtab)
(princ)
Is there a setting or variable that I can change so that when I have UCSFOLLOW set to 1 it doesn't zoom extents everytime my UCS changes?
View 9 Replies View RelatedEvery example I've seen for writing a .NET version of ZOOMEXTENTS shows the Document.Database being updated with UpdateExt(true). why, after executing this line, my Extmin and Extmax values remain unchanged?
My process is something like this:
* Inside Drawing1.dwg
* Make sure I'm in Paper Space (which contains a 36x24 border)
* Zoom Extents -- At this point, my code attempts to do a SetCurrentView using the new ViewTableRecord and I get an an eNullObjectPointer exception.
I'm assuming the exception is because the HUGE or maybe ununderstood extents (the defaults are (-1E+20, -1E+20, -1E+20))... why the Extmin and Extmax aren't updating
Trying to zoom extents to 1/5.33XP which is a 3/16 scale (64/12=5.33). So evertime I try to zoom extents to 5.33 it will do nothing.
View 5 Replies View RelatedI realise this is an old thread, just wondering if any new tweaks have some to the surface to all the wheel-double-click action to be altered. Currently my mouse is set to ZOOM>EXTENTS like I imagine most people's is. Lately I've been getting a lot of "Requires a regen, cannot be transparent" errors while trying to zoom>extents, and I would like to introduce a REGEN call into the wheel-double-click macro. REGENAUTO is set to ON.
View 9 Replies View RelatedBefore I save a drawing in AutoCAD Architecture, I hit ZOOM EXTENTS so the thumbnail preview is accurate and so it comes up the same way the next time it's opened. Unfortunately, after doing a ZOOM EXTENTS, SAVE & CLOSE, upon re-opening the drawing, the view shifts downward, which usually covers up the title of the drawing.
View 1 Replies View RelatedI get an error about transparent zoom not working because it requires a regen. I do not want to turn the autoregen off.
View 1 Replies View RelatedI'm looking for a command that I've forgotten the name of...
Under: tools/options/3Dmodeling/3Dnavigation/viewcube: "zoom extents after view change"
If you unclick that box the navigation cube starts behaving properly but if I remember correctly there is also a variable you can switch between 0-1 to achieve the same effect for all the navigation tools (not only the cube)
In a dwg file there some features and and select some of them and want to zoom to that selected features extents only.
or how can I get the extents for that collection so that I can zoom to it.
I'm currently working in a drawing that has 148 layout tabs and I frequently work in drawings with more tabs than that. when I switch tabs, I like to see everything in the tab. Is there a lisp that will do a zoom extents in every tab so I don't have to manually do it all the time?
View 9 Replies View RelatedI've got a 3D structural model I'm building and will insert 3D mechanical models that I have previously made. I just xref'd the client survey in such that 0,0,0 on my structural model lines up my drawing with the survey.
However, even with the xref frozen and off, when I go Zoom Extents, I zoom to the extent of the xref when I'd prefer to zoom to the extent of my live drawing. I've xclip'd the reference to only include an area slightly larger than the live dwg I'm working on, but no dice.
I think it's functioning correctly, so how do I do a zoom that takes me to the extent of my live dwg and ignores the size of the xref under it?
The double middle mouse button click command. I use the middle mouse button to pan, but if I pan too quickly, it interprets it as a double-click and zooms all the way out. I tried changing the double click speed in my mouse settings but that didn't work. I feel like there should be something in the shortcut settings I can change?
View 1 Replies View RelatedI am having a small but annoying problem with the viewcube in AutoCAD 2014. In all the previous versions that had the viewcube, when I unchecked the "Zoom to Extents after view change" box, the view would pivot about the center of the screen. Now it seems to pivot about an arbitrary point an I have to zoom_e anyway.
View 8 Replies View RelatedIf in Paper Space, entering into the viewport to zoom to a specific scale (factor), what is the easiest way to make sure I am using the correct scale factor?
ie a calculation? for example say I wanted a scale of 1:20 or 1:100?