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

    AutoCAD Plant 3D

    Reply
    Active Contributor
    Posts: 38
    Registered: ‎06-11-2012

    A Question About the Format of Flange Description In Iso.

    67 Views, 0 Replies
    06-14-2012 11:47 PM

    Hi!

    Normally,the description of flange in the iso is"F3 B4 G5",but sometimes I only want to show"F3".

    In order to achieve that,I opened the file "isoconfig.xml",and modify it as below:

     

    <GroupScheme Name="FlangeGroup" AnnotationStyle="SRectangle" Enabled="true" Tag="XX" Alignment="FlatHorizontal" LeaderStyle="AsNeeded" Components="Flange Bolt Gasket" Field="PartNumber" IncludeMate="true" MateComponent="Flange" MateTag="XX" MateAnnoStyle="Rectangle" MultipleBlocks="false">
                <Formats>
                  <Format Component="Flange" Format="F{0}" />
                  <Format Component="Bolt" Format="B{0}" />
                  <Format Component="Gasket" Format="G{0}" />
                </Formats>

     

    <GroupScheme Name="FlangeGroup" AnnotationStyle="SRectangle" Enabled="true" Tag="XX" Alignment="FlatHorizontal" LeaderStyle="AsNeeded" Components="Flange" Field="PartNumber" IncludeMate="true" MateComponent="Flange" MateTag="XX" MateAnnoStyle="Rectangle" MultipleBlocks="false">
                <Formats>
                  <Format Component="Flange" Format="F{0}" />
                  <Format Component="Bolt" Format="B{0}" />
                  <Format Component="Gasket" Format="G{0}" />
                </Formats>

     

    I modified the red part to the blue,but that didn't work.Even I deleted the pink part,I could't achieve that.

    So,the problem is that how can I make the format of the flange description  in the iso "Flange" instead of "Flange Bolt Gasket".

     

    Thanks!

     

    Been

    Please use plain text.