Copy multiple

Discussion in 'AutoCAD' started by chevy, Feb 27, 2004.

  1. chevy

    chevy Guest

    To copy multiple of an entity, autocad command is copy, pick an object, type in M, and then click a point. Does any one has a lisp that I can type in something like "cm" (copy multiple) pick an object, pick a point and type in multiple distances (I would like to skip typing the M all the time). Thanks all for helping.
     
    chevy, Feb 27, 2004
    #1
  2. chevy

    Bru Guest

    ECCAD:
    (defun c:cm () (command "_copy" (ssget) "" "_m"))
     
    Bru, Mar 3, 2004
    #2
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.