laymrg in lisp

Discussion in 'AutoCAD' started by jonbaker, Jan 4, 2005.

  1. jonbaker

    jonbaker Guest

    I can not seem to get the express tools command "LAYMRG" to work in a lisp routine _.laymrg also doesnt work..

    does anyone have any ideas on how i can merge layers??

    This is what i have started with;
    (COMMAND "laymrg" "T" "HSE-CANT" "" "T" "H-CANT" "Y" "Y")

    posting here is great, however i only have internet access for the lunch hour... emailing would be great..
    jbaker
    at
    carroll-lange
    dot c0m
     
    jonbaker, Jan 4, 2005
    #1
  2. Hi,

    Write the code to do what you want without using Layer Manager.

    All you need is to create a selection set of objects on one layer and change
    their layer properties to the other layer.

    Then delete the unwanted layer.


    --

    Regards,


    Laurie Comerford
    www.cadapps.com.au
     
    Laurie Comerford, Jan 4, 2005
    #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.