Moving set ss to 0,0,0

Discussion in 'AutoCAD' started by David Penney, Oct 8, 2003.

  1. David Penney

    David Penney Guest

    Hi all...

    What would the lisp command be to move my selection set entities "ss" from
    "pt1" to 0,0,0 ?

    BTW....I want pt1 to be the "inbase" value of the drawing....whatever the
    value.
    Would the following line be correct...?

    (setq pt1 (getvar "insbase"))

    TIA

    DP
     
    David Penney, Oct 8, 2003
    #1
  2. David Penney

    bestafor Guest

    HiHo;
    Yes the setq pt1 is ok, BUT,
    When the command "move" is executed
    Where is the base point for said selection set?
    Also if pt1 is used in a command preface it with
    a ! symbol. i.e. !pt1
     
    bestafor, Oct 8, 2003
    #2
  3. David Penney

    David Penney Guest

    Thanks for you input

    DP

     
    David Penney, Oct 8, 2003
    #3
  4. David Penney

    David Penney Guest

    Thanks Tom for clarifying...

    DP

     
    David Penney, Oct 8, 2003
    #4
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.