Results 1 to 6 of 6

Thread: Attribute on Layer 0 ???

  1. #1
    I could stop if I wanted to
    Join Date
    2004-11
    Location
    Altoona,PA
    Posts
    301
    Login to Give a bone
    0

    Default Attribute on Layer 0 ???

    I have a block for the Revision Tag, it s a triangle with an attribute (both on layer 0). When the user tries to freeze the revision layer and picks the attribute, ONLY layer 0 freezes.

    All my section and detail callouts are functioning like this also.....

    Is there a fix - other then putting the attributes on specific layers. This is not feasible because we utilize several Revision layers and some projects.


    Terry

  2. #2
    The Silent Type RobertB's Avatar
    Join Date
    2000-01
    Location
    Seattle WA USA
    Posts
    5,859
    Login to Give a bone
    0

    Default Re: Attribute on Layer 0 ???

    Check your options for LayFrz.
    R. Robert Bell
    Design Technology Manager
    Stantec
    Opinions expressed are mine alone and do not reflect the views of Stantec.

  3. #3
    I could stop if I wanted to
    Join Date
    2004-11
    Location
    Altoona,PA
    Posts
    301
    Login to Give a bone
    0

    Default Re: Attribute on Layer 0 ???

    Changing 'Block Selection' to 'none' did the trick. Now that I selected none, it seems that it will retain the setting even after relaunch.


    Thank you.

  4. #4
    I could stop if I wanted to
    Join Date
    2004-11
    Location
    Altoona,PA
    Posts
    301
    Login to Give a bone
    0

    Default Re: Attribute on Layer 0 ???

    One little snag......

    Setting needs to be set to "Block" for freeze XREF layers.

    Setting needs to be set to "None" to use LayFrz on my tags (when the user selects the attributes).


    Is there some sort of work-around other than:

    - changing the layer of the attributes from Layer 0, or
    - changing the settings of LayFrz.

    Terry

  5. #5
    The Silent Type RobertB's Avatar
    Join Date
    2000-01
    Location
    Seattle WA USA
    Posts
    5,859
    Login to Give a bone
    0

    Default Re: Attribute on Layer 0 ???

    That, or training. You could redefine the CUI command to set layer 0 current before executing LayFrz, which would, at least, make it "in your face" that they are getting layer 0.
    R. Robert Bell
    Design Technology Manager
    Stantec
    Opinions expressed are mine alone and do not reflect the views of Stantec.

  6. #6
    Member
    Join Date
    2008-02
    Location
    North Seattle
    Posts
    42
    Login to Give a bone
    0

    Default Re: Attribute on Layer 0 ???

    I know you say that you can't make a specific layer for revisions, but why? That is what layers are used for. We have hundreds of blocks drawn with many, many layers and use _LAYFRZ to great success. If you want it easier, write a lisp to do each specific command. For example

    (defun c:FFF ()
    (command "_LAYFRZ" "S" "B" "E")


    (princ)


    (defun c:FB ()
    (command "_LAYFRZ" "S" "B" "B")


    (princ)
    ))


    FFF Freezes specific layer in block

    FB Freezes ENTIRE block and all layers included in block.

    of course none of this will help at all if you insist on drawing on layer 0!

Similar Threads

  1. Attribute-Layer-Lineweight?
    By jande43 in forum Dynamic Blocks - Technical
    Replies: 3
    Last Post: 2014-02-21, 06:35 PM
  2. Change object layer by attribute value
    By lee.harte.166277 in forum VBA/COM Interop
    Replies: 3
    Last Post: 2012-09-21, 02:43 PM
  3. Link layer to an attribute using a field
    By Jonathan Pitt in forum AutoCAD Fields
    Replies: 2
    Last Post: 2011-02-23, 04:29 PM
  4. Editing attribute layer
    By hbisco in forum AutoCAD General
    Replies: 8
    Last Post: 2005-05-13, 01:53 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
  •