+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Forum Newbie
    Computer Details
    Fett2oo5's Computer Details
    Monitor:
    Dual monitors
    Discipline
    Multi-disciplinary
    Fett2oo5's Discipline Details
    Occupation
    Elec/Mech/Struct Engineering and Systems Development
    Discipline
    Multi-disciplinary
    Using
    AutoCAD 2013
    Join Date
    Nov 2011
    Location
    Houston, TX
    Posts
    4

    Question Dimensions display only when object is not a standard width.

    Registered forum members do not see this ad.

    I've looked and can not find a topic that covers what I am looking for.

    (I'll try to keep descriptions as simple as possible...)
    We have walls constructed out of modular panels, represented by basic rectangles.
    Rectangles are a standard 16" wide. (length not important)
    Only when a rectangle is not 16" wide, would we need to show it's width with a dimension.

    In multiple blocks I am creating, I need a stretchable rectangle, in which there will be a dimension.


    However I do not want the dimension to show up when the rectangle is 16" wide.
    But I DO want the dimension to show when the rectangle is not 16".

    So...
    When the rectangle is 16" wide, no dimension is displayed.
    When the rectangle is NOT 16" wide, a dimension is displayed.

    pic of three rectangles next to aforementioned stretchable rectangle. When the one on the right is 16" wide I don't want to see a dimension.




    Any ideas on how to achieve this?

  2. #2
    Senior Member
    Using
    AutoCAD 2014
    Join Date
    Sep 2010
    Location
    New Zealand
    Posts
    212

    Default

    I think the only way to do this is to set up a dynamic dimension a normal dimension and a visibillity state in the dynamic block and then use Visual Lisp to switch the visibility of the normal dimension off when the 16" is displayed.

  3. #3
    Forum Deity Dadgad's Avatar
    Using
    AutoCAD 2012
    Join Date
    Nov 2011
    Location
    At the confluence of worthlessness & invaluability
    Posts
    3,135

    Default

    It sounds like Grant's way would work well, but perhaps this would be easier.
    Create one block which is non-dynamic for the standard 16" width.
    Create a separate dynamic block for the exceptions.
    It looks like you are setting incremental sizes in your dynamic block,
    just stop them before you get to 16" and you should be okay, it will always
    display the dimension, and it can't be as large as 16".
    Volume and repetition do not validate opinions forged in the absence of thought.

  4. #4
    Forum Deity
    Using
    Civil 3D 2013
    Join Date
    Dec 2005
    Location
    GEELONG AUSTRALIA
    Posts
    3,791

    Default

    Registered forum members do not see this ad.

    I did something like this once and like Dadgad I would pick start & end. Blocks appear correct way a simple lisp works out how many std 16" to put in and the remainder is the dynamic block so no need to think about changing blocks. Do they have a height ? 3 picks use Y scale for height.
    A man who never made mistakes never made anything

Similar Threads

  1. How can I determine the display size of dimensions?
    By bgood2go in forum AutoCAD 2D Drafting, Object Properties & Interface
    Replies: 6
    Last Post: 25th Jul 2012, 04:40 pm
  2. Can you change text width on Dimensions?
    By muck in forum AutoCAD General
    Replies: 11
    Last Post: 28th Apr 2010, 11:11 am
  3. Display Object Dimensions
    By steve8679 in forum AutoCAD 2D Drafting, Object Properties & Interface
    Replies: 2
    Last Post: 15th Feb 2008, 03:30 pm
  4. Object width or thickness incorrect
    By Autodesk in forum AutoCAD RSS Feeds
    Replies: 0
    Last Post: 17th Oct 2006, 05:15 am

Bookmarks

Posting Permissions

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