command to move all objects to same plane

Discussion in 'AutoCAD' started by vicmc, Jun 28, 2004.

  1. vicmc

    Chip Harper Guest

    Assuming all items are at the same level to begin with, yes. But to ensure
    that they are all on the same level you would "Flatten" everything to 0 Z
    then move them up 25' Z ...

    ^C^C_select;all;;move;p;;0,0,1e99;;move;p;;0,0,-1e99;;move;p;;0,0,25';;
     
    Chip Harper, Jul 1, 2004
    #21
  2. vicmc

    tstright Guest

    Ok , I'm starting to see why things work the way they do....

    Thanks for the help....

    On a side note, Have a suggestion for a good lisp book to start with?
     
    tstright, Jul 1, 2004
    #22
  3. vicmc

    Chip Harper Guest

    I keep a copy of AutoLISP Programming Principals and Techniques in my
    case.... written by Rob Rawls and Mark Hagen ISBN 1-56637-417-0... it's
    written for R14 but few exceptions everything works the same (ie -insert vs
    insert)... you'll see a copy on eBay pretty cheap every so often. Here's one
    of many great sites http://www.afralisp.com/ .
     
    Chip Harper, Jul 1, 2004
    #23
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.