Applies To Product(s): Bentley OpenPlant Modeler Version(s): 08.11.09.404 Environment: Windows 7 64 bit Area: Properties Subarea: Original Author: Harpreet Singh, Bentley Technical Support Group Background While creating PIPELINE in OPM we input number in the NUMBER property in Tag Information but that number property is not visible on the segments. NUMBER property shows null value under General Info in Element Info dialog. Steps to Accomplish Modification required in Schema Load OpenPlant_3D.01.04 schema in class editor and supplement with OpenPlant_3D_Supplemental_Modeling.01.04 schema. Go to NUMBER property of PIPE class and add Calculated EC property Specification custom attribute. Add the following EC expression in it. this.GetRelatedInstance("SEGMENT_HAS_PIPING_COMPONENT:1:PIPING_NETWORK_SEGMENT").GetRelatedInstance("PIPELINE_HAS_SEGMENT:1:PIPING_NETWORK_SYSTEM").NUMBER Save the changes. Verify the Result in OPM Launch OPM. Create New Pipeline and place a pipe segment. Check the Number Property under General Info category in Element Information dialog.
↧