Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Converting Layers without changing color,line Types etc..

  1. #11
    Certifiable AUGI Addict irneb's Avatar
    Join Date
    2007-07
    Location
    Jo'burg SA
    Posts
    4,344

    Default Re: Converting Layers without changing color,line Types etc..

    Someone's requested I add a dialog interface similar to the normal LayMrg command. The attached is a 1st attempt at it. Please do some testing and/or suggestion and/or fixing
    Attached Files Attached Files
    Knowledge is proportional to experience, but wisdom is inversely proportional to ego!
    My little bit of "wisdom": Hind-sight is useless, unless used to improve the next forethought!

  2. #12
    Woo! Hoo! my 1st post
    Join Date
    2011-09
    Posts
    1

    Default Re: Converting Layers without changing color,line Types etc..

    Hi, thanks for the post. The dialog box does indeed appear, but it doesn't allow you to select the layers listed, & locks up beyond that point to where you have to close out CAD entirely. At least we're one step closer

    Thanks again for your continued time & effort with this request.

  3. #13
    Member
    Join Date
    2012-03
    Posts
    2

    Default Re: Converting Layers without changing color,line Types etc..

    Hi irneb!

    The LISP you shared is what I am looking for for a long time, almost...only I do need to change the layer color as well. Can you please delete the part for this from the LISP and share with us? Many thanks in advance...

    Goembi

  4. #14
    Certifiable AUGI Addict irneb's Avatar
    Join Date
    2007-07
    Location
    Jo'burg SA
    Posts
    4,344

    Default Re: Converting Layers without changing color,line Types etc..

    Sorry for only coming back now, this thread seems to have been missed in the hoodlum of my year

    Anyhow, I'll look into the crash for the dialog. Probably a mistype on my part somewhere

    As for the "changing of colour". I'm assuming you mean you'd like to have all other settings change to individual properties, but leave color bylayer as is? I.e. if the line was on layer X (layer's props: color Red; linetype Dashed) and the line's color & lt being Bylayer. Then if you merge X into Y (where Y's colour is Yellow & lt=Continuos) you'd like to have the line change to Color=ByLayer(Yellow) Linetype=Dashed.

    That would need some extra settings in my lisp. Probably a bit of a re-write. For the time being, would using the SetByLayer command directly after my lisp be sufficient? It has settings to only set color/linetype/etc. back to ByLayer. It's not perfect (appart from another step) it could change all colours to bylayer - even those which weren't bylayer to begin with.
    Knowledge is proportional to experience, but wisdom is inversely proportional to ego!
    My little bit of "wisdom": Hind-sight is useless, unless used to improve the next forethought!

  5. #15
    Member
    Join Date
    2012-03
    Posts
    2

    Default Re: Converting Layers without changing color,line Types etc..

    Good morning!

    What I do:
    - Create new MYLAYER / WHITE / CONTINUOUS
    - Draw line in MYLAYER
    - Draw lines in all existing layers
    - LAYMGR2
    - Select lines in existing layers
    - Select line in MYLAYER
    - Result all on my drawing is in MYLAYER, color and linetype remains

    The result I am looking for is a result with all of my drawing in MYLAYER, color BYLAYER (MYLAYER), linetype is the original from the old exising layers.

    Like this the drawing will have one layer, one color but different linetypes.

    I hope this made it clearer for you.

    Thanks!!

  6. #16
    Woo! Hoo! my 1st post
    Join Date
    2005-06
    Location
    hong kong
    Posts
    1

    Default Re: Converting Layers without changing color,line Types etc..

    Could the lisp also including lineweight.
    thank a lot if you can help me to solve the problem.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Line Weight Scale & Color Dependant Layers & CTB
    By Ykang.236078 in forum AutoCAD General
    Replies: 5
    Last Post: 2011-04-21, 09:54 PM
  2. Underground utility line types and color standards
    By workworkwork in forum Land Desktop - General
    Replies: 12
    Last Post: 2008-01-21, 09:48 PM
  3. Changing Line Types
    By mccurdyks in forum Revit Architecture - Families
    Replies: 1
    Last Post: 2006-10-03, 05:29 PM
  4. Changing cut line color
    By mbalsom in forum Revit Architecture - General
    Replies: 5
    Last Post: 2006-08-07, 03:41 PM
  5. Converting Line Types
    By studio3p in forum Revit Architecture - General
    Replies: 3
    Last Post: 2004-01-29, 01:38 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •