How to add custom attribute property in iso sheet continuation (to) & (from) for iso annotation

How to add custom attribute property in iso sheet continuation (to) & (from) for iso annotation

dharunkumar.am
Advocate Advocate
652 Views
4 Replies
Message 1 of 5

How to add custom attribute property in iso sheet continuation (to) & (from) for iso annotation

dharunkumar.am
Advocate
Advocate

is there any way to add custom attribute in " iso sheet continuation (to) " and " iso sheet continuation (from) "

 

dharunkumaram_1-1692618555917.png

 

The "add property" seems to be not working in this section 

dharunkumaram_2-1692618601166.png

 

 

0 Likes
653 Views
4 Replies
Replies (4)
Message 2 of 5

h_eger
Mentor
Mentor

Dear @dharunkumar.am ,

 

Enclosed is the section from IsoConfig.xml where you can set this up.

 

 

        <!-- Enable only end-connection or end-position annotations -->
        <AnnotationSchemes>
          <EndConnectionScheme Name="EndConnectionsEquipment" AnnotationStyle="Standard" Format="CONNECTED TO\P{0}\P{1}" LeaderStyle="AlwaysCorner" Filter="EndConnectionsEquipment" Fields="CONNECTION-REFERENCE CO-ORDS" DefaultsOverride="true" />
          <EndConnectionScheme Name="EndConnectionsPipe" AnnotationStyle="Standard" Format="CONT'D ON\P{0}\P{1}" LeaderStyle="AlwaysCorner" Filter="EndConnectionsPipe" Fields="PIPELINE-REFERENCE CO-ORDS" DefaultsOverride="true" />
          <EndConnectionScheme Name="EndConnectionsOpen" AnnotationStyle="Standard" Format="OPEN END\P{0}" LeaderStyle="AlwaysCorner" Filter="EndConnectonsOpen" Fields="CO-ORDS" />
          <EndConnectionScheme Name="EndConnectionsClose" AnnotationStyle="Standard" Format="CLOSED\P{0}" LeaderStyle="AlwaysCorner" Filter="EndConnectionsClosed" Fields="CO-ORDS" />
          <EndConnectionScheme Name="EndConnectionsVent" AnnotationStyle="Standard" Format="VENT\P" Enabled="false" LeaderStyle="AlwaysCorner" Filter="EndConnectionsVent" Fields="" />
          <EndConnectionScheme Name="EndConnectionsDrain" AnnotationStyle="Standard" Format="DRAIN\P" Enabled="false" Filter="EndConnectionsDrain" Fields="" />
          <EndConnectionScheme Name="EndConnectionsTo" AnnotationStyle="Standard" Format="CONT'D ON\PDWG# {0}\P{1}" LeaderStyle="AlwaysCorner" Filter="EndConnectionsToRefNotNull" Fields="REFERENCE-TO CO-ORDS" />
          <EndConnectionScheme Name="EndConnectionsFrom" AnnotationStyle="Standard" Format="CONT'D FROM\PDWG# {0}\P{1}" LeaderStyle="AlwaysCorner" Filter="EndConnectionsFromRefNotNull" Fields="REFERENCE-FROM CO-ORDS" />
        </AnnotationSchemes>
      </Annotations>

 

 

-

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 5

dharunkumar.am
Advocate
Advocate

I added the field using iso config file . But the value is not populating in dwg . Do i need to make any changes to the code .

 

dharunkumaram_0-1692769272490.png

 

dharunkumaram_2-1692769378541.png

dharunkumaram_0-1692770072706.png

 

 

0 Likes
Message 4 of 5

h_eger
Mentor
Mentor

Dear  @dharunkumar.am ,

 

You wrote about customer attributes and not about hard-coded attributes like "PIPELINE-REFERENCE".
Unfortunately, this does not work.

-

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



0 Likes
Message 5 of 5

dharunkumar.am
Advocate
Advocate
Is there any way to get "line tag number" there by any means ?
0 Likes