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

    AutoCAD Plant 3D

    Reply
    Active Member
    syed
    Posts: 10
    Registered: ‎10-03-2011
    Accepted Solution

    Questions - Can some body help

    338 Views, 4 Replies
    11-23-2011 06:51 AM
    1. I can’t find out how to change the text size for the end connection annotations, line numbering annotations, and diameter annotations.
    2. The generated data in the BOM table is cyan rather than by layer (which would make it black), how can I make this generate so that the colour is by layer?
    3. How can I turn off the line number annotation that generates in the isometric drawing?

    regards

     

    Syed

    Please use plain text.
    Active Contributor
    OmarGT
    Posts: 45
    Registered: ‎10-26-2011

    Re: Questions - Can some body help

    11-24-2011 09:00 PM in reply to: syed

    Try on isometric dwg settings and setup title block; there you can change what you want. As it is showed, in the attachment, in th Iso Theme you can change the text, the sort of default styles. See that the content of the cell that its text appears in cyan color is locked; you can unlock it, modify its color, and then lock it again. There is a different way of changing it; but it is more complex, it is changing the xml file.

    Please use plain text.
    Active Member
    syed
    Posts: 10
    Registered: ‎10-03-2011

    Re: Questions - Can some body help

    11-25-2011 12:03 PM in reply to: OmarGT

    Thanks Omar,

    took your guidance and it helped.

    I’m still trying to find out how to either change the format for or get rid of the isometric line number annotation (see attached, the annotation I am referring to is circled in yellow).

     

    Let me know

     

    regards

     

    Syed

    Please use plain text.
    Active Contributor
    OmarGT
    Posts: 45
    Registered: ‎10-26-2011

    Re: Questions - Can some body help

    11-25-2011 07:14 PM in reply to: syed

    Edit the Isoconfig.xml file and look for the following line:

     

              <LineNumberScheme Name="LineNumber" AnnotationStyle="Standard" Format="{0}-{1}" Alignment="SkewAligned" LeaderStyle="AsNeeded" ComponentFields="Size PIPING-SPEC" LineFields="PIPELINE-REFERENCE" ComponentFormat="{0}-{1}" LineFormat="{0}" />

     

     

    And change it as follows:

     

              <LineNumberScheme Name="LineNumber" AnnotationStyle="Standard" Format="{}" Alignment="SkewAligned" LeaderStyle="AsNeeded" ComponentFields="Size PIPING-SPEC" LineFields="PIPELINE-REFERENCE" ComponentFormat="{0}-{1}" LineFormat="{0}" />


     

    Please use plain text.
    Active Member
    syed
    Posts: 10
    Registered: ‎10-03-2011

    Re: Questions - Can some body help

    11-28-2011 07:37 AM in reply to: OmarGT

    Thanks Omar,

     

    it works perfectly

     

    regards

     

    Syed

    Please use plain text.