AutoCAD Plant 3D
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
A Question About the Format of Flange Descriptio n In Iso.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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

