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

    AutoCAD Architecture

    Reply
    New Member
    ABUSAIF
    Posts: 2
    Registered: ‎12-28-2011

    Re: Annotative Dimension on Tool Palette

    12-28-2011 07:38 PM in reply to: mgormally
    No, its annotated in the original drawing where I created the dim and text style, I actuly opened a new drawing from the default autocad template, still showing as unannotated..
    Please use plain text.
    *Expert Elite*
    ToanDN
    Posts: 1,839
    Registered: ‎09-26-2006

    Re: Annotative Dimension on Tool Palette

    12-28-2011 07:47 PM in reply to: mgormally
    It doesn't matter if it is annotative in the original where you created the styles. If your current drawing already has a non-annotative style with the same name, when you insert the style from the tool palette, it will be non-annotative. Try rename the styles in either drawing then it should work.
    Please use plain text.
    Distinguished Contributor
    Posts: 138
    Registered: ‎09-09-2003

    Re: Annotative Dimension on Tool Palette

    10-04-2012 05:24 PM in reply to: ABUSAIF

    I'm trying to do the same thing with the same exact results.  My source drawing has everything just the way we need it, including the annotation option turned on.  When I open a new drawing that does not have the dimension style in the drawing and use the Linear Dim from the tool palette, the newly created dim style is not annotative.

     

    Anyone have any luck getting this to work?

     

    We're in C3D 2011 - 64bit

     

    Please use plain text.
    Distinguished Contributor
    Posts: 105
    Registered: ‎10-10-2003

    Re: Annotative Dimension on Tool Palette

    10-10-2012 09:46 AM in reply to: ABUSAIF

    This is an old bug that I reported on years ago to deaf ears.  Tool Palettes came out before Annotative Scaling was introduced and the option for storing the Annotative Scale setting just hasn't been incorporated.  It doesn't work for Text Styles either.  It does work with Mleader Styles.

     

    The whole logic behind storing Text and Dimension Styles as part of a Tool on a Tool Palette is pretty limited.  Once you drag a dimension style over to a Tool Palette, the style settings are coded with the Tool and there is no connection to the original style or the drawing.  Anyone who has developed standards for any firm knows that it is far better to manage styles through a source file.  It would have been really nice if Autodesk would have offered an option to pull a style from a source file.

     

    To remedy the problem being described in this thread, you need to find a way to import the Dimension Style from the source drawing.  The easiest way is to make a Tool that inserts the source file.  I found that the Annotative Scale setting comes through as a Block.  You can make a Tool that simply inserts a drawing file that only contains the Dimension Style you want.

     

    In my own work I took it a little farther and wrote a lisp routine that inserts the Block, sets the DimStyle, Text Style and Mleader Style current and then Purges the Block.  This way anyone in the office with basic skills can update or improve on the basic settings without having to know any code.

    Please use plain text.
    New Member
    Posts: 1
    Registered: ‎11-18-2012

    Re: Annotative Dimension on Tool Palette

    11-18-2012 05:57 AM in reply to: odin

    There is a way to overcome this problem. You can follow these steps:

    1) copy the linear dimension to the tool pallete

    2) right click over the icon -> properties...

    • Use flyout -> No
    • Command string ->  

       C^C-dimstyle an;yes;MyDim;yes;r;MyDim;dimlinear

    • Ok

    The name of my dimension style is "MyDim", then it's the only thing you have to change on the script (command string).

    Now the style can be annotative as desired.

     

    Please use plain text.