
| Applies To | | |
| | | | |
| | Product(s): | AutoPlant Piping/ AutoPlant Modeler | |
| | Version(s): | 08.11.XX.XXX | |
| | Environment: | Windows 7 64 bit & Others | |
| | Area: | Processing | |
| | Subarea: | | |
| | Original Author: | Abhijit Bute, Bentley Product Advantage Group
|
Background
Some user may have project requirement to show pipe line long annotation with center line elevation. Need to edit ‘annotate.ebs’ file as per below mention steps:

Steps to Accomplish
- Go to following path.
C:\Program Files (x86)\Bentley\Plant V8i\Modules\Base\piping\Util - Take back up of original ‘annotate.Ebs’ file.
- Open ‘annotate. Ebs’ file in script editor.
- Add following entries.
status = at_Component_getCurrID(CompID)
If (status = at_SUCCESS) Then
annoText2 = at_Msg(" EL.", "PIP", 0) + "\~" + annotateGetElevationText (compID, "COP", "2Port")
annoText = annoText + "-" + annoText2
status = at_ScriptBuffer_putString( annoText, "AnnoText" )
status = at_ScriptBuffer_putInteger( status, "Status" )
End If
Refer below screen shot:

- Save annotate.ebs file.
- Open AutoPLANT. place Long annotation
See Also
communities.bentley.com/.../12197.component-autoplant-piping
Comments or Corrections?
Bentley's Technical Support Group requests that you please confine any comments you have on this Wiki entry to this Comments or Corrections?" section. THANK YOU!