How to get the connected piping annotations?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
HELLO,how to get the model property of the connected pipline?
I want to redefine the linenumber in the iso drawing. for example:
this is my linenumber format:
but in iso i want to delete the insulation type and thickness.
so I edited the iso.atr,and the config files like this:
ATTRIBUTES
Attribute1 P3dLineGroup.Service
Attribute2 General.Project_Number
Attribute3 P3dLineGroup.Tag
Attribute4 P3dLineGroup.NominalSize
Attribute5 P3dLineGroup.NominalSpec
PIPELINE-Number P3dLineGroup.Number
PIPELINE-Service P3dLineGroup.Service
<EndConnectionScheme Name="EndConnectionsEquipment" AnnotationStyle="Standard" Format="CONNECTED TO\P{0}\P{1}" Enabled="true" LeaderStyle="AlwaysCorner" DefaultsOverride="true" Filter="EndConnectionsEquipment" Fields="CONNECTION-REFERENCE CO-ORDS" />
<EndConnectionScheme Name="EndConnectionsPipe" AnnotationStyle="Standard" Format="CONT'D ON\P{0}\P{1}-{2}-{3}-{4}\P{5}" LeaderStyle="AlwaysCorner" DefaultsOverride="true" Filter="EndConnectionsPipe" Fields="PIPELINE-REFERENCE PIPELINE-Service PIPELINE-Number Size PIPING-SPEC CO-ORDS" />
<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="true" LeaderStyle="AlwaysCorner" Filter="EndConnectionsDrain" Fields="" />
<EndConnectionScheme Name="EndConnectionsTo" AnnotationStyle="Standard" Format="CONT'D ON\PDWG# \P{0}\P{1}" LeaderStyle="AlwaysCorner" Filter="EndConnectionsToRefNotNull" Fields="REFERENCE-TO CO-ORDS" />
<EndConnectionScheme Name="EndConnectionsFrom" AnnotationStyle="Standard" Format="CONT'D FROM\P{1}-{2}-{3}-{4}\P{5}" LeaderStyle="AlwaysCorner" DefaultsOverride="true" Filter="EndConnectionsPipe" Fields="PIPELINE-REFERENCE PIPELINE-Service PIPELINE-Number Size PIPING-SPEC CO-ORDS" />
but the annotation of the connected pipe wasn't right,when we use "CONNECTION-REFERENCE" the line number was right .i doubt the "PIPELINE-REFERENCE PIPELINE-Service PIPELINE-Number Size PIPING-SPEC" are all for the master pipe not for the connected one, so what should i do ?thank you very much!
in this example: the model property for the master pipe is ALL(service)-23(number)-N(insulation type)-0(insulation thickness), the connected pipe is ALL(service)-03(number)-N(insulation type)-0(insulation thickness).but I don't need the whole CONNECTION-REFERENCE but the annotations i defined.So how to get the model property of the connected pipes ?