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: 

ISO Annotation Symbols

15 REPLIES 15
SOLVED
Reply
Message 1 of 16
david.forsyth8QZCL
979 Views, 15 Replies

ISO Annotation Symbols

Hi, when I run my new Iso template on a production ISO. I get these large bubbles for the bolts, gasket and flange.

I want to display 3 bubbles or 3 squares, I cant find out how to change this.

 

Also is it possiable to mate the the item 1 and 2 bubbles on the pipe and elbow in the screenhot below abit bigger so that when you print the iso it's easier to read? 

 

davidforsyth8QZCL_0-1630290714655.png

 

Cheers

 

Dave

15 REPLIES 15
Message 2 of 16
h_eger
in reply to: david.forsyth8QZCL

Dear @david.forsyth8QZCL ,

 

please check in your IsoConfig.xml whether the two areas are identical.

<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>
            <GroupFormats>
              <GroupFormat Count="1" Format="{0}" />
              <GroupFormat Count="2" Format="{0} {1}" />
              <GroupFormat Count="3" Format="{0} {1} {2}" />
              <GroupFormat Count="4" Format="{0} {1} {2} {3}" />
            </GroupFormats>
          </GroupScheme>
          <GroupScheme Name="FlangeGroupMulti" Enabled="false" Alignment="FlatHorizontal" LeaderStyle="AsNeeded" Components="Flange Bolt Gasket" Field="PartNumber" IncludeMate="true" MateComponent="Flange" MateTag="X00" MateAnnoStyle="OneCircle" MultipleBlocks="true">
            <Formats>
              <Format Component="Flange" Format="F{0}" />
              <Format Component="Bolt" Format="B{0}" />
              <Format Component="Gasket" Format="G{0}" />
            </Formats>
            <GroupFormats>
              <GroupFormat Count="1" Format="{0}" AnnotationStyle="OneCircle" Tags="X00" />
              <GroupFormat Count="2" Format="{0}" AnnotationStyle="TwoCircle" Tags="X00 X03" />
              <GroupFormat Count="3" Format="{0}" AnnotationStyle="ThreeCircle" Tags="X00 X03 X06" />
              <GroupFormat Count="4" Format="{0}" AnnotationStyle="FourCircle" Tags="X00 X03 X06 X09" />
            </GroupFormats>
          </GroupScheme>

 

-

If my reply was helpful, please give a "Kudo" or click the "Accept as Solution" button below (or both).

Hartmut Eger
Senior Engineer
Anlagenplanung + Elektotechnik
XING | LinkedIn

EESignature



Message 3 of 16
david.forsyth8QZCL
in reply to: h_eger

Hi @h_eger 

 

Thankyou for the reply, This is what I have 

 

davidforsyth8QZCL_0-1630305605011.png

the only thing that is different is the circle and rectangle. I would like to use the muiltiple bubbles format. im using version 2022 if that mates any difference

 

Cheers

 

Dave

Message 4 of 16
h_eger
in reply to: david.forsyth8QZCL

Dear @david.forsyth8QZCL ,

 

I use the following setting for this result

 

<GroupScheme Name="FlangeGroupMulti" AnnotationStyle="Circle" Enabled="true" Alignment="FlatHorizontal" LeaderStyle="AsNeeded" Components="Flange Bolt Gasket" Field="PartNumber" IncludeMate="true" MateComponent="Flange" MateTag="X00" MateAnnoStyle="OneCircle" MultipleBlocks="true">

 2021-08-30_09-20-11.jpg

-

If my reply was helpful, please give a "Kudo" or click the "Accept as Solution" button below (or both).

Hartmut Eger
Senior Engineer
Anlagenplanung + Elektotechnik
XING | LinkedIn

EESignature



Message 5 of 16
david.forsyth8QZCL
in reply to: h_eger

Awesome thankyou very much
Message 6 of 16

I put this exact code in and when I run the iso, no annotation shows up.  I have P3D 2023.  

Message 7 of 16
h_eger
in reply to: david.forsyth8QZCL

@dthompson45FWV ,

 

then you have made a mistake somewhere.
But we have no further information from your IsoConfig.xml to be able to help if necessary!

-

If my reply was helpful, please give a "Kudo" or click the "Accept as Solution" button below (or both).

Hartmut Eger
Senior Engineer
Anlagenplanung + Elektotechnik
XING | LinkedIn

EESignature



Message 8 of 16
dthompson45FWV
in reply to: h_eger

Here's my complete isoconfig.xml.

 

Note that as a work around I was working on getting the flanges and gaskets to be not grouped at all.  So, when you look at the groups, you'll see "flange" and "gasket" as separate groups.  Just ignore it.

Message 9 of 16
h_eger
in reply to: david.forsyth8QZCL

@dthompson45FWV ,

 

OK this is information that should come at the beginning of a conversation!
You should not use the flanges and gaskets as GroupSchema but as ComponentScheme.

-

If my reply was helpful, please give a "Kudo" or click the "Accept as Solution" button below (or both).

Hartmut Eger
Senior Engineer
Anlagenplanung + Elektotechnik
XING | LinkedIn

EESignature



Message 10 of 16
dthompson45FWV
in reply to: h_eger

I would still prefer to group them but that isn't working

Message 11 of 16
h_eger
in reply to: david.forsyth8QZCL

@dthompson45FWV ,

 

a group requires at least 2 objects (Flange + BoltSet) or (Flange + Gasket) otherwise a group will not work.

Can you use an example to show how your desired result should look in the iso.

-

If my reply was helpful, please give a "Kudo" or click the "Accept as Solution" button below (or both).

Hartmut Eger
Senior Engineer
Anlagenplanung + Elektotechnik
XING | LinkedIn

EESignature



Message 12 of 16
dthompson45FWV
in reply to: h_eger

My desired output is exactly like the picture at the top of this thread.  If I use FlangeGroup - Flange + Gasket, it makes a small circle with 2 texts just like the picture earlier in this thread.  If I use FlangeGroupMulti, no annotations show up.

 

Making them single instances of circle annotations has nothing to do with my question and was only an attempt as a work around and should be ignored.

Message 13 of 16
h_eger
in reply to: david.forsyth8QZCL

@dthompson45FWV ,

 

This appears to be a mistake.
The behaviour is identical to yours.
As soon as I try to display only Flange and Gasket on the iso I get no annatations.

P3D 2025

Please report to Autodesk Support.

-

If my reply was helpful, please give a "Kudo" or click the "Accept as Solution" button below (or both).

Hartmut Eger
Senior Engineer
Anlagenplanung + Elektotechnik
XING | LinkedIn

EESignature



Message 14 of 16
dthompson45FWV
in reply to: h_eger

Thanks for looking at this.  Can we try putting the gasket and flange as separate annotations?

Message 15 of 16
h_eger
in reply to: david.forsyth8QZCL

No, it does not work. Either all 3 (F B G) annos or none

-

If my reply was helpful, please give a "Kudo" or click the "Accept as Solution" button below (or both).

Hartmut Eger
Senior Engineer
Anlagenplanung + Elektotechnik
XING | LinkedIn

EESignature



Message 16 of 16
dthompson45FWV
in reply to: h_eger

Okay, at least we know now

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

Post to forums  

Autodesk Design & Make Report