nudge

Discussion in 'AutoCAD' started by jlab13, Mar 12, 2007.

  1. jlab13

    jlab13 Guest

    Is there a way to "nudge" an object w/keyboard arrows? Trying to make
    very slight moves on a drawing and it's very tough to use a mouse.

    I am new, btw!


    Thanks!
     
    jlab13, Mar 12, 2007
    #1
  2. jlab13

    Dr Fleau Guest

    Is your SNAP setting set to "OFF" ?

    Dr Fleau
    Little known fact: The ESCAPE key won't have the desired effect if you're in
    prison
     
    Dr Fleau, Mar 12, 2007
    #2
  3. jlab13

    briansalt Guest

    :)-))

    There are many ways to move an entity: by a distance, parallel to a line,
    to the end of a line, middle of a line, centre of a circle, etc., etc.

    As has been mentioned - ensure that 'Snap' is off, or any move will jump
    from snap point to snap point.

    Brian.
     
    briansalt, Mar 12, 2007
    #3
  4. jlab13

    jlab13 Guest

    Yes, I have snap off. I'm just trying to see if there's a way to very
    slightly nudge an object left, right, etc. Kinda like the way you can
    in programs like Photoshop, MS Publisher, etc.

    Thanks!!
     
    jlab13, Mar 12, 2007
    #4
  5. jlab13

    longshot Guest

    you can enter any number you wish & it will move that far... 10000000000 or
    ..0000000001 the possibilities are infinite
     
    longshot, Mar 12, 2007
    #5
  6. AutoCAD is not a graphics program, and the exact position and size is
    usually the most important thing about a cad model.....

    Having said that, a small macro could be programmed into a custom toolbar
    for your purposes, or you could use lisp in the button like this:

    (command "move" pause "" "0,0" "0,1")

    which will move a single selection up one unit.
     
    Michael Bulatovich, Mar 12, 2007
    #6
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.
Similar Threads
Loading...