AutoCAD Civil 3D :: How To Not Include Zoom Features In The Undo Command

Sep 20, 2011

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.

View 9 Replies


ADVERTISEMENT

AutoCAD Civil 3D :: Undo Without Zoom As Part Of Undo?

Apr 27, 2012

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

View 4 Replies View Related

AutoCAD Civil 3D :: Zoom Results In Multiple Undo Commands

Jun 21, 2012

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.

View 9 Replies View Related

AutoCAD Civil 3D :: UNDO Message Command

Oct 29, 2012

I got the first attached message regarding UNDO command which I ignored. The second attached message then came and my UNDO command was frozen. I lost a lot of work done after I have shut down and restarted my computer.

Who knows what I should have done after the first or the second message?

View 1 Replies View Related

AutoCAD Civil 3D :: Undo Command - Disabled In Order To Prevent File Overflow - 2014

Jun 12, 2013

Undo Command still turning off (disabled) constantly even after dumping the temp folder, and the turn off, turn on solution does not seem to work either.

Any solutions to this nagging issue other than re-install?

View 2 Replies View Related

AutoCAD Civil 3D :: Button Icon Missing For A Zoom Command

Sep 4, 2012

I loaded 2013 Civil 3D and I customized my Ribbon with Zoom Commands I use frequently; everything looked fine...I changed the Workspace to Planning & Analysis and cutomized my Ribbon to include the Zoom Commands but a Button Icon for ZOOM_TO_POINT came up with a cloud & question mark.  I went to look for the Icon Image & I don't see it.  I made the mistake of changing the Icon to another hoping I could change it back but it's not there.  I went to the 2012 verison & the Button Icon is there...first icon listed.  Where are the icons in 2012 so I can drag & drop image into 2013?

The icon has a point symbol with a magnifying glass. I've checked other computers and the same thing.  Can't find the Image Icon for ZOOM_TO_POINT.   It shows up when you load the software but if you want to edit it...it's not there in the CUI Button Icons.

View 2 Replies View Related

AutoCAD 2010 :: Undo Without Zoom Or Pan

Aug 22, 2011

Is it possible to use undo in AutoCAD without zoom & pan?

View 9 Replies View Related

AutoCAD 2013 :: Pan And Zoom As Options In UNDO?

Nov 22, 2013

In 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.

View 7 Replies View Related

AutoCAD Architecture :: How To Exclude Zoom And Pan From Undo List

Jun 21, 2013

Is there a way to filter out zoom and pan operations so they're not included in the undo list?

View 3 Replies View Related

AutoCAD .NET :: Undo Command Disables DocumentCollection Reactors?

Apr 27, 2012

why Undo might disable DocumentCollection reactors?

It has something to do with me undoing the annotation scale as when I remove the line

db.Cannoscale = tstAnnoScale

The problem doesn't occur.

View 3 Replies View Related

AutoCAD .NET :: Roll Back Variable Within Undo Command Outside Of Transaction?

Mar 10, 2012

I need to be able to roll back my variables if user apply an UNDO. Let's say.

Myinteger =1
Startstransaction
........
trans commint
Myinteger=2 

Startstransaction
.......
trans commint
Myinteger=3

 if user does undo 2 times  the Variable  Myinteger  keep the value  3 . I want it back to 1. How?

View 6 Replies View Related

AutoCAD Map 3D :: Can't Use Offset Command With SDF Map Features

Mar 14, 2013

I have a drawing that has a connection to OS background map data which is an SDF file.

I want to create new entities in their own new autocad layer based on an offset value from a line in the SDF data.

For example I want to create a new line in a new layer that is say 1.0m offset from a kerb line that appears in the SDF file called OSMMLINE.

I do not want to add these new entities to the SDF data.

When I try to use the offset command Map starts to "populate feature Cache" which takes several minutes, then I can use the offset command in the usual way and create a new line - which "properties" says is in a feature class layer called OSMMLINE(1).

AutoCAD Map 3D 2011 64bit / Win 7

View 4 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Undo Option Like In The Line Command

Dec 11, 2012

in this command how would you put the Undo option on there erase the last line and if you want to keep eraseing the lines

(defun c:gls ();keeps drawing guide lines at any angle
(setq an (getangle "
Pick an Angle:"))
(foreach pt '(a)
(while (set pt (getpoint "

[Code] .....

View 9 Replies View Related

AutoCAD Inventor :: 2012 Sp2 Takes Long Time To Execute Undo Or Redo Command

Jan 15, 2013

I am running Inventor 2012 sp2.

Even with a simple IPT that only has a handfull of features, at times it takes a long time (3-5 minutes, sometimes longer) for Inventor to execute a undo or redo command.

Undo file size setting in Application options is set at 1MB (which is teh same setting I used in previous versions).

View 9 Replies View Related

Illustrator Scripting :: How To Execute Script With #include Command

Sep 12, 2012

Trying to execute a script with the #include command.
 
It works great when the path does not conatin any spaces but else it fails and say that it cant find the file. Even networkshares work without spaces.
 
You may think that i have not tried to enclose it in " " signs but i actually have tried that with no success
 
#include Y:scriptsClintEastwoodscript.jsx //WIN!!
#include Y:scriptsClint Eastwoodscript.jsx //FAIL!!
#include 'Y:scriptsClint Eastwoodscript.jsx' //FAIL!!
#include "Y:scriptsClint Eastwoodscript.jsx" //FAIL!!

View 7 Replies View Related

Illustrator :: Undo Key Command Is Not Working Correctly?

Mar 24, 2014

Working in Illustrator CC (latest version) and my undo key command is going back in time and undoing stuff I did earlier in the file. I'm on a Windows 7 machine.

View 3 Replies View Related

Photoshop :: Command Keys For Back Redo And Undo Not Working

Dec 12, 2005

im a noob at photoshop, i just started a few days ago. (use it to texture for 3d stuff) and im getting a few problems with it.

the main problem is that none of the command keys are working (stuff like Ctrl + Z for back and Ctrl + Y for redo) also some other commands are not working. Does anyone know whats going on?

View 5 Replies View Related

Illustrator :: Any Possible Way To Recover Previous File Or Undo Revert Command

Dec 12, 2013

I have been working on a project and illustrator and accidentally reverted the file. Is there any possible way to recover the previous file or undo the revert command?

View 1 Replies View Related

AutoCAD .NET :: Unwanted Zoom In Loop Command

Feb 12, 2013

I have a portion of my routine below. Basically I need the user to continue to loop through the command. They are picking Circles or blocks in the drawing and I get the insertion point, then insert a new block. However, whenever they try and use a transparent zoom or pan to move around the drawing when the promptentityresult is hit, it zooms back to the original location.

Here is a code....

<
CommandMethod("getpnt", CommandFlags.Session)> _
Sub findpnt()
Dim cnt AsInteger = 0
Dim NEWPNT AsPoint3d = GetInsPoint()
While cnt < 3

[Code] .......

View 5 Replies View Related

AutoCad :: Working Of Mouse With Zoom In / Out Command

Oct 27, 2011

My lot top mouse is not working no more with the zoom in and out command. I dont have and external mouse other than the one is install from factory on my lot top comp. It was working perfect, but i think i click something by mistake. I only learn enough to draw in cad but when it comes up to problems like this i do not know what to do. I was trying to copy a table with chairs from and other file and when i pasted to my drawing something happen so my mouse is not zooming in or out in my drawing .

View 5 Replies View Related

AutoCAD 2010 :: Why Don’t Have Command Zoom To Layer

Feb 12, 2012

Why we don’t have the command “zoom to layer” in the AutoCAD?

In particular cases, we need to zoom to certain layer. Is this possible in the AutoCAD? In the ArcGIS we do have this tool.

Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.

View 3 Replies View Related

AutoCad :: Losing Zoom By Executing The Plan Command?

Dec 6, 2013

when i work on geometry which is not in orthographic orientation i always prefer to create orthographic view of this, that's what i do :

Command : ucs
Command : z
Command : (selecting representative angled 2 points)
Command : plan
Command : c

than the whole zoom is lost , and i need to find again the portion , and save a view. i want to automate this process but before i automate it i want to know if there is a way to avoid zoom lost after executing the (plan) command?

View 7 Replies View Related

AutoCAD 2010 :: Regen And Zoom Command Causes To Crash?

May 23, 2012

This happens with a number of drawings, I believe all the files are very large approximately 8mb+.  The issue is that by using the REGEN or the Zoom - Dynamic command, it will freeze AutoCAD.  I will have to conduct a force shutdown than restart the program.

My question is; where do I start to determine what is the cause?  Where do I find an error log?

View 1 Replies View Related

AutoCad :: Layer Previous Undo Last Change In Layer Command

Nov 10, 2011

I want to know if I have understand this correctly or not: layer previous undos the last change in layer related command. Then If my last action is on layer, unod command will do the same. layer previous advantage is when you want to perform an undo which is not your last action.

View 0 Replies View Related

AutoCAD .NET :: Undo Transactions Step-by-step Within Command Method

Sep 26, 2013

I have a Command Method which has a loop that opens and commits transactions until the user is finished with it and exits. 

I would like each transaction to be undone separately but the undo command undoes the CommandMethod (along with all the transactions that occurred while in the loop)

Do I need to use the COM StartUndoMark and EndUndoMark to get this working?

View 3 Replies View Related

AutoCAD .NET :: How Undo Marks Are Added To Undo Stack

Oct 20, 2011

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]....

View 3 Replies View Related

AutoCAD 2013 :: Pan And Zoom With Middle Mouse Button Slower Than Command

Jul 9, 2013

On some computers with AutoCAD 2013 SP2, pan and zoom launched with the middle mouse button is significantly slower than pan and zoom performed by launching the PAN or ZOOM command on the command line.

View 7 Replies View Related

AutoCAD Civil 3D :: Undo Has Been Disabled?

May 9, 2012

Undo has been disabled in order to prevent undo file overflow...

Is there anyway to increase the Undo capabilities.

View 9 Replies View Related

AutoCAD Civil 3D :: Point Group Include Exclude

Nov 14, 2013

im trying to create a point group by including all points and then excluding the points i don't need. it doesnt seem to be removing anything from the group. i used to do this all the time in ldd. is it still possible in c3d?

View 2 Replies View Related

AutoCAD Civil 3D :: UNDO Group Of Commands

Apr 29, 2013

Civil 3D 2013 on Windows 7 64-bit:

Cannot use UNDO on command line because I have to enter the command many, many times to ever undo anything.

I therefore use the UNDO pull-down in the quick access toolbar; however, a few simple zooms and/or pans using the mouse wheel results in many, many (it seems like hundreds of them) "Group of Commands" items.  I have to work my way back through (that is highlighting) many of these to ever get back far enough to undo something simple like an erase of an object.  It works like this even if the erase (or whatever) was the last command issued--besides zooming and panning.

The mouse wheel zooming and panning seems to be what is adding all of the "group of commands" listings in the undo list.  I must say this seems like a terrible bug in the software to me.

Combine zoom and pan IS checked under user preferences of options.

View 9 Replies View Related

AutoCAD Civil 3D :: Created P&P Sheets That Do Not Include Layer Filters?

Sep 9, 2013

We have one template that we use for starting all our drawings.  This contains all of our layers, layer filters and most commonly used blocks.

Then we have a template file called "Titleblocks" -- this contains one layout for each different size border as well as vport definitions for Plan, Profile or P&P.

When I used the C3D P&P tool to create my sheets, it of course used the Titleblocks template which means that the filters are lost.  Is there a relatively simple way to add those filters to my sheets?  Each sheet is a layout in a separate dwg file.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved