Applies To Product(s): OpenPlant Modeler Version(s): 08.11.09.XXX (SS5) | 08.11.11.XXX (SS6) Environment: Windows 7/8.1/10 (64 bit) Area: OpenPlant Modeler Subarea: Schema Original Author: Deepak Singh, Bentley Product Advantage Group Overview To modify equipment tag name by removing suffix “Area”. By default, in OpenPlant Modeler equipment tag name populates as shown below. Problem Description User requirement is to modify tag name for equipment. Notice that “Area” is suffix, that automatically gets added in tag name. This can be achieved by schema customization using Bentley Class Editor. Method 1: To Remove "Area" Suffix from Equipment Tag Name in OpenPlant Modeler Steps to Resolve Using Bentley Class Editor, open OpenPlant_3D.01.07. ecschema . Supplement it with OpenPlant_3D_Supplemental_Modeling.01.07. ecschema & OpenPlant_3D_Supplemental_ModelingViews.01.07. ecschema . For More information on supplementing schema click here>>>> Navigate to Area class, switch to properties tab as shown below. Search property name “COMPONENT_NAME” , scroll down to Calculated ECProperty Specification custom attribute & modify ECExpression as shown below. ECExpression : this.NAME Save all the settings & verify the result as shown below. Method 2: To Remove "Area" Suffix from Equipment Tag Name in OpenPlant Modeler Steps to Resolve Using Bentley Class Editor, open OpenPlant_3D.01.07. ecschema . Supplement it with OpenPlant_3D_Supplemental_Modeling.01.07. ecschema & OpenPlant_3D_Supplemental_ModelingViews.01.07. ecschema . For More information on supplementing schema click here>>>> Navigate to Device class, switch to properties tab. Search Calculated ECProperty Specification custom attribute & modify the ECExpression as shown below. ECExpression: this.GetRelatedInstance("AREA_HAS_NAMED_ITEM:1:AREA_CLASS").NAME Save all settings & verify the result as shown below. See Also Comments or Corrections? Bentley's Product Advantage Group requests that you please confine any comments you have on this Wiki entry to this Comments or Corrections?" section. THANK YOU!
↧