Applies To Product(s): AutoPLANT Isogen Version(s): 08.11.09.XXX & Others Environment: Windows 7 64 bit Area: - Subarea: - Original Author: Bentley Technical Support Group Background Opcfhdr.ebs needs to be modified to add piping attributes Area, Unit, Service and to add this attributes in backing sheet coordinates need to be defined in position (POS) file. Steps to Accomplish: Open Opcfhdr.ebs file in script editor refer below path C:\Program Files (x86)\Bentley\Plant V8i\XCHG\pcf Add following lines. Dim Service As String Dim Area As String Dim Unit As String Dim compID As At_ComponentID nStat = at_Component_getCurrID (compID) nStat = at_Component_getString (Service, compID, "SERVICE") nStat = at_XchgWritelnText(" ATTRIBUTE1 "+ Service) nStat = at_Component_getString (Area, compID, "AREA") nStat = at_XchgWritelnText(" ATTRIBUTE2 "+ Area) nStat = at_Component_getString (Unit, compID, "UNIT") nStat = at_XchgWritelnText(" ATTRIBUTE3 " + Unit) Refer below image. 4. Save and close the file. 5. Add following position text. Refer below image. 6. Generate isometric to review the result. 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!
↧