AutoCAD 2010 :: Combine Zoom And Pan Commands
May 2, 2011
It seems that the 'combine zoom and pan commands' option doesn't work correctly. Let's say it doesn't react as i am used to in previous version. now i have to do the undo command or 'ctrl z' many times before i am back at the point where i want to go. I using the middle mouse button often to zoom in and out, and for panning. but now there are a lot of steps to undo if you want to go back.
I tried to switch of and on this option in the options dialog but no difference.
View 9 Replies
ADVERTISEMENT
Dec 18, 2012
I just started learning LISP yesterday, as our office needs an autosave LISP. People have requested it and I have to do it...
How I wanted to do it:
The LISP will be loaded on every PC of every person with AutoCAD.
On startup "command_count" will be on 0
When using a command like plinie this happens: (+ 1 command_count)
Commands like zoom, undo etc will be ignored
When command_count reaches 20 it executes the qsave command
If using the qsave command it resets the command_count to 0
Thats my not working LISP atm:
(defun c:losave ()(setq command_count 0)(+ 1 command_count)(if command_count 10 "_qsave"));(if command "_qsave" setq 0);(if command "_zoom" (- 2 command_count));(if command "_undo" (- 2 command_count));(if command "_qsave" (* 0 command_count));(setq command_count (+ 1 command_count))
View 9 Replies
View Related
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
Feb 22, 2012
The 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.
View 2 Replies
View Related
Feb 27, 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 Related
Jan 14, 2013
I need to have two people working in the same dwg, basically at the same time. We call it an Assembly Plan. Everything is done in model space. I want to be able to have each of them basically work in the same dwg and at the end of the day, BOTH of their work is saved in one dwg, but no double lines, etc.
View 2 Replies
View Related
Feb 1, 2012
Have installed 3 Autodesk Exchange add-ins and they each create their own ribbon tab named "Add-Ins". Is there an easy way to combine them into the same ribbon tab?
[URL]
View 7 Replies
View Related
May 6, 2009
I've just installed ACA 2010 on my laptop on Windows XP64 bit
When I select a command such as the wall or door command. The command starts then exits out before I can draw anything.
View 7 Replies
View Related
Sep 17, 2010
An older gentleman at our company is very much used to having F12 as endpoint, F11 as intersection and F10 as dist. Now that I've upgraded him to 2011, his life is pretty much ruined.
No matter what I try, I can't get the temporary override buttons to work. F10 always does POLAR, F11 always does OTRACK and F12 always does DYN.
How can I kill AutoCAD's default behavior and implement what he wants done?
View 9 Replies
View Related
Dec 9, 2013
I have autocad 2011 and commands not working. I reinstall autocad but command not working.
View 2 Replies
View Related
Apr 12, 2012
Lock/unlock commands have three major problems! No “window selection” to select the layers required to be locked in one go. For example, the “isolate” tool works fine with window selection! In principle, I have no idea about the philosophy beyond which some commands are banned from “window selection!No BUILT-IN icon to Lock All or Unlock All (sure, we can customize it but I’m talking about having this command as built-in)The AutoCAD doesn’t give an alert if a command is applied in the location where particular layers are looked. For example, in many cases, we get into trouble as we move particular objects to discover later that some of the objects were locked! That’s fine, but the AutoCAD should give warnings in case a command is applied where some layers are locked.
View 3 Replies
View Related
Feb 16, 2012
How to print the abbreviations of the commands?
I tried to print all the abbreviation of the commands but couldn’t know how can I do that.
I tried File>Print (as shown in the screenshot), but didn’t work
Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.
View 4 Replies
View Related
Jan 29, 2012
Can the Plot command be used to combine multiple drawing views into a single DWF file?
View 1 Replies
View Related
Mar 26, 2012
I recently downloaded in my new computer the version of autocad 2011, but when I type letters for the command list to show, it doesnt!
View 1 Replies
View Related
Oct 6, 2011
Just recently I have really started to develop LISP routines and I am curious if it is possible to integrate them with a Keyboard call-out.
View 9 Replies
View Related
Jan 31, 2012
I've just encountered strange issue and I cannot find the proper solution anywhere.I work in AutoCAD for 5 years and I am used to type commands on the keyboard (I usualy don't use icons in AutoCAD).
I was used to...just cancel all previous commands by ESC key and start typing the command.But since last week I had to click in the command line to write the command in it. How to type commands without annoying clicking in command line?
View 1 Replies
View Related
Jul 5, 2011
Just got AutoCad 2012. Commands like Mirror and Copy which involve duplication (no problem with Move or Rotate, for example) will cause AutoCad to not respond for a few minutes. I believe it only is an issue with files brought forward from AutoCad 2000.
View 6 Replies
View Related
May 11, 2012
I created a command that I no longer use. I actually made a spelling error upon creating it "SUPECLOSE" and I want to delete it.
This is how I created this command: I typed in ALIASEDIT in order to add a new alias to a command.
I then clicked on the "Add" button.
In the "Alias:" field, I typed in "xx"
And in the "AutoCAD Command:" field, I typed in "SUPECLOSE" - which isn't actually an autoCAD command. "SUPERCLOSE" is the command I use to run a custom LISP routine that I created. Upon hitting pressing "OK" to this, AutoCAD prompted me with: "'SUPECLOSE' is a new command, Do you want to add this to your list of commands?"
I said yes. And then shortly afterwards realized the spelling error I had made. Problem is...I don't know how to access this list and delete the new command that I had just created (which does nothing).
View 3 Replies
View Related
Nov 9, 2011
We are working in AutoCAD 2010 and the keyboard shortcut commands are not working for one of our users. we are having difficulty getting it back online for her. we tried a menu load for the acad.pgp file and it isn't working .
View 2 Replies
View Related
Feb 27, 2013
Is there a list of obsolete commands / variables AutoCAD 2012?
AutoCAD Commands, variables, LISP commands, LISP variables?
View 3 Replies
View Related
Apr 23, 2012
The problem is that AutoCAD 2010, does not recognize any object snap commands, all the other comands work just fine.
I have reinstalled the program and don´t work.
What could be?
View 7 Replies
View Related
Apr 11, 2011
We've upgraded to 2012 and have noticed a problem when fast clicking on the mouse when using commands.
For example when using the erase command I would usually type E and then quickly right click and left click. However in 2012 it brings up random command instead of erase i.e. sheetset, publish, ucs etc..Bringing up the text window afterwards it shows
Command: e
ERASE
Select objects: Specify opposite corner: *Cancel*
0 found
Select objects: *Cancel*
Command: _PointCloudIndex
The right click and left click are only processed once.This happens on all commands typed on the command line not just erase
View 9 Replies
View Related
Mar 30, 2012
When i'm using the modify commands, the objects that I'm modifying become choppy, and when I zoom in and out with the third button/wheel, the movement of the zoom isn't fluid like it normally is, also It is extremely hard to grab an osnap during this process.
View 2 Replies
View Related
Oct 11, 2012
Having only recently started using Autocad 2012 (I mainly used various versions of LT over the last 10+ years) I have noticed a few strange goings on.
It doesn't happen all the time but sometimes whilst in a command ("move" for example), when I go to click on an object or pull a window, a separate, totally random command activates itself. Why this happens, I just hit escape a couple of times & continue what I was doing.
I'm not sure if it is a case of me, in my haste, missing my intended object & hitting the right click button (which I use as a return & not a drop down menu).
View 2 Replies
View Related
Sep 6, 2012
How do I turn on the dialog boxes when I enter commands? I finally found HPDLGMODE for the hatch command, but I would like it for all commands, especially array.
I have my FILEDIA set to 1.
View 1 Replies
View Related
Jan 6, 2014
Using ACAD2013, any command I try to execute requires two clicks. This specifically occurs with transformational commands - i.e. offset, rotate, mirror, but not line. For example I will enter the "OFFSET" command and hit enter, however instead of prompting me to input my OFFSET variables I will have to hit enter again and then enter the requisite variables. In effect I have to hit enter twice to execute any command of this sort. I have already tried changing my PICKFIRST settings, and AUTOCOMPLETE. I'm at a loss.
View 9 Replies
View Related
Mar 16, 2012
My autocad 2012 installation runs slower when I have the network cable plugged in. This is very obvious when I run lisp commands.
I have a standalone installation with a drawing on a local drive, also SP1 is installed.
View 6 Replies
View Related
Jan 11, 2013
lost ability to preselect lines when typing keyboard commands?
View 3 Replies
View Related
Aug 22, 2011
Is it possible to use undo in AutoCAD without zoom & pan?
View 9 Replies
View Related
Mar 8, 2013
when i am i the viewports and use the "scl" shortcut click zoom to scale nothing will happen i can zoom use anno. in the lower right corner or propties.
is there a buttom or a prompt that needs to be fixed.
View 9 Replies
View Related
Sep 18, 2012
so i select numerous objects and can see their grips. I then go and zoom and/or pan around the place, and the grips disappear!
why is this happening?
Is there a fix?
View 1 Replies
View Related