AutoCAD Plant 3D Forum
Welcome to Autodesk’s AutoCAD Plant 3D Forums. Share your knowledge, ask questions, and explore popular AutoCAD Plant 3D topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Blind flange prefix

2 REPLIES 2
Reply
Message 1 of 3
Anonymous
351 Views, 2 Replies

Blind flange prefix

can anyone tell me how to set blind flange prefixes same as flanges, currenly it show as 1,2,3 and so on... want to change to F1,F2,F3 and so on.....

2 REPLIES 2
Message 2 of 3
quentin.contreras
in reply to: Anonymous

Through the normal project setup this is not possible and I am not aware of where in the IsoConfig.xml this might be configured. I will check on this though and see if this is possible by editing the xml. In the mean time the workaround would be to manually edit the text once the Iso is created.

If my post answers your question, please mark it as an Accepted Solution, so that others can find answers quickly!



Quentin Contreras
Technical Support Specialist


Message 3 of 3

By default blind flanges are annotated only by the part number.

You want to add a prefix (e.g. 'BF') to the part number in blind flanges annotations.
Here is what you need to add in the isoconfig.xml file

 

To solve this task you have to configure the isoconfig.xml-file of your iso style. Follow these steps:
  • Open the Windows Explorer and switch to <project foder>\isometric\<used iso style folder>
  • Open the isoconfig.xml of your with a text or xml editor
  • Switch to 'Themes - Theme (Default) - Annotations - AnnotationSchemes' and add this new component scheme:
    • <ComponentScheme Name="BlindFlange" AnnotationStyle="SRectangle" Format="BF{0}" Enabled="true" Grouping="true" Alignment="FlatHorizontal" LeaderStyle="Always" Filter="BlindFlange" Fields="PartNumber" />
  • Switch to 'Filter' and add this new filter here:
    • <Filter Name="BlindFlange" Value="Type='FLANGE-BLIND'">
  • Search for the filter called 'PartFitting' and add this statement to the expresssion:
    • AND TYPE NOT LIKE 'FLANGE-BLIND'
    • This will suppress the default annotation without a prefix for blind flanges
  • Save the file
If my post answers your question, please mark it as an Accepted Solution, so that others can find answers quickly!



Quentin Contreras
Technical Support Specialist


Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report