AutoCAD Architecture :: How To Exclude Zoom And Pan From Undo List
Jun 21, 2013Is there a way to filter out zoom and pan operations so they're not included in the undo list?
View 3 RepliesIs there a way to filter out zoom and pan operations so they're not included in the undo list?
View 3 RepliesIs it possible to exclude zooming from the UNDO function? Going through undos is mostly pretty annoying "back-worth"-jumping, when working with a scroll mouse.
edit: Forgot to mention that I'm currently using AutoCAD LT 2000i. And upgrading to LT 2005 in very near future.
Is there a way to undo without zoom as part of the undo?
Civil 3D 2013
Windows 7 64-bit
Inteel 2.40 GHz 8 GB RAM
Dell T7600
Is it possible to use undo in AutoCAD without zoom & pan?
View 9 Replies View RelatedIn AutoCAD 2013/14, there is finally the option for removing Pan and Zoom from the UNDO list?
That would be like the invention of the wheel. For me it's a Buy/Don't buy option.
is there a way to not include zoom features in the undo command.
for instance, if i delete something and than zoom out, i have to undo multiple times to complete the undo delete.
I want to completely eliminate zoom featues from the undo command.
I am using Civil 3D 2013, Windows 7 x64.
Intellizoom does not seem to work properly on certain drawings, where if I undo... nothing happens. Rather, it tries to undo *each* click of my scroll wheel, without doing anything. This results in dozens and hundreds of undo commands, most of which are totally useless. This of course breaks my undo command, rendering it almost pointless. If I make a change, zoom out and decide that the change is not needed, I cannot easily undo; I have to undo something like 50 "commands" that do nothing, before I get to the "real" undo that I wanted to undo in the first place.
I understand there is the "Combine zoom and pan commands"; this is checked off. It does not seem to do anything. How do I make my undo command useful again? As a keyboard user, I want to use ctrl-z for my undos. I do not want to go to the undo button, pull down the menu, and search trhough the 50 commands to find the correct command to undo to, especially since I never had this problem before in previous versions of Civil 3D.
Some additional information:
1. I can open some other drawings that get the correct undo/zoom behaviour.
2. I can open the drawing I have problems with using a previous version of Civil 3d (2012), and get the correct undo/zoom behaviour.
I have a problem understanding how undo marks are added to the undo stack.In the code below a fan of lines are draw in a random location.If you run MTest a few times, the AutoCAD Undo command will remove the fans one at a time.
If you run MMulti to draw 10 fans, the AutoCAD Undo command will remove all the fans in a single step.I want to be able to remove the fans one at a time.I thought that a StartTransaction / Commit pair would act as markers for the undo stack, but this isn't working.
Tested on AutoCAD 2010 VS 2008
<CommandMethod("MMult")> _
Sub testmult()
Dim i As Integer
For i = 1 To 10
Call testdraw()
Next
End Sub
[code]....
Often when I attempt to insert a sheet list from the project navigator to a sheet, nothing happens. The sheet index will not insert. Why does this happen? Better yet, how can I fix it?
View 2 Replies View Relatedwhat the variable is that turns off the animated zoom all ?
View 3 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 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 have a CAD 2013 Arch user who is having a strange issue with zooming in or out using the mouse scroll wheel. It doesn't happen all the time which frustrates me because I never see it, but she does. Every now and then when she's working in a drawing she'll try to zoom out slightly, but the it zooms WAY out, so much that the drawing looks like a tiny speck. When she tries to correct it by zooming in, it zooms WAY in. Then for some reason, it starts working fine. This seems to happen to her multiple times a day and I'm sure what to or how to troubleshoot this. She's using a wireless mouse from Logistic and seems to have the current drivers installed.
View 1 Replies View RelatedI'm working in a dwg and any hatch pattern displays solid. I've changed the scale to various sizes, and tried multiple different hatches, but they all show solid. This is the first time I'm working in metric scale, but if this is the issue, my measurement system variable is set to 1 and my units are set to metric.
View 1 Replies View RelatedI think it'd be so cool to be able to replay your entire undo history of a picture, so you can see and show others how you proceeded on a picture you made. That way, it's never necessary to capture screen video for like 10 hours and stuff..
So first you'd need to add an option to save the undo history (so that you always keep the history from when you started). Then you'd need an option to playback the undo history.
I am insert a sheet list table - Two Columns "Dwg #" and "Sheet Title" under the first category (building 1) each column works fine) then under category 2 (building 2) it gets the file name under the dwg #.
View 2 Replies View RelatedI have an Architecture drawing and only the current layer is visible from the pull-down lift. I can only access the other layers by opening the Layer Manager.
View 2 Replies View RelatedFrom Project Navigator, I R-click the Project in the SHEET tab. This is not "lit up" to choose.
I am in my cover sheet, paper space, with 51 sheets in the set.
I tried to use the Sheet Set Manager, but I have the same problem.
I have two problems. I want to change the text size, font, and color to be consistent with my office standards. However I can not find where the Sheet List Style is stored or edited. Which brings me to the second issue, the HELP in Exchange is bogus. Like MANY of the help entries, it refers to incorrectly named or non existent features and commands. In this case it says to "Select the sheet list in the drawing, right-click, and click Edit Sheet List Table Settings." which would be fine, except there is no option in the right click menu named "Edit Sheet List Table Settings".
Clicking on the Manage tab on the ribbon and selecting style Manager, the selecting Documentation objects, then schedule table styles, yeilds...nothing. How can I edit something that has no options?
Hiding the style manager so that all you get when you click on help is a ding that tells you there is a command open, but does not bring the command window to the fore.
When entering a command with autocomplete on and the List option on, the list dropdown only displays two or three of the possible choices, because the list box opens below the command line, which is at the bottom of the screen. Unless I minimize acad and adjust the window to only fill part of the screen, I can't see the list. This is a shame, because it is a cool feature. Having a dialog box display off the screen? how to get this to either display on the screen? Here is a screen shot of how it looks at window max and window minimumized.
View 9 Replies View RelatedI have the below code where by I can gain access to property sets.
But it doesn't look like the Schedule Styles are there.
How can I change this up to get access to Schedule Styles defined in the drawing?
(setq acadObj (vlax-get-acad-object)
schedApp (vla-getInterfaceObject
acadObj
"AecX.AecScheduleApplication.7.0"
)
)
Custom Hatch list in ACA 2013 (64 bit win 7) shows the list of hatches in a completely random order..ie. not alphabetical.
View 9 Replies View RelatedI am using AuotCAD Architecture 2012 and suddenly the Xref/Block Object List dialog box stopped opening when I use the XLIST command. How Can I get this back?
View 4 Replies View RelatedThe AutoCAD doesn’t show the “intersect osnap” at certain zoom!
The “intersection osnap” between a “hatched rectangle” and a “DASHDOT2” line appears and disappears depending on the amount of zoom!
As I zoom out the “intersection osnap” appears but when I zoom in, it disappears
Why the "intersection Osnap" should disappear as I zoom in?
Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.
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 RelatedMy keyboard has a zoom key with + and - selections. I use to use this key in drawings to zoom in and out when in the AutoCAD application when we had Windows XP. Now that I have Windows 7 I can't do this. I can't find out how to assign this key on the Microsoft Keyboard interactive software either. I have the other keys assigned as desired.
Can I still use my keyboard zoom key to zoom in and out in drawings? If so, how do I set this up in AutoCAD, or do I need to do this through a Microsoft keyboard application?
I am having problems with zoom, pan and rotate at high zoom level. The movements becoming jerky and delayed. But for whatever reason the problem exists in some assembly files and not in the others.
View 9 Replies View RelatedIs there a way to exclude points from a point group that have no description?
View 4 Replies View RelatedI have a box with text in it. I wish to have hatching in the box, but not have it interfere with the text. Can I make the text an object or a boundary where it will be recognized as an island and not be hatched over?
The attached file (NP-1a.dwg) has text in a box with hatching. I don't want the hatching over the lettering.
I'm using AutoCAD-LT either 2006 or 2009.
I am using Inventor 2012 64 bit with Win 7.
We have a lot of drawing that has some extra sheet for ref. and Inventor let me exclude count and print from those extra sheet. This work fine but when we check-in the drawing to vault it update or publish all sheet to dwf. This is very compass for us because we full the dwf file from vault to release and the sheet count is different than the print out.
Is there a way to EXCLUDE those sheet when check-in or update dwf?
I must monthly calculate quantities. So i have 3 surfaces, one is representing the original ground level and the other two the measurements on the end of the months. Between the measurements I calculated volume. But I want calculate the quantities what is inside of the original ground level, what is outside that I want to exclude from the calculations. There is a way how to crop that surfaces to match with the original ground level?
View 9 Replies View Related