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: 

Isometric bubbles for pipe are coming in WRONG!!!

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
scarughi
780 Views, 2 Replies

Isometric bubbles for pipe are coming in WRONG!!!

Isometric bubbles for pipe are orientated different from the rest of the items in BOM. How do you fix this? SEE ATTACHED IMAGE

scarughi
2 REPLIES 2
Message 2 of 3
jabowabo
in reply to: scarughi

This is driven by *this line of code in the isoconfig.xml file:

<ComponentScheme Name="PartNumberAligned" AnnotationStyle="Name="Circle" Tag="XX" Alignment="FlatAligned" LeaderStyle="NoLeader" Filter="Pipe" Fields="PartNumber" />

 Change it to this (here we're just adding 'Enabled="false"):

<ComponentScheme Name="PartNumberAligned" AnnotationStyle="Name="Circle" Enabled="false" Tag="XX" Alignment="FlatAligned" LeaderStyle="AlwaysNonArrowed" Filter="Pipe" Fields="PartNumber" />

 Then add this line:

<ComponentScheme Name="PartNumberPipe" AnnotationStyle="Name="Circle" Enabled="true" Tag="XX" Alignment="FlatHorizontal" LeaderStyle="AlwaysNonArrowed" Filter="Pipe" Fields="PartNumber" />

 *You're code may not look exactly like this but should be pretty close,

Message 3 of 3
scarughi
in reply to: jabowabo

Thanks. It worked. By following those steps, it has also fixed my issue of drains coming in as rectangles!

scarughi

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

Post to forums  

Autodesk Design & Make Report

”Boost