• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD 2010/2011/2012 DWG Format

    Reply
    Active Member
    lionramox
    Posts: 7
    Registered: ‎03-04-2011
    Accepted Solution

    Quick Select Attributes

    357 Views, 10 Replies
    03-12-2012 05:15 PM

    I have a drawing containing over 100 blocks with 8-10 attributes each. I want to align all the attribute text without rotating the associated blocks. I can select individual attributes by holding down the Ctrl key while I select each attribute. Then I can change the text angle in a pop-up dialog. Is there a quicker way to select all the attributes without having to click on each one? Remember that I do not want to rotate the whole block, just the attribute text.

    Please use plain text.
    Distinguished Contributor
    Posts: 381
    Registered: ‎12-03-2003

    Re: Quick Select Attributes

    03-13-2012 02:39 AM in reply to: lionramox

    I wrote a vba script to do this on a per-click basis, I can share this if requested.

     

    G

    Please use plain text.
    Active Member
    lionramox
    Posts: 7
    Registered: ‎03-04-2011

    Re: Quick Select Attributes

    03-13-2012 08:06 AM in reply to: GilesPhillips

    If your VBA script will select all 800+ attributes with one click, I would be interested.

    Please use plain text.
    Distinguished Contributor
    Posts: 381
    Registered: ‎12-03-2003

    Re: Quick Select Attributes

    03-13-2012 08:17 AM in reply to: lionramox

    My script work on a per-click basis only.

     

    It may suit you better to redefine the block reference.  You can create an associative block reference that will align itself with the viewport, have you considered that approach?

    Please use plain text.
    Active Member
    lionramox
    Posts: 7
    Registered: ‎03-04-2011

    Re: Quick Select Attributes

    03-13-2012 08:33 AM in reply to: lionramox

    I have thought of redefining the blocks; is it possible to set the attribute text angle such that it will not rotate as the whole block is rotated?

    Please use plain text.
    Distinguished Contributor
    Posts: 381
    Registered: ‎12-03-2003

    Re: Quick Select Attributes

    03-13-2012 08:41 AM in reply to: lionramox

    Not in the way you suggest.

     

    Without knowing the context it's difficult to advise, however the associative block flag will resize the block to have it appear at a constant paperspace size regardless of scale - likewise setting the 'match block orientation' flag will effectively set the rotation of the block to zero, regardless of any rotations applied to it.

    Please use plain text.
    Active Member
    lionramox
    Posts: 7
    Registered: ‎03-04-2011

    Re: Quick Select Attributes

    03-13-2012 08:58 AM in reply to: GilesPhillips

    I am a lighting and stage designer; when I draw, I insert blocks representing theatrical lighting units. Each block is rotated towards a focal point. Each block has attributes such as unit number, color, dimmer, circuit, type, location, etc. What I want to do is align all the attribute text so that it reads easily regardless of how each block is rotated. I can spend 20 minutes selecting each attribute, and then change the angle for the whole group. I just wanted a quicker way, like the ability to Quick Select attributes. (Quick Select is so helpful otherwise.)

     

    Thank you so much for trying to help, I really appreciate it!

    Please use plain text.
    Distinguished Contributor
    Posts: 381
    Registered: ‎12-03-2003

    Re: Quick Select Attributes

    03-13-2012 09:10 AM in reply to: lionramox

    perhaps you want to experiment with dynamic blocks a bit:

     

    Create a dynamic block of a favourite fitting with rotation parrameters on everything except the hook-clamp and the attributes.

     

    Insert the block in the usual way, only this time do not apply any rotation, use the dynamic grip to focus the light, similar to how you'd actually rig them physically - hang first, focus afterwards.

     

    This would require a change to your workflow, but you might find it beneficial in the long term, for example 6-bars could be arranged to have all the cans rotate on the one grip, rather than having to explode and re-align.

     

    Attached is a sample of what you could try.

     

    G

    Please use plain text.
    Active Member
    lionramox
    Posts: 7
    Registered: ‎03-04-2011

    Re: Quick Select Attributes

    03-13-2012 09:17 AM in reply to: GilesPhillips

    Not exactly what I was looking for, but It shows promise, thanks. (Are you in the entertainment biz?)

    Please use plain text.
    Distinguished Contributor
    Posts: 381
    Registered: ‎12-03-2003

    Re: Quick Select Attributes

    03-13-2012 09:19 AM in reply to: lionramox

    It's an illustration of a different approach, rather than a solution.

     

    And yes, I work for a large hire & installations company in the UK.

     

    G

    Please use plain text.